Shades of Barley Corn #B89759
Tints of Barley Corn #B89759
RGB
CMYK
RGB Variations
Color information
#B89759 (or 0xB89759) is known color: Barley Corn. HEX triplet: B8, 97 and 59. RGB value is (184,151,89). Sum of RGB (Red+Green+Blue) = 184+151+89=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B89759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89759 is #4768A6. Grayscale: #9A9A9A. Windows color (decimal): -4679847 or 5871544. OLE color: 5871544.
HSL color Cylindrical-coordinate representation of color #B89759: hue angle of 39.16º 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 #B89759 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 151 | 89 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.28 |
| HSL | 39.16º | 0.4% | 0.54% | - |
| HSV(B) | 39.16º | 0.52% | 0.72% | - |
| XYZ | 32.64 | 33.04 | 14.11 | - |
| YUV | 153.8 | 91.43 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 151 | 89 | 0 | 0.18 | 0.52 | 0.28 | 39.16 | 0.4 | 0.54 |
| Hex | B8 | 97 | 59 | 0 | 12 | 34 | 1C | 27 | 28 | 36 |
| Octal | 270 | 227 | 131 | 0 | 22 | 64 | 34 | 47 | 50 | 66 |
| Binary | 10111000 | 10010111 | 1011001 | 0 | 10010 | 110100 | 11100 | 100111 | 101000 | 110110 |
Color Harmonies of #B89759
Complementary color
Monochromatic Colors of #B89759
Black with #B89759
Text Example
Text Example
White with #B89759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89759; }
p { color: rgb(184,151,89); }
H1.HeaderClassName
{
color: #B89759;
}
.AnyTagClassName
{
color: #B89759;
}
</style>
background-color css
<style>
a { background-color: #B89759; }
a { background-color: rgb(184,151,89); }
div.DivClassName
{
background-color: #B89759;
}
.BgClassName
{
background-color: #B89759;
}
</style>
border-color css
<style>
span { border-color: #B89759; }
span { border-color: rgb(184,151,89); }
td.TdClassName
{
border-color: #B89759;
}
.TagClassName
{
border-color: #B89759;
}
</style>