Shades of Barley Corn #B59D61
Tints of Barley Corn #B59D61
RGB
CMYK
RGB Variations
Color information
#B59D61 (or 0xB59D61) is known color: Barley Corn. HEX triplet: B5, 9D and 61. RGB value is (181,157,97). Sum of RGB (Red+Green+Blue) = 181+157+97=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B59D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59D61 is #4A629E. Grayscale: #9D9D9D. Windows color (decimal): -4874911 or 6397365. OLE color: 6397365.
HSL color Cylindrical-coordinate representation of color #B59D61: hue angle of 42.86º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B59D61 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 157 | 97 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.29 |
| HSL | 42.86º | 0.36% | 0.55% | - |
| HSV(B) | 42.86º | 0.46% | 0.71% | - |
| XYZ | 33.27 | 34.8 | 16.27 | - |
| YUV | 157.34 | 93.95 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 157 | 97 | 0 | 0.13 | 0.46 | 0.29 | 42.86 | 0.36 | 0.55 |
| Hex | B5 | 9D | 61 | 0 | D | 2E | 1D | 2B | 24 | 37 |
| Octal | 265 | 235 | 141 | 0 | 15 | 56 | 35 | 53 | 44 | 67 |
| Binary | 10110101 | 10011101 | 1100001 | 0 | 1101 | 101110 | 11101 | 101011 | 100100 | 110111 |
Color Harmonies of #B59D61
Complementary color
Monochromatic Colors of #B59D61
Black with #B59D61
Text Example
Text Example
White with #B59D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59D61; }
p { color: rgb(181,157,97); }
H1.HeaderClassName
{
color: #B59D61;
}
.AnyTagClassName
{
color: #B59D61;
}
</style>
background-color css
<style>
a { background-color: #B59D61; }
a { background-color: rgb(181,157,97); }
div.DivClassName
{
background-color: #B59D61;
}
.BgClassName
{
background-color: #B59D61;
}
</style>
border-color css
<style>
span { border-color: #B59D61; }
span { border-color: rgb(181,157,97); }
td.TdClassName
{
border-color: #B59D61;
}
.TagClassName
{
border-color: #B59D61;
}
</style>