Shades of Barley Corn #B89B60
Tints of Barley Corn #B89B60
RGB
CMYK
RGB Variations
Color information
#B89B60 (or 0xB89B60) is known color: Barley Corn. HEX triplet: B8, 9B and 60. RGB value is (184,155,96). Sum of RGB (Red+Green+Blue) = 184+155+96=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89B60 is #47649F. Grayscale: #9D9D9D. Windows color (decimal): -4678816 or 6331320. OLE color: 6331320.
HSL color Cylindrical-coordinate representation of color #B89B60: hue angle of 40.23º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B89B60 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 155 | 96 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.28 |
| HSL | 40.23º | 0.38% | 0.55% | - |
| HSV(B) | 40.23º | 0.48% | 0.72% | - |
| XYZ | 33.6 | 34.48 | 15.95 | - |
| YUV | 156.95 | 93.61 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 155 | 96 | 0 | 0.16 | 0.48 | 0.28 | 40.23 | 0.38 | 0.55 |
| Hex | B8 | 9B | 60 | 0 | 10 | 30 | 1C | 28 | 26 | 37 |
| Octal | 270 | 233 | 140 | 0 | 20 | 60 | 34 | 50 | 46 | 67 |
| Binary | 10111000 | 10011011 | 1100000 | 0 | 10000 | 110000 | 11100 | 101000 | 100110 | 110111 |
Color Harmonies of #B89B60
Complementary color
Monochromatic Colors of #B89B60
Black with #B89B60
Text Example
Text Example
White with #B89B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89B60; }
p { color: rgb(184,155,96); }
H1.HeaderClassName
{
color: #B89B60;
}
.AnyTagClassName
{
color: #B89B60;
}
</style>
background-color css
<style>
a { background-color: #B89B60; }
a { background-color: rgb(184,155,96); }
div.DivClassName
{
background-color: #B89B60;
}
.BgClassName
{
background-color: #B89B60;
}
</style>
border-color css
<style>
span { border-color: #B89B60; }
span { border-color: rgb(184,155,96); }
td.TdClassName
{
border-color: #B89B60;
}
.TagClassName
{
border-color: #B89B60;
}
</style>