Shades of Barley Corn #B58C5F
Tints of Barley Corn #B58C5F
RGB
CMYK
RGB Variations
Color information
#B58C5F (or 0xB58C5F) is known color: Barley Corn. HEX triplet: B5, 8C and 5F. RGB value is (181,140,95). Sum of RGB (Red+Green+Blue) = 181+140+95=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58C5F is #4A73A0. Grayscale: #939393. Windows color (decimal): -4879265 or 6261941. OLE color: 6261941.
HSL color Cylindrical-coordinate representation of color #B58C5F: hue angle of 31.4º degrees, saturation: 0.37, 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 #B58C5F is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 140 | 95 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.29 |
| HSL | 31.4º | 0.37% | 0.54% | - |
| HSV(B) | 31.4º | 0.48% | 0.71% | - |
| XYZ | 30.5 | 29.41 | 14.89 | - |
| YUV | 147.13 | 98.58 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 140 | 95 | 0 | 0.23 | 0.48 | 0.29 | 31.4 | 0.37 | 0.54 |
| Hex | B5 | 8C | 5F | 0 | 17 | 30 | 1D | 1F | 25 | 36 |
| Octal | 265 | 214 | 137 | 0 | 27 | 60 | 35 | 37 | 45 | 66 |
| Binary | 10110101 | 10001100 | 1011111 | 0 | 10111 | 110000 | 11101 | 11111 | 100101 | 110110 |
Color Harmonies of #B58C5F
Complementary color
Monochromatic Colors of #B58C5F
Black with #B58C5F
Text Example
Text Example
White with #B58C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58C5F; }
p { color: rgb(181,140,95); }
H1.HeaderClassName
{
color: #B58C5F;
}
.AnyTagClassName
{
color: #B58C5F;
}
</style>
background-color css
<style>
a { background-color: #B58C5F; }
a { background-color: rgb(181,140,95); }
div.DivClassName
{
background-color: #B58C5F;
}
.BgClassName
{
background-color: #B58C5F;
}
</style>
border-color css
<style>
span { border-color: #B58C5F; }
span { border-color: rgb(181,140,95); }
td.TdClassName
{
border-color: #B58C5F;
}
.TagClassName
{
border-color: #B58C5F;
}
</style>