Shades of Barley Corn #B89560
Tints of Barley Corn #B89560
RGB
CMYK
RGB Variations
Color information
#B89560 (or 0xB89560) is known color: Barley Corn. HEX triplet: B8, 95 and 60. RGB value is (184,149,96). Sum of RGB (Red+Green+Blue) = 184+149+96=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B89560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89560 is #476A9F. Grayscale: #999999. Windows color (decimal): -4680352 or 6329784. OLE color: 6329784.
HSL color Cylindrical-coordinate representation of color #B89560: hue angle of 36.14º 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 #B89560 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 149 | 96 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.28 |
| HSL | 36.14º | 0.38% | 0.55% | - |
| HSV(B) | 36.14º | 0.48% | 0.72% | - |
| XYZ | 32.63 | 32.53 | 15.63 | - |
| YUV | 153.42 | 95.6 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 96 | 0 | 0.19 | 0.48 | 0.28 | 36.14 | 0.38 | 0.55 |
| Hex | B8 | 95 | 60 | 0 | 13 | 30 | 1C | 24 | 26 | 37 |
| Octal | 270 | 225 | 140 | 0 | 23 | 60 | 34 | 44 | 46 | 67 |
| Binary | 10111000 | 10010101 | 1100000 | 0 | 10011 | 110000 | 11100 | 100100 | 100110 | 110111 |
Color Harmonies of #B89560
Complementary color
Monochromatic Colors of #B89560
Black with #B89560
Text Example
Text Example
White with #B89560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89560; }
p { color: rgb(184,149,96); }
H1.HeaderClassName
{
color: #B89560;
}
.AnyTagClassName
{
color: #B89560;
}
</style>
background-color css
<style>
a { background-color: #B89560; }
a { background-color: rgb(184,149,96); }
div.DivClassName
{
background-color: #B89560;
}
.BgClassName
{
background-color: #B89560;
}
</style>
border-color css
<style>
span { border-color: #B89560; }
span { border-color: rgb(184,149,96); }
td.TdClassName
{
border-color: #B89560;
}
.TagClassName
{
border-color: #B89560;
}
</style>