Shades of Barley Corn #B59556
Tints of Barley Corn #B59556
RGB
CMYK
RGB Variations
Color information
#B59556 (or 0xB59556) is known color: Barley Corn. HEX triplet: B5, 95 and 56. RGB value is (181,149,86). Sum of RGB (Red+Green+Blue) = 181+149+86=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B59556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59556 is #4A6AA9. Grayscale: #979797. Windows color (decimal): -4876970 or 5674421. OLE color: 5674421.
HSL color Cylindrical-coordinate representation of color #B59556: hue angle of 39.79º 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 #B59556 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 149 | 86 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.29 |
| HSL | 39.79º | 0.39% | 0.52% | - |
| HSV(B) | 39.79º | 0.52% | 0.71% | - |
| XYZ | 31.48 | 31.99 | 13.32 | - |
| YUV | 151.39 | 91.1 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 149 | 86 | 0 | 0.18 | 0.52 | 0.29 | 39.79 | 0.39 | 0.52 |
| Hex | B5 | 95 | 56 | 0 | 12 | 34 | 1D | 28 | 27 | 34 |
| Octal | 265 | 225 | 126 | 0 | 22 | 64 | 35 | 50 | 47 | 64 |
| Binary | 10110101 | 10010101 | 1010110 | 0 | 10010 | 110100 | 11101 | 101000 | 100111 | 110100 |
Color Harmonies of #B59556
Complementary color
Monochromatic Colors of #B59556
Black with #B59556
Text Example
Text Example
White with #B59556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59556; }
p { color: rgb(181,149,86); }
H1.HeaderClassName
{
color: #B59556;
}
.AnyTagClassName
{
color: #B59556;
}
</style>
background-color css
<style>
a { background-color: #B59556; }
a { background-color: rgb(181,149,86); }
div.DivClassName
{
background-color: #B59556;
}
.BgClassName
{
background-color: #B59556;
}
</style>
border-color css
<style>
span { border-color: #B59556; }
span { border-color: rgb(181,149,86); }
td.TdClassName
{
border-color: #B59556;
}
.TagClassName
{
border-color: #B59556;
}
</style>