Shades of Barley Corn #B59561
Tints of Barley Corn #B59561
RGB
CMYK
RGB Variations
Color information
#B59561 (or 0xB59561) is known color: Barley Corn. HEX triplet: B5, 95 and 61. RGB value is (181,149,97). Sum of RGB (Red+Green+Blue) = 181+149+97=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B59561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59561 is #4A6A9E. Grayscale: #989898. Windows color (decimal): -4876959 or 6395317. OLE color: 6395317.
HSL color Cylindrical-coordinate representation of color #B59561: hue angle of 37.14º 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 #B59561 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 149 | 97 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.29 |
| HSL | 37.14º | 0.36% | 0.55% | - |
| HSV(B) | 37.14º | 0.46% | 0.71% | - |
| XYZ | 31.96 | 32.18 | 15.84 | - |
| YUV | 152.64 | 96.6 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 149 | 97 | 0 | 0.18 | 0.46 | 0.29 | 37.14 | 0.36 | 0.55 |
| Hex | B5 | 95 | 61 | 0 | 12 | 2E | 1D | 25 | 24 | 37 |
| Octal | 265 | 225 | 141 | 0 | 22 | 56 | 35 | 45 | 44 | 67 |
| Binary | 10110101 | 10010101 | 1100001 | 0 | 10010 | 101110 | 11101 | 100101 | 100100 | 110111 |
Color Harmonies of #B59561
Complementary color
Monochromatic Colors of #B59561
Black with #B59561
Text Example
Text Example
White with #B59561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59561; }
p { color: rgb(181,149,97); }
H1.HeaderClassName
{
color: #B59561;
}
.AnyTagClassName
{
color: #B59561;
}
</style>
background-color css
<style>
a { background-color: #B59561; }
a { background-color: rgb(181,149,97); }
div.DivClassName
{
background-color: #B59561;
}
.BgClassName
{
background-color: #B59561;
}
</style>
border-color css
<style>
span { border-color: #B59561; }
span { border-color: rgb(181,149,97); }
td.TdClassName
{
border-color: #B59561;
}
.TagClassName
{
border-color: #B59561;
}
</style>