Shades of Barley Corn #B89E5C
Tints of Barley Corn #B89E5C
RGB
CMYK
RGB Variations
Color information
#B89E5C (or 0xB89E5C) is known color: Barley Corn. HEX triplet: B8, 9E and 5C. RGB value is (184,158,92). Sum of RGB (Red+Green+Blue) = 184+158+92=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89E5C is #4761A3. Grayscale: #9E9E9E. Windows color (decimal): -4678052 or 6069944. OLE color: 6069944.
HSL color Cylindrical-coordinate representation of color #B89E5C: hue angle of 43.04º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B89E5C is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 158 | 92 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.28 |
| HSL | 43.04º | 0.39% | 0.54% | - |
| HSV(B) | 43.04º | 0.5% | 0.72% | - |
| XYZ | 33.93 | 35.42 | 15.17 | - |
| YUV | 158.25 | 90.61 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 158 | 92 | 0 | 0.14 | 0.50 | 0.28 | 43.04 | 0.39 | 0.54 |
| Hex | B8 | 9E | 5C | 0 | E | 32 | 1C | 2B | 27 | 36 |
| Octal | 270 | 236 | 134 | 0 | 16 | 62 | 34 | 53 | 47 | 66 |
| Binary | 10111000 | 10011110 | 1011100 | 0 | 1110 | 110010 | 11100 | 101011 | 100111 | 110110 |
Color Harmonies of #B89E5C
Complementary color
Monochromatic Colors of #B89E5C
Black with #B89E5C
Text Example
Text Example
White with #B89E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89E5C; }
p { color: rgb(184,158,92); }
H1.HeaderClassName
{
color: #B89E5C;
}
.AnyTagClassName
{
color: #B89E5C;
}
</style>
background-color css
<style>
a { background-color: #B89E5C; }
a { background-color: rgb(184,158,92); }
div.DivClassName
{
background-color: #B89E5C;
}
.BgClassName
{
background-color: #B89E5C;
}
</style>
border-color css
<style>
span { border-color: #B89E5C; }
span { border-color: rgb(184,158,92); }
td.TdClassName
{
border-color: #B89E5C;
}
.TagClassName
{
border-color: #B89E5C;
}
</style>