Shades of Barley Corn #B59766
Tints of Barley Corn #B59766
RGB
CMYK
RGB Variations
Color information
#B59766 (or 0xB59766) is known color: Barley Corn. HEX triplet: B5, 97 and 66. RGB value is (181,151,102). Sum of RGB (Red+Green+Blue) = 181+151+102=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B59766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59766 is #4A6899. Grayscale: #9A9A9A. Windows color (decimal): -4876442 or 6723509. OLE color: 6723509.
HSL color Cylindrical-coordinate representation of color #B59766: hue angle of 37.22º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B59766 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 151 | 102 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.29 |
| HSL | 37.22º | 0.35% | 0.55% | - |
| HSV(B) | 37.22º | 0.44% | 0.71% | - |
| XYZ | 32.52 | 32.92 | 17.21 | - |
| YUV | 154.38 | 98.44 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 151 | 102 | 0 | 0.17 | 0.44 | 0.29 | 37.22 | 0.35 | 0.55 |
| Hex | B5 | 97 | 66 | 0 | 11 | 2C | 1D | 25 | 23 | 37 |
| Octal | 265 | 227 | 146 | 0 | 21 | 54 | 35 | 45 | 43 | 67 |
| Binary | 10110101 | 10010111 | 1100110 | 0 | 10001 | 101100 | 11101 | 100101 | 100011 | 110111 |
Color Harmonies of #B59766
Complementary color
Monochromatic Colors of #B59766
Black with #B59766
Text Example
Text Example
White with #B59766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59766; }
p { color: rgb(181,151,102); }
H1.HeaderClassName
{
color: #B59766;
}
.AnyTagClassName
{
color: #B59766;
}
</style>
background-color css
<style>
a { background-color: #B59766; }
a { background-color: rgb(181,151,102); }
div.DivClassName
{
background-color: #B59766;
}
.BgClassName
{
background-color: #B59766;
}
</style>
border-color css
<style>
span { border-color: #B59766; }
span { border-color: rgb(181,151,102); }
td.TdClassName
{
border-color: #B59766;
}
.TagClassName
{
border-color: #B59766;
}
</style>