Shades of Barley Corn #B58B56
Tints of Barley Corn #B58B56
RGB
CMYK
RGB Variations
Color information
#B58B56 (or 0xB58B56) is known color: Barley Corn. HEX triplet: B5, 8B and 56. RGB value is (181,139,86). Sum of RGB (Red+Green+Blue) = 181+139+86=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58B56 is #4A74A9. Grayscale: #919191. Windows color (decimal): -4879530 or 5671861. OLE color: 5671861.
HSL color Cylindrical-coordinate representation of color #B58B56: hue angle of 33.47º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B58B56 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 139 | 86 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.29 |
| HSL | 33.47º | 0.39% | 0.52% | - |
| HSV(B) | 33.47º | 0.52% | 0.71% | - |
| XYZ | 29.97 | 28.96 | 12.81 | - |
| YUV | 145.52 | 94.41 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 139 | 86 | 0 | 0.23 | 0.52 | 0.29 | 33.47 | 0.39 | 0.52 |
| Hex | B5 | 8B | 56 | 0 | 17 | 34 | 1D | 21 | 27 | 34 |
| Octal | 265 | 213 | 126 | 0 | 27 | 64 | 35 | 41 | 47 | 64 |
| Binary | 10110101 | 10001011 | 1010110 | 0 | 10111 | 110100 | 11101 | 100001 | 100111 | 110100 |
Color Harmonies of #B58B56
Complementary color
Monochromatic Colors of #B58B56
Black with #B58B56
Text Example
Text Example
White with #B58B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58B56; }
p { color: rgb(181,139,86); }
H1.HeaderClassName
{
color: #B58B56;
}
.AnyTagClassName
{
color: #B58B56;
}
</style>
background-color css
<style>
a { background-color: #B58B56; }
a { background-color: rgb(181,139,86); }
div.DivClassName
{
background-color: #B58B56;
}
.BgClassName
{
background-color: #B58B56;
}
</style>
border-color css
<style>
span { border-color: #B58B56; }
span { border-color: rgb(181,139,86); }
td.TdClassName
{
border-color: #B58B56;
}
.TagClassName
{
border-color: #B58B56;
}
</style>