Shades of Barley Corn #B58E54
Tints of Barley Corn #B58E54
RGB
CMYK
RGB Variations
Color information
#B58E54 (or 0xB58E54) is known color: Barley Corn. HEX triplet: B5, 8E and 54. RGB value is (181,142,84). Sum of RGB (Red+Green+Blue) = 181+142+84=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58E54 is #4A71AB. Grayscale: #939393. Windows color (decimal): -4878764 or 5541557. OLE color: 5541557.
HSL color Cylindrical-coordinate representation of color #B58E54: hue angle of 35.88º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B58E54 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 142 | 84 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.29 |
| HSL | 35.88º | 0.4% | 0.52% | - |
| HSV(B) | 35.88º | 0.54% | 0.71% | - |
| XYZ | 30.33 | 29.81 | 12.54 | - |
| YUV | 147.05 | 92.42 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 84 | 0 | 0.22 | 0.54 | 0.29 | 35.88 | 0.4 | 0.52 |
| Hex | B5 | 8E | 54 | 0 | 16 | 36 | 1D | 24 | 28 | 34 |
| Octal | 265 | 216 | 124 | 0 | 26 | 66 | 35 | 44 | 50 | 64 |
| Binary | 10110101 | 10001110 | 1010100 | 0 | 10110 | 110110 | 11101 | 100100 | 101000 | 110100 |
Color Harmonies of #B58E54
Complementary color
Monochromatic Colors of #B58E54
Black with #B58E54
Text Example
Text Example
White with #B58E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58E54; }
p { color: rgb(181,142,84); }
H1.HeaderClassName
{
color: #B58E54;
}
.AnyTagClassName
{
color: #B58E54;
}
</style>
background-color css
<style>
a { background-color: #B58E54; }
a { background-color: rgb(181,142,84); }
div.DivClassName
{
background-color: #B58E54;
}
.BgClassName
{
background-color: #B58E54;
}
</style>
border-color css
<style>
span { border-color: #B58E54; }
span { border-color: rgb(181,142,84); }
td.TdClassName
{
border-color: #B58E54;
}
.TagClassName
{
border-color: #B58E54;
}
</style>