Shades of Barley Corn #B89259
Tints of Barley Corn #B89259
RGB
CMYK
RGB Variations
Color information
#B89259 (or 0xB89259) is known color: Barley Corn. HEX triplet: B8, 92 and 59. RGB value is (184,146,89). Sum of RGB (Red+Green+Blue) = 184+146+89=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B89259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89259 is #476DA6. Grayscale: #979797. Windows color (decimal): -4681127 or 5870264. OLE color: 5870264.
HSL color Cylindrical-coordinate representation of color #B89259: hue angle of 36º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B89259 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 89 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.28 |
| HSL | 36º | 0.4% | 0.54% | - |
| HSV(B) | 36º | 0.52% | 0.72% | - |
| XYZ | 31.85 | 31.47 | 13.85 | - |
| YUV | 150.86 | 93.09 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 89 | 0 | 0.21 | 0.52 | 0.28 | 36 | 0.4 | 0.54 |
| Hex | B8 | 92 | 59 | 0 | 15 | 34 | 1C | 24 | 28 | 36 |
| Octal | 270 | 222 | 131 | 0 | 25 | 64 | 34 | 44 | 50 | 66 |
| Binary | 10111000 | 10010010 | 1011001 | 0 | 10101 | 110100 | 11100 | 100100 | 101000 | 110110 |
Color Harmonies of #B89259
Complementary color
Monochromatic Colors of #B89259
Black with #B89259
Text Example
Text Example
White with #B89259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89259; }
p { color: rgb(184,146,89); }
H1.HeaderClassName
{
color: #B89259;
}
.AnyTagClassName
{
color: #B89259;
}
</style>
background-color css
<style>
a { background-color: #B89259; }
a { background-color: rgb(184,146,89); }
div.DivClassName
{
background-color: #B89259;
}
.BgClassName
{
background-color: #B89259;
}
</style>
border-color css
<style>
span { border-color: #B89259; }
span { border-color: rgb(184,146,89); }
td.TdClassName
{
border-color: #B89259;
}
.TagClassName
{
border-color: #B89259;
}
</style>