Shades of Barley Corn #B58A59
Tints of Barley Corn #B58A59
RGB
CMYK
RGB Variations
Color information
#B58A59 (or 0xB58A59) is known color: Barley Corn. HEX triplet: B5, 8A and 59. RGB value is (181,138,89). Sum of RGB (Red+Green+Blue) = 181+138+89=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A59 is #4A75A6. Grayscale: #919191. Windows color (decimal): -4879783 or 5868213. OLE color: 5868213.
HSL color Cylindrical-coordinate representation of color #B58A59: hue angle of 31.96º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B58A59 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 89 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.29 |
| HSL | 31.96º | 0.38% | 0.53% | - |
| HSV(B) | 31.96º | 0.51% | 0.71% | - |
| XYZ | 29.95 | 28.72 | 13.42 | - |
| YUV | 145.27 | 96.25 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 89 | 0 | 0.24 | 0.51 | 0.29 | 31.96 | 0.38 | 0.53 |
| Hex | B5 | 8A | 59 | 0 | 18 | 33 | 1D | 20 | 26 | 35 |
| Octal | 265 | 212 | 131 | 0 | 30 | 63 | 35 | 40 | 46 | 65 |
| Binary | 10110101 | 10001010 | 1011001 | 0 | 11000 | 110011 | 11101 | 100000 | 100110 | 110101 |
Color Harmonies of #B58A59
Complementary color
Monochromatic Colors of #B58A59
Black with #B58A59
Text Example
Text Example
White with #B58A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A59; }
p { color: rgb(181,138,89); }
H1.HeaderClassName
{
color: #B58A59;
}
.AnyTagClassName
{
color: #B58A59;
}
</style>
background-color css
<style>
a { background-color: #B58A59; }
a { background-color: rgb(181,138,89); }
div.DivClassName
{
background-color: #B58A59;
}
.BgClassName
{
background-color: #B58A59;
}
</style>
border-color css
<style>
span { border-color: #B58A59; }
span { border-color: rgb(181,138,89); }
td.TdClassName
{
border-color: #B58A59;
}
.TagClassName
{
border-color: #B58A59;
}
</style>