Shades of Barley Corn #B98E5F
Tints of Barley Corn #B98E5F
RGB
CMYK
RGB Variations
Color information
#B98E5F (or 0xB98E5F) is known color: Barley Corn. HEX triplet: B9, 8E and 5F. RGB value is (185,142,95). Sum of RGB (Red+Green+Blue) = 185+142+95=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98E5F is #4671A0. Grayscale: #959595. Windows color (decimal): -4616609 or 6262457. OLE color: 6262457.
HSL color Cylindrical-coordinate representation of color #B98E5F: hue angle of 31.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B98E5F is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 142 | 95 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.27 |
| HSL | 31.33º | 0.39% | 0.55% | - |
| HSV(B) | 31.33º | 0.49% | 0.73% | - |
| XYZ | 31.75 | 30.49 | 15.04 | - |
| YUV | 149.5 | 97.25 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 142 | 95 | 0 | 0.23 | 0.49 | 0.27 | 31.33 | 0.39 | 0.55 |
| Hex | B9 | 8E | 5F | 0 | 17 | 31 | 1B | 1F | 27 | 37 |
| Octal | 271 | 216 | 137 | 0 | 27 | 61 | 33 | 37 | 47 | 67 |
| Binary | 10111001 | 10001110 | 1011111 | 0 | 10111 | 110001 | 11011 | 11111 | 100111 | 110111 |
Color Harmonies of #B98E5F
Complementary color
Monochromatic Colors of #B98E5F
Black with #B98E5F
Text Example
Text Example
White with #B98E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98E5F; }
p { color: rgb(185,142,95); }
H1.HeaderClassName
{
color: #B98E5F;
}
.AnyTagClassName
{
color: #B98E5F;
}
</style>
background-color css
<style>
a { background-color: #B98E5F; }
a { background-color: rgb(185,142,95); }
div.DivClassName
{
background-color: #B98E5F;
}
.BgClassName
{
background-color: #B98E5F;
}
</style>
border-color css
<style>
span { border-color: #B98E5F; }
span { border-color: rgb(185,142,95); }
td.TdClassName
{
border-color: #B98E5F;
}
.TagClassName
{
border-color: #B98E5F;
}
</style>