Shades of Barley Corn #B58958
Tints of Barley Corn #B58958
RGB
CMYK
RGB Variations
Color information
#B58958 (or 0xB58958) is known color: Barley Corn. HEX triplet: B5, 89 and 58. RGB value is (181,137,88). Sum of RGB (Red+Green+Blue) = 181+137+88=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B58958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58958 is #4A76A7. Grayscale: #909090. Windows color (decimal): -4880040 or 5802421. OLE color: 5802421.
HSL color Cylindrical-coordinate representation of color #B58958: hue angle of 31.61º degrees, saturation: 0.39, 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 #B58958 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 137 | 88 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.29 |
| HSL | 31.61º | 0.39% | 0.53% | - |
| HSV(B) | 31.61º | 0.51% | 0.71% | - |
| XYZ | 29.76 | 28.42 | 13.15 | - |
| YUV | 144.57 | 96.08 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 88 | 0 | 0.24 | 0.51 | 0.29 | 31.61 | 0.39 | 0.53 |
| Hex | B5 | 89 | 58 | 0 | 18 | 33 | 1D | 20 | 27 | 35 |
| Octal | 265 | 211 | 130 | 0 | 30 | 63 | 35 | 40 | 47 | 65 |
| Binary | 10110101 | 10001001 | 1011000 | 0 | 11000 | 110011 | 11101 | 100000 | 100111 | 110101 |
Color Harmonies of #B58958
Complementary color
Monochromatic Colors of #B58958
Black with #B58958
Text Example
Text Example
White with #B58958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58958; }
p { color: rgb(181,137,88); }
H1.HeaderClassName
{
color: #B58958;
}
.AnyTagClassName
{
color: #B58958;
}
</style>
background-color css
<style>
a { background-color: #B58958; }
a { background-color: rgb(181,137,88); }
div.DivClassName
{
background-color: #B58958;
}
.BgClassName
{
background-color: #B58958;
}
</style>
border-color css
<style>
span { border-color: #B58958; }
span { border-color: rgb(181,137,88); }
td.TdClassName
{
border-color: #B58958;
}
.TagClassName
{
border-color: #B58958;
}
</style>