Shades of Barley Corn #B89858
Tints of Barley Corn #B89858
RGB
CMYK
RGB Variations
Color information
#B89858 (or 0xB89858) is known color: Barley Corn. HEX triplet: B8, 98 and 58. RGB value is (184,152,88). Sum of RGB (Red+Green+Blue) = 184+152+88=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B89858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89858 is #4767A7. Grayscale: #9A9A9A. Windows color (decimal): -4679592 or 5806264. OLE color: 5806264.
HSL color Cylindrical-coordinate representation of color #B89858: hue angle of 40º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B89858 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 152 | 88 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.28 |
| HSL | 40º | 0.4% | 0.53% | - |
| HSV(B) | 40º | 0.52% | 0.72% | - |
| XYZ | 32.76 | 33.35 | 13.94 | - |
| YUV | 154.27 | 90.6 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 88 | 0 | 0.17 | 0.52 | 0.28 | 40 | 0.4 | 0.53 |
| Hex | B8 | 98 | 58 | 0 | 11 | 34 | 1C | 28 | 28 | 35 |
| Octal | 270 | 230 | 130 | 0 | 21 | 64 | 34 | 50 | 50 | 65 |
| Binary | 10111000 | 10011000 | 1011000 | 0 | 10001 | 110100 | 11100 | 101000 | 101000 | 110101 |
Color Harmonies of #B89858
Complementary color
Monochromatic Colors of #B89858
Black with #B89858
Text Example
Text Example
White with #B89858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89858; }
p { color: rgb(184,152,88); }
H1.HeaderClassName
{
color: #B89858;
}
.AnyTagClassName
{
color: #B89858;
}
</style>
background-color css
<style>
a { background-color: #B89858; }
a { background-color: rgb(184,152,88); }
div.DivClassName
{
background-color: #B89858;
}
.BgClassName
{
background-color: #B89858;
}
</style>
border-color css
<style>
span { border-color: #B89858; }
span { border-color: rgb(184,152,88); }
td.TdClassName
{
border-color: #B89858;
}
.TagClassName
{
border-color: #B89858;
}
</style>