Brew your best beer EVER. Save 10% on Brewer's Friend Premium today. Use code TAKE10.Sign Up×
Rosann
Beer Stats
Method:All Grain
Style:American IPA
Boil Time:90 min
Batch Size: 5.5 gallons (fermentor volume)
Pre Boil Size:7 gallons
Pre Boil Gravity:1.051(recipe based estimate)
Post Boil Gravity:1.065 (recipe based estimate)
Efficiency: 70% (brew house)
Source:Rosann Fitzpatrick
Calories:213 calories (Per 12oz)
Carbs:18.2 g (Per 12oz)
Created: Wednesday July 3rd 2024
Similar Recipes
Jason's Tropical IPA - All-Grain
by RockyMtnGT
OG: 1.066FG: 1.016ABV: 6.6%IBU: 67
Todd The Axe Man Clone
by Nobel Savage Brewing
OG: 1.076FG: 1.019ABV: 7.5%IBU: 73
DDH Zero IBU NEIPA
by HoppySnob
OG: 1.077FG: 1.020ABV: 7.6%IBU: 59
1.065
1.011
7.0%
63.9
6.0
5.7
n/a
Want no ads? Go Premium and unlock all our brewing tools!
Fermentables
Amount | Fermentable | Cost | PPG | °L | Bill % |
---|---|---|---|---|---|
11.50 lb | American - Pilsner | 37 | 1.8 | 82.1% | |
2 lb | Munich - Light 10L | 33 | 10 | 14.3% | |
0.50 lb | Flaked Oats | 33 | 2.2 | 3.6% | |
14 lbs / $0.00 |
Hops
Amount | Variety | Cost | Type | AA | Use | Time | IBU | Bill % |
---|---|---|---|---|---|---|---|---|
1 oz | Columbus | Pellet | 15 | Boil | 90 min | 55.05 | 12.5% | |
1 oz | Chinook | Pellet | 13 | Boil | 5 min | 8.89 | 12.5% | |
1 oz | Mosaic | Pellet | 12.5 | Boil | 0 min | 12.5% | ||
1 oz | Citra | Pellet | 11 | Boil | 0 min | 12.5% | ||
1 oz | Citra | Pellet | 11 | Dry Hop (High Krausen) | 7 days | 12.5% | ||
1.50 oz | Mosaic | Pellet | 12.5 | Dry Hop | 0 days | 18.8% | ||
1.50 oz | Citra | Pellet | 11 | Dry Hop | 0 days | 18.8% | ||
8 oz / $0.00 |
Mash Guidelines
Amount | Description | Type | Start Temp | Target Temp | Time |
---|---|---|---|---|---|
7.7 gal | Strike | 160 °F | 152 °F | 60 min | |
Starting Mash Thickness:2.2qt/lb Starting Grain Temp:65°F |
Yeast
Fermentis - Safale - American Ale Yeast US-05 | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
$0.00Yeast Pitch Rate and Starter Calculator |
Priming
CO2 Level: 2.25 Volumes
Target Water Profile
Light colored and hoppy
Ca+2 | Mg+2 | Na+ | Cl- | SO4-2 | HCO3- |
---|---|---|---|---|---|
75 | 5 | 10 | 50 | 150 | 0 |
Mash Chemistry and Brewing Water Calculator |
Last Updated and Sharing
96
Views
Brews
- Public: Yup, Shared
- Last Updated: 2024-07-03 01:27 UTC
NEW Water Requirements:
Bodhizafa
Equipment Profile Used
System Default
Close
Water Requirements:
Bodhizafa
Close
' + frontendQWRResults['equipmentProfileName'] + '
';$('#new_waterrequirement_results').append(profileInfo) .append('
') .append('
');// add div placeholders for warnings and volume resultsvar modalWarnings = $('#waterrequirement_warnings');var modalVolumes = $('#waterrequirement_volumes');// add table column headers based on current display unitif ('us' == units) {modalVolumes.append('
');} else {modalVolumes.append('
');}var volumeContent = '';var totalContent = '';var showDiscrepancyWarning = false;// fill in QWR volume content$('.ui.view_new_waterrequirement_dialog.modal .ui.form').removeClass('loading');Object.keys(frontendQWRResults).forEach(function (volume) {var contentJSON = frontendQWRResults[volume];if ('warning' == contentJSON.messageType && contentJSON.message && contentJSON.message.length > 0) {modalWarnings.append('
' + contentJSON.message + '
');return;}if ('total' == volume) {totalContent = '
';if ('us' == units) {totalContent += '';return;}if ('equipmentProfileName' == volume) {return;}var estimationMessage = '';if (isNumber(contentJSON.estimatedVolume)) {var volumeDiscrepancy = rounddecimal((contentJSON.estimatedVolume - contentJSON.volume), 2);if (volumeDiscrepancy > 0.01 || volumeDiscrepancy < -0.01) {var estimatedValue = '';if ('us' == units) {estimationValue = rounddecimal(contentJSON.estimatedVolume, 2) + " gal | " + rounddecimal(gallonsToQuarts(contentJSON.estimatedVolume), 2) + " qt";} else {estimationValue = rounddecimal(contentJSON.estimatedVolume, 2) + " L";}estimationMessage = '';showDiscrepancyWarning = true;}}if ('us' == units) {volumeContent += '
';} else {volumeContent += '
';}});if (showDiscrepancyWarning) {modalWarnings.prepend('
NOTE: There appears to be at least one volume discrepancy between our estimations and your volumes. Check tooltip(s) below for details.
');}modalVolumes.append('
' + volumeContent + '').append(totalContent);$('#new_waterrequirement_results').append('Brewer\'s Friend generated the above breakdown of water usage for the recipe. This is a combination of the recipe and the selected
equipment profile. Volumes listed are calibrated to 68 °F / 20 °C.');$('#new_waterrequirement_results').fadeIn();$('#new_waterrequirement_results .exclamation').popup();}function loadWaterRequirementDialog() {$('.ui.view_waterrequirement_dialog.modal .ui.form').addClass('loading');$('#waterrequirement_results').hide();$('#waterrequirement_results').html("");// get the queryvar query = (typeof getQWRQuery != 'undefined') ? getQWRQuery() : '';// persist the change to the system$.ajax({url: "https://www.brewersfriend.com/homebrew/quick/waterrequirements/" + recipeIdForDialog+'?'+query,type: "GET",cache: false,timeout: 20000,success:function(data) {$('.ui.view_waterrequirement_dialog.modal .ui.form').removeClass('loading');$('#waterrequirement_results').html(data);$('#waterrequirement_results').fadeIn();},error:function(request, status, error) {alert("There was an error loading the water requirements. Please make sure you are connected to the internet and try again.");$('.ui.view_waterrequirement_dialog.modal .ui.form').removeClass('loading');$('#waterrequirement_results').html("Unable to get water requirements.");$('#waterrequirement_results').fadeIn();}});}
Recipe Cost $ (USD)
Recipe costs can be adjusted by changing the batch size. They won't be saved but will give you an idea of costs if your final yield was different.
Gallons
Cost $ | Cost % | |
---|---|---|
Fermentables | $ | |
Steeping Grains (Extract Only) | $ | |
Hops | $ | |
Yeast | $ | |
Other | $ | |
Cost Per Barrel | $ 0.00 | |
Cost Per Pint | $ 0.00 | |
Total Cost | $ 0.00 |
Ok
Discussion about this recipe:
You must be logged in to add comments.
If you do not yet have an account, you may register here.
Back To Top