Shades of Barley Corn #B49E5E
Tints of Barley Corn #B49E5E
RGB
CMYK
RGB Variations
Color information
#B49E5E (or 0xB49E5E) is known color: Barley Corn. HEX triplet: B4, 9E and 5E. RGB value is (180,158,94). Sum of RGB (Red+Green+Blue) = 180+158+94=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E5E is #4B61A1. Grayscale: #9D9D9D. Windows color (decimal): -4940194 or 6201012. OLE color: 6201012.
HSL color Cylindrical-coordinate representation of color #B49E5E: hue angle of 44.65º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B49E5E is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 158 | 94 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.29 |
| HSL | 44.65º | 0.36% | 0.54% | - |
| HSV(B) | 44.65º | 0.48% | 0.71% | - |
| XYZ | 33.07 | 34.97 | 15.6 | - |
| YUV | 157.28 | 92.29 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 94 | 0 | 0.12 | 0.48 | 0.29 | 44.65 | 0.36 | 0.54 |
| Hex | B4 | 9E | 5E | 0 | C | 30 | 1D | 2D | 24 | 36 |
| Octal | 264 | 236 | 136 | 0 | 14 | 60 | 35 | 55 | 44 | 66 |
| Binary | 10110100 | 10011110 | 1011110 | 0 | 1100 | 110000 | 11101 | 101101 | 100100 | 110110 |
Color Harmonies of #B49E5E
Complementary color
Monochromatic Colors of #B49E5E
Black with #B49E5E
Text Example
Text Example
White with #B49E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49E5E; }
p { color: rgb(180,158,94); }
H1.HeaderClassName
{
color: #B49E5E;
}
.AnyTagClassName
{
color: #B49E5E;
}
</style>
background-color css
<style>
a { background-color: #B49E5E; }
a { background-color: rgb(180,158,94); }
div.DivClassName
{
background-color: #B49E5E;
}
.BgClassName
{
background-color: #B49E5E;
}
</style>
border-color css
<style>
span { border-color: #B49E5E; }
span { border-color: rgb(180,158,94); }
td.TdClassName
{
border-color: #B49E5E;
}
.TagClassName
{
border-color: #B49E5E;
}
</style>