Shades of Barley Corn #B89C59
Tints of Barley Corn #B89C59
RGB
CMYK
RGB Variations
Color information
#B89C59 (or 0xB89C59) is known color: Barley Corn. HEX triplet: B8, 9C and 59. RGB value is (184,156,89). Sum of RGB (Red+Green+Blue) = 184+156+89=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C59 is #4763A6. Grayscale: #9D9D9D. Windows color (decimal): -4678567 or 5872824. OLE color: 5872824.
HSL color Cylindrical-coordinate representation of color #B89C59: hue angle of 42.32º 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 #B89C59 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 89 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.28 |
| HSL | 42.32º | 0.4% | 0.54% | - |
| HSV(B) | 42.32º | 0.52% | 0.72% | - |
| XYZ | 33.46 | 34.69 | 14.38 | - |
| YUV | 156.73 | 89.78 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 89 | 0 | 0.15 | 0.52 | 0.28 | 42.32 | 0.4 | 0.54 |
| Hex | B8 | 9C | 59 | 0 | F | 34 | 1C | 2A | 28 | 36 |
| Octal | 270 | 234 | 131 | 0 | 17 | 64 | 34 | 52 | 50 | 66 |
| Binary | 10111000 | 10011100 | 1011001 | 0 | 1111 | 110100 | 11100 | 101010 | 101000 | 110110 |
Color Harmonies of #B89C59
Complementary color
Monochromatic Colors of #B89C59
Black with #B89C59
Text Example
Text Example
White with #B89C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C59; }
p { color: rgb(184,156,89); }
H1.HeaderClassName
{
color: #B89C59;
}
.AnyTagClassName
{
color: #B89C59;
}
</style>
background-color css
<style>
a { background-color: #B89C59; }
a { background-color: rgb(184,156,89); }
div.DivClassName
{
background-color: #B89C59;
}
.BgClassName
{
background-color: #B89C59;
}
</style>
border-color css
<style>
span { border-color: #B89C59; }
span { border-color: rgb(184,156,89); }
td.TdClassName
{
border-color: #B89C59;
}
.TagClassName
{
border-color: #B89C59;
}
</style>