Shades of Barley Corn #B89256
Tints of Barley Corn #B89256
RGB
CMYK
RGB Variations
Color information
#B89256 (or 0xB89256) is known color: Barley Corn. HEX triplet: B8, 92 and 56. RGB value is (184,146,86). Sum of RGB (Red+Green+Blue) = 184+146+86=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B89256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89256 is #476DA9. Grayscale: #969696. Windows color (decimal): -4681130 or 5673656. OLE color: 5673656.
HSL color Cylindrical-coordinate representation of color #B89256: hue angle of 36.73º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B89256 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 86 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.28 |
| HSL | 36.73º | 0.41% | 0.53% | - |
| HSV(B) | 36.73º | 0.53% | 0.72% | - |
| XYZ | 31.73 | 31.42 | 13.2 | - |
| YUV | 150.52 | 91.59 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 86 | 0 | 0.21 | 0.53 | 0.28 | 36.73 | 0.41 | 0.53 |
| Hex | B8 | 92 | 56 | 0 | 15 | 35 | 1C | 25 | 29 | 35 |
| Octal | 270 | 222 | 126 | 0 | 25 | 65 | 34 | 45 | 51 | 65 |
| Binary | 10111000 | 10010010 | 1010110 | 0 | 10101 | 110101 | 11100 | 100101 | 101001 | 110101 |
Color Harmonies of #B89256
Complementary color
Monochromatic Colors of #B89256
Black with #B89256
Text Example
Text Example
White with #B89256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89256; }
p { color: rgb(184,146,86); }
H1.HeaderClassName
{
color: #B89256;
}
.AnyTagClassName
{
color: #B89256;
}
</style>
background-color css
<style>
a { background-color: #B89256; }
a { background-color: rgb(184,146,86); }
div.DivClassName
{
background-color: #B89256;
}
.BgClassName
{
background-color: #B89256;
}
</style>
border-color css
<style>
span { border-color: #B89256; }
span { border-color: rgb(184,146,86); }
td.TdClassName
{
border-color: #B89256;
}
.TagClassName
{
border-color: #B89256;
}
</style>