Shades of Barley Corn #B58C63
Tints of Barley Corn #B58C63
RGB
CMYK
RGB Variations
Color information
#B58C63 (or 0xB58C63) is known color: Barley Corn. HEX triplet: B5, 8C and 63. RGB value is (181,140,99). Sum of RGB (Red+Green+Blue) = 181+140+99=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58C63 is #4A739C. Grayscale: #939393. Windows color (decimal): -4879261 or 6524085. OLE color: 6524085.
HSL color Cylindrical-coordinate representation of color #B58C63: hue angle of 30º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B58C63 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 140 | 99 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.29 |
| HSL | 30º | 0.36% | 0.55% | - |
| HSV(B) | 30º | 0.45% | 0.71% | - |
| XYZ | 30.69 | 29.48 | 15.88 | - |
| YUV | 147.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 140 | 99 | 0 | 0.23 | 0.45 | 0.29 | 30 | 0.36 | 0.55 |
| Hex | B5 | 8C | 63 | 0 | 17 | 2D | 1D | 1E | 24 | 37 |
| Octal | 265 | 214 | 143 | 0 | 27 | 55 | 35 | 36 | 44 | 67 |
| Binary | 10110101 | 10001100 | 1100011 | 0 | 10111 | 101101 | 11101 | 11110 | 100100 | 110111 |
Color Harmonies of #B58C63
Complementary color
Monochromatic Colors of #B58C63
Black with #B58C63
Text Example
Text Example
White with #B58C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58C63; }
p { color: rgb(181,140,99); }
H1.HeaderClassName
{
color: #B58C63;
}
.AnyTagClassName
{
color: #B58C63;
}
</style>
background-color css
<style>
a { background-color: #B58C63; }
a { background-color: rgb(181,140,99); }
div.DivClassName
{
background-color: #B58C63;
}
.BgClassName
{
background-color: #B58C63;
}
</style>
border-color css
<style>
span { border-color: #B58C63; }
span { border-color: rgb(181,140,99); }
td.TdClassName
{
border-color: #B58C63;
}
.TagClassName
{
border-color: #B58C63;
}
</style>