Shades of Barley Corn #B98E5A
Tints of Barley Corn #B98E5A
RGB
CMYK
RGB Variations
Color information
#B98E5A (or 0xB98E5A) is known color: Barley Corn. HEX triplet: B9, 8E and 5A. RGB value is (185,142,90). Sum of RGB (Red+Green+Blue) = 185+142+90=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98E5A is #4671A5. Grayscale: #959595. Windows color (decimal): -4616614 or 5934777. OLE color: 5934777.
HSL color Cylindrical-coordinate representation of color #B98E5A: hue angle of 32.84º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B98E5A is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 142 | 90 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.27 |
| HSL | 32.84º | 0.4% | 0.54% | - |
| HSV(B) | 32.84º | 0.51% | 0.73% | - |
| XYZ | 31.53 | 30.4 | 13.88 | - |
| YUV | 148.93 | 94.75 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 142 | 90 | 0 | 0.23 | 0.51 | 0.27 | 32.84 | 0.4 | 0.54 |
| Hex | B9 | 8E | 5A | 0 | 17 | 33 | 1B | 21 | 28 | 36 |
| Octal | 271 | 216 | 132 | 0 | 27 | 63 | 33 | 41 | 50 | 66 |
| Binary | 10111001 | 10001110 | 1011010 | 0 | 10111 | 110011 | 11011 | 100001 | 101000 | 110110 |
Color Harmonies of #B98E5A
Complementary color
Monochromatic Colors of #B98E5A
Black with #B98E5A
Text Example
Text Example
White with #B98E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98E5A; }
p { color: rgb(185,142,90); }
H1.HeaderClassName
{
color: #B98E5A;
}
.AnyTagClassName
{
color: #B98E5A;
}
</style>
background-color css
<style>
a { background-color: #B98E5A; }
a { background-color: rgb(185,142,90); }
div.DivClassName
{
background-color: #B98E5A;
}
.BgClassName
{
background-color: #B98E5A;
}
</style>
border-color css
<style>
span { border-color: #B98E5A; }
span { border-color: rgb(185,142,90); }
td.TdClassName
{
border-color: #B98E5A;
}
.TagClassName
{
border-color: #B98E5A;
}
</style>