Shades of Barley Corn #B69666
Tints of Barley Corn #B69666
RGB
CMYK
RGB Variations
Color information
#B69666 (or 0xB69666) is known color: Barley Corn. HEX triplet: B6, 96 and 66. RGB value is (182,150,102). Sum of RGB (Red+Green+Blue) = 182+150+102=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B69666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69666 is #496999. Grayscale: #9A9A9A. Windows color (decimal): -4811162 or 6723254. OLE color: 6723254.
HSL color Cylindrical-coordinate representation of color #B69666: hue angle of 36º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B69666 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 150 | 102 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.29 |
| HSL | 36º | 0.35% | 0.56% | - |
| HSV(B) | 36º | 0.44% | 0.71% | - |
| XYZ | 32.6 | 32.72 | 17.17 | - |
| YUV | 154.1 | 98.6 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 150 | 102 | 0 | 0.18 | 0.44 | 0.29 | 36 | 0.35 | 0.56 |
| Hex | B6 | 96 | 66 | 0 | 12 | 2C | 1D | 24 | 23 | 38 |
| Octal | 266 | 226 | 146 | 0 | 22 | 54 | 35 | 44 | 43 | 70 |
| Binary | 10110110 | 10010110 | 1100110 | 0 | 10010 | 101100 | 11101 | 100100 | 100011 | 111000 |
Color Harmonies of #B69666
Complementary color
Monochromatic Colors of #B69666
Black with #B69666
Text Example
Text Example
White with #B69666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69666; }
p { color: rgb(182,150,102); }
H1.HeaderClassName
{
color: #B69666;
}
.AnyTagClassName
{
color: #B69666;
}
</style>
background-color css
<style>
a { background-color: #B69666; }
a { background-color: rgb(182,150,102); }
div.DivClassName
{
background-color: #B69666;
}
.BgClassName
{
background-color: #B69666;
}
</style>
border-color css
<style>
span { border-color: #B69666; }
span { border-color: rgb(182,150,102); }
td.TdClassName
{
border-color: #B69666;
}
.TagClassName
{
border-color: #B69666;
}
</style>