In search of the utmost of hoppy flavors, American craft beer lovers have flocked toward Imperial India IPAs in recent years.
Taste
Double and Triple IPAs vary greatly in the complexity of their flavor profiles due to a number of factors, including:
- Which style of IPA they are? (ex. West Coast or East Coast)
- Which hops were used in the brewing process?
- Are there any adjuncts?
- What was the dry hopping process?
Attributes
| ABV Range | IBU Range | SRM Range |
|---|---|---|
| {{ styleabvrange }}% | {{ styleiburange }} | {{ stylesrmrange }} |
Commercial Examples
At this stage of the craft beer game, youโre as likely to find a Racer 5 IPA as you are a Double-Dry Hopped Banana Nutmeg Triple IPA.
{% set percent = collections.all | include(โdata.drinkstyleโ, โimperial ipaโ) %}
{% for post in percent | sort(false, false, "data.title", "data.venue", "data.venue") %}
{% endfor %}
| ABV | Beer | Brewery |
|---|---|---|
| {{ post.data.abv }}% |
{{ post.data.drink }} |
{{ post.data.venue }} |