Brew your best beer EVER. Save 10% on Brewer's Friend Premium today. Use code TAKE10.Sign Up×
Beer Stats
Method:All Grain
Style:No Profile Selected
Boil Time:60 min
Batch Size: 5.5 gallons (fermentor volume)
Pre Boil Size:7 gallons
Pre Boil Gravity:1.052(recipe based estimate)
Post Boil Gravity:1.067 (recipe based estimate)
Efficiency: 72% (brew house)
Calories:225 calories (Per 12oz)
Carbs:27.7 g (Per 12oz)
Created: Saturday November 23rd 2024
1.067
1.023
5.7%
25.1
18.9
5.5
n/a
Want no ads? Go Premium and unlock all our brewing tools!
Fermentables
Amount | Fermentable | Cost | PPG | °L | Bill % |
---|---|---|---|---|---|
10.75 lb | Briess - Brewers Malt 2-Row | 37 | 1.8 | 77.1% | |
9 oz | Briess - Carapils Malt | 34.5 | 1.5 | 4% | |
15 oz | Avangard - Light Munich | 37 | 8 | 6.7% | |
15 oz | American - Caramel / Crystal 80L | 33 | 80 | 6.7% | |
7 oz | Caramel / Crystal 60L | 34 | 60 | 3.1% | |
5 oz | Briess - Roasted Barley | 33.1 | 300 | 2.2% | |
223 oz / $0.00 |
Hops
Amount | Variety | Cost | Type | AA | Use | Time | IBU | Bill % |
---|---|---|---|---|---|---|---|---|
0.75 oz | Yakima Valley Hops - Cascade | Pellet | 6 | Boil | 60 min | 15.24 | 42.9% | |
0.50 oz | Yakima Valley Hops - Cascade | Pellet | 6 | Boil | 30 min | 7.81 | 28.6% | |
0.50 oz | Yakima Valley Hops - Cascade | Pellet | 6 | Boil | 5 min | 2.03 | 28.6% | |
1.75 oz / $0.00 |
Other Ingredients
Amount | Name | Cost | Type | Use | Time |
---|---|---|---|---|---|
0.50 tsp | Gypsum | Water Agt | Mash | 0 min. | |
0.50 tsp | Calcium Chloride (dihydrate) | Water Agt | Mash | 0 min. | |
8 ml | Lactic acid | Water Agt | Mash | 0 min. |
Yeast
Lallemand - LALBREW® LONDON ENGLISH-STYLE ALE YEAST | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
$0.00Yeast Pitch Rate and Starter Calculator |
Target Water Profile
City of Wyoming, MI. USA
Ca+2 | Mg+2 | Na+ | Cl- | SO4-2 | HCO3- |
---|---|---|---|---|---|
0 | 0 | 0 | 0 | 0 | 0 |
Mash Chemistry and Brewing Water Calculator |
Notes
This is a single step infusion mash. Mix the crushed grains with 3.75 gallons (14 L) of 168 °F (76 °C) water to stabilize at 150 °F (66 °C) for 60 minutes. Sparge slowly with 175 °F (79 °C) water. Collect approximately 6 gallons (27.3 L) of wort runoff to boil for 60 minutes. Cool the wort to 75 °F (24 °C). Pitch the yeast and aerate heavily. Ferment at 68 °F (20 °C). Transfer to a carboy, avoiding any splashing. Condition for one week and then bottle or keg.
Last Updated and Sharing
24
Views
Brews
- Public: Yup, Shared
- Last Updated: 2024-11-23 16:33 UTC
NEW Water Requirements:
10 The Short Magician
Equipment Profile Used
System Default
Close
Water Requirements:
10 The Short Magician
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