Shades of Barley Corn #B59266
Tints of Barley Corn #B59266
RGB
CMYK
RGB Variations
Color information
#B59266 (or 0xB59266) is known color: Barley Corn. HEX triplet: B5, 92 and 66. RGB value is (181,146,102). Sum of RGB (Red+Green+Blue) = 181+146+102=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B59266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59266 is #4A6D99. Grayscale: #979797. Windows color (decimal): -4877722 or 6722229. OLE color: 6722229.
HSL color Cylindrical-coordinate representation of color #B59266: hue angle of 33.42º 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 #B59266 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 146 | 102 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.29 |
| HSL | 33.42º | 0.35% | 0.55% | - |
| HSV(B) | 33.42º | 0.44% | 0.71% | - |
| XYZ | 31.73 | 31.34 | 16.95 | - |
| YUV | 151.45 | 100.1 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 102 | 0 | 0.19 | 0.44 | 0.29 | 33.42 | 0.35 | 0.55 |
| Hex | B5 | 92 | 66 | 0 | 13 | 2C | 1D | 21 | 23 | 37 |
| Octal | 265 | 222 | 146 | 0 | 23 | 54 | 35 | 41 | 43 | 67 |
| Binary | 10110101 | 10010010 | 1100110 | 0 | 10011 | 101100 | 11101 | 100001 | 100011 | 110111 |
Color Harmonies of #B59266
Complementary color
Monochromatic Colors of #B59266
Black with #B59266
Text Example
Text Example
White with #B59266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59266; }
p { color: rgb(181,146,102); }
H1.HeaderClassName
{
color: #B59266;
}
.AnyTagClassName
{
color: #B59266;
}
</style>
background-color css
<style>
a { background-color: #B59266; }
a { background-color: rgb(181,146,102); }
div.DivClassName
{
background-color: #B59266;
}
.BgClassName
{
background-color: #B59266;
}
</style>
border-color css
<style>
span { border-color: #B59266; }
span { border-color: rgb(181,146,102); }
td.TdClassName
{
border-color: #B59266;
}
.TagClassName
{
border-color: #B59266;
}
</style>