Shades of Barley Corn #B59961
Tints of Barley Corn #B59961
RGB
CMYK
RGB Variations
Color information
#B59961 (or 0xB59961) is known color: Barley Corn. HEX triplet: B5, 99 and 61. RGB value is (181,153,97). Sum of RGB (Red+Green+Blue) = 181+153+97=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B59961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59961 is #4A669E. Grayscale: #9B9B9B. Windows color (decimal): -4875935 or 6396341. OLE color: 6396341.
HSL color Cylindrical-coordinate representation of color #B59961: hue angle of 40º 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 #B59961 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 153 | 97 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.29 |
| HSL | 40º | 0.36% | 0.55% | - |
| HSV(B) | 40º | 0.46% | 0.71% | - |
| XYZ | 32.6 | 33.47 | 16.05 | - |
| YUV | 154.99 | 95.28 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 97 | 0 | 0.15 | 0.46 | 0.29 | 40 | 0.36 | 0.55 |
| Hex | B5 | 99 | 61 | 0 | F | 2E | 1D | 28 | 24 | 37 |
| Octal | 265 | 231 | 141 | 0 | 17 | 56 | 35 | 50 | 44 | 67 |
| Binary | 10110101 | 10011001 | 1100001 | 0 | 1111 | 101110 | 11101 | 101000 | 100100 | 110111 |
Color Harmonies of #B59961
Complementary color
Monochromatic Colors of #B59961
Black with #B59961
Text Example
Text Example
White with #B59961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59961; }
p { color: rgb(181,153,97); }
H1.HeaderClassName
{
color: #B59961;
}
.AnyTagClassName
{
color: #B59961;
}
</style>
background-color css
<style>
a { background-color: #B59961; }
a { background-color: rgb(181,153,97); }
div.DivClassName
{
background-color: #B59961;
}
.BgClassName
{
background-color: #B59961;
}
</style>
border-color css
<style>
span { border-color: #B59961; }
span { border-color: rgb(181,153,97); }
td.TdClassName
{
border-color: #B59961;
}
.TagClassName
{
border-color: #B59961;
}
</style>