Shades of Barley Corn #B98E60
Tints of Barley Corn #B98E60
RGB
CMYK
RGB Variations
Color information
#B98E60 (or 0xB98E60) is known color: Barley Corn. HEX triplet: B9, 8E and 60. RGB value is (185,142,96). Sum of RGB (Red+Green+Blue) = 185+142+96=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98E60 is #46719F. Grayscale: #959595. Windows color (decimal): -4616608 or 6327993. OLE color: 6327993.
HSL color Cylindrical-coordinate representation of color #B98E60: hue angle of 31.01º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B98E60 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 142 | 96 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.27 |
| HSL | 31.01º | 0.39% | 0.55% | - |
| HSV(B) | 31.01º | 0.48% | 0.73% | - |
| XYZ | 31.79 | 30.5 | 15.28 | - |
| YUV | 149.61 | 97.75 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 142 | 96 | 0 | 0.23 | 0.48 | 0.27 | 31.01 | 0.39 | 0.55 |
| Hex | B9 | 8E | 60 | 0 | 17 | 30 | 1B | 1F | 27 | 37 |
| Octal | 271 | 216 | 140 | 0 | 27 | 60 | 33 | 37 | 47 | 67 |
| Binary | 10111001 | 10001110 | 1100000 | 0 | 10111 | 110000 | 11011 | 11111 | 100111 | 110111 |
Color Harmonies of #B98E60
Complementary color
Monochromatic Colors of #B98E60
Black with #B98E60
Text Example
Text Example
White with #B98E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98E60; }
p { color: rgb(185,142,96); }
H1.HeaderClassName
{
color: #B98E60;
}
.AnyTagClassName
{
color: #B98E60;
}
</style>
background-color css
<style>
a { background-color: #B98E60; }
a { background-color: rgb(185,142,96); }
div.DivClassName
{
background-color: #B98E60;
}
.BgClassName
{
background-color: #B98E60;
}
</style>
border-color css
<style>
span { border-color: #B98E60; }
span { border-color: rgb(185,142,96); }
td.TdClassName
{
border-color: #B98E60;
}
.TagClassName
{
border-color: #B98E60;
}
</style>