Shades of Barley Corn #B89E5A
Tints of Barley Corn #B89E5A
RGB
CMYK
RGB Variations
Color information
#B89E5A (or 0xB89E5A) is known color: Barley Corn. HEX triplet: B8, 9E and 5A. RGB value is (184,158,90). Sum of RGB (Red+Green+Blue) = 184+158+90=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89E5A is #4761A5. Grayscale: #9E9E9E. Windows color (decimal): -4678054 or 5938872. OLE color: 5938872.
HSL color Cylindrical-coordinate representation of color #B89E5A: hue angle of 43.4º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B89E5A is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 158 | 90 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.28 |
| HSL | 43.4º | 0.4% | 0.54% | - |
| HSV(B) | 43.4º | 0.51% | 0.72% | - |
| XYZ | 33.84 | 35.38 | 14.72 | - |
| YUV | 158.02 | 89.61 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 158 | 90 | 0 | 0.14 | 0.51 | 0.28 | 43.4 | 0.4 | 0.54 |
| Hex | B8 | 9E | 5A | 0 | E | 33 | 1C | 2B | 28 | 36 |
| Octal | 270 | 236 | 132 | 0 | 16 | 63 | 34 | 53 | 50 | 66 |
| Binary | 10111000 | 10011110 | 1011010 | 0 | 1110 | 110011 | 11100 | 101011 | 101000 | 110110 |
Color Harmonies of #B89E5A
Complementary color
Monochromatic Colors of #B89E5A
Black with #B89E5A
Text Example
Text Example
White with #B89E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89E5A; }
p { color: rgb(184,158,90); }
H1.HeaderClassName
{
color: #B89E5A;
}
.AnyTagClassName
{
color: #B89E5A;
}
</style>
background-color css
<style>
a { background-color: #B89E5A; }
a { background-color: rgb(184,158,90); }
div.DivClassName
{
background-color: #B89E5A;
}
.BgClassName
{
background-color: #B89E5A;
}
</style>
border-color css
<style>
span { border-color: #B89E5A; }
span { border-color: rgb(184,158,90); }
td.TdClassName
{
border-color: #B89E5A;
}
.TagClassName
{
border-color: #B89E5A;
}
</style>