Bitterness Ratio (BU:GU) Calculator

by John Brewster
2 minutes read
Bitterness Ratio (BU:GU) Calculator
.calculator-bu-gu-ratio{max-width:560px;margin:0 auto;padding:22px;background:#faf7f0;border:1px solid #e4dcc8;border-radius:10px}.calculator-bu-gu-ratio label{display:block;font-weight:600;margin:12px 0 4px}.calculator-bu-gu-ratio input,.calculator-bu-gu-ratio select{width:100%;padding:10px;border:1px solid #ccc;border-radius:6px;font-size:16px}.calculator-bu-gu-ratio button{margin-top:16px;width:100%;padding:12px;background:#d4a843;color:#1a1a1a;font-weight:700;border:0;border-radius:6px;cursor:pointer}.calculator-bu-gu-ratio .result{margin-top:18px;padding:14px;background:#fff;border-radius:6px;font-size:20px;font-weight:700;color:#b5832a;text-align:center;min-height:24px}
Enter values above
(function(){ const ogInput = document.getElementById(‘og’); const fgInput = document.getElementById(‘fg’); const ibuInput = document.getElementById(‘ibu’); const calculateBtn = document.getElementById(‘calculate-btn’); const resultDiv = document.getElementById(‘result’);function calculateBuGuRatio() { const og = parseFloat(ogInput.value); const fg = parseFloat(fgInput.value); const ibu = parseFloat(ibuInput.value);if (isNaN(og) || isNaN(fg) || isNaN(ibu)) { resultDiv.textContent = ‘Enter valid numbers’; return; }const abv = (og – fg) * 131.25; const gu = abv; const buGuRatio = ibu / gu;resultDiv.textContent = `BU:GU Ratio: ${buGuRatio.toFixed(2)}`; }calculateBtn.addEventListener(‘click’, calculateBuGuRatio); ogInput.addEventListener(‘input’, calculateBuGuRatio); fgInput.addEventListener(‘input’, calculateBuGuRatio); ibuInput.addEventListener(‘input’, calculateBuGuRatio); })();

How It Works

The Bitterness Ratio (BU:GU) Calculator uses the following formula: BU:GU Ratio = IBU / GU, where GU is the Gravity Units, which is calculated as the difference between the Original Gravity (OG) and the Final Gravity (FG) multiplied by 131.25, which gives the Alcohol By Volume (ABV). This formula is used to determine the balance between the bitterness and the gravity of a beer.

How to Use

  • Enter the Original Gravity (OG) of your beer
  • Enter the Final Gravity (FG) of your beer
  • Enter the IBU (International Bitterness Units) of your beer
  • Click the “Calculate” button to calculate the BU:GU Ratio

Common Questions

What is the ideal BU:GU Ratio?

The ideal BU:GU Ratio varies depending on the style of beer, but a general rule of thumb is that a ratio between 0.5 and 1.0 is considered balanced.

ALSO READ  Ingredient: Adjuncts - Flaked Corn

You may also like

Leave a Comment

Welcome! This site contains content about fermentation, homebrewing and craft beer. Please confirm that you are 18 years of age or older to continue.
Sorry, you must be 18 or older to access this website.
I am 18 or Older I am Under 18

Adblock Detected

Please support us by disabling your AdBlocker extension from your browsers for our website.