Shades of Barley Corn #B59356
Tints of Barley Corn #B59356
RGB
CMYK
RGB Variations
Color information
#B59356 (or 0xB59356) is known color: Barley Corn. HEX triplet: B5, 93 and 56. RGB value is (181,147,86). Sum of RGB (Red+Green+Blue) = 181+147+86=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B59356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59356 is #4A6CA9. Grayscale: #969696. Windows color (decimal): -4877482 or 5673909. OLE color: 5673909.
HSL color Cylindrical-coordinate representation of color #B59356: hue angle of 38.53º 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 #B59356 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 147 | 86 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.29 |
| HSL | 38.53º | 0.39% | 0.52% | - |
| HSV(B) | 38.53º | 0.52% | 0.71% | - |
| XYZ | 31.17 | 31.36 | 13.21 | - |
| YUV | 150.21 | 91.76 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 147 | 86 | 0 | 0.19 | 0.52 | 0.29 | 38.53 | 0.39 | 0.52 |
| Hex | B5 | 93 | 56 | 0 | 13 | 34 | 1D | 27 | 27 | 34 |
| Octal | 265 | 223 | 126 | 0 | 23 | 64 | 35 | 47 | 47 | 64 |
| Binary | 10110101 | 10010011 | 1010110 | 0 | 10011 | 110100 | 11101 | 100111 | 100111 | 110100 |
Color Harmonies of #B59356
Complementary color
Monochromatic Colors of #B59356
Black with #B59356
Text Example
Text Example
White with #B59356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59356; }
p { color: rgb(181,147,86); }
H1.HeaderClassName
{
color: #B59356;
}
.AnyTagClassName
{
color: #B59356;
}
</style>
background-color css
<style>
a { background-color: #B59356; }
a { background-color: rgb(181,147,86); }
div.DivClassName
{
background-color: #B59356;
}
.BgClassName
{
background-color: #B59356;
}
</style>
border-color css
<style>
span { border-color: #B59356; }
span { border-color: rgb(181,147,86); }
td.TdClassName
{
border-color: #B59356;
}
.TagClassName
{
border-color: #B59356;
}
</style>