Shades of Barley Corn #B59858
Tints of Barley Corn #B59858
RGB
CMYK
RGB Variations
Color information
#B59858 (or 0xB59858) is known color: Barley Corn. HEX triplet: B5, 98 and 58. RGB value is (181,152,88). Sum of RGB (Red+Green+Blue) = 181+152+88=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B59858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59858 is #4A67A7. Grayscale: #999999. Windows color (decimal): -4876200 or 5806261. OLE color: 5806261.
HSL color Cylindrical-coordinate representation of color #B59858: hue angle of 41.29º 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 #B59858 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 152 | 88 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.29 |
| HSL | 41.29º | 0.39% | 0.53% | - |
| HSV(B) | 41.29º | 0.51% | 0.71% | - |
| XYZ | 32.05 | 32.98 | 13.91 | - |
| YUV | 153.38 | 91.11 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 88 | 0 | 0.16 | 0.51 | 0.29 | 41.29 | 0.39 | 0.53 |
| Hex | B5 | 98 | 58 | 0 | 10 | 33 | 1D | 29 | 27 | 35 |
| Octal | 265 | 230 | 130 | 0 | 20 | 63 | 35 | 51 | 47 | 65 |
| Binary | 10110101 | 10011000 | 1011000 | 0 | 10000 | 110011 | 11101 | 101001 | 100111 | 110101 |
Color Harmonies of #B59858
Complementary color
Monochromatic Colors of #B59858
Black with #B59858
Text Example
Text Example
White with #B59858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59858; }
p { color: rgb(181,152,88); }
H1.HeaderClassName
{
color: #B59858;
}
.AnyTagClassName
{
color: #B59858;
}
</style>
background-color css
<style>
a { background-color: #B59858; }
a { background-color: rgb(181,152,88); }
div.DivClassName
{
background-color: #B59858;
}
.BgClassName
{
background-color: #B59858;
}
</style>
border-color css
<style>
span { border-color: #B59858; }
span { border-color: rgb(181,152,88); }
td.TdClassName
{
border-color: #B59858;
}
.TagClassName
{
border-color: #B59858;
}
</style>