Shades of Barley Corn #B69A66
Tints of Barley Corn #B69A66
RGB
CMYK
RGB Variations
Color information
#B69A66 (or 0xB69A66) is known color: Barley Corn. HEX triplet: B6, 9A and 66. RGB value is (182,154,102). Sum of RGB (Red+Green+Blue) = 182+154+102=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69A66 is #496599. Grayscale: #9C9C9C. Windows color (decimal): -4810138 or 6724278. OLE color: 6724278.
HSL color Cylindrical-coordinate representation of color #B69A66: hue angle of 39º 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 #B69A66 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 154 | 102 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.29 |
| HSL | 39º | 0.35% | 0.56% | - |
| HSV(B) | 39º | 0.44% | 0.71% | - |
| XYZ | 33.25 | 34.02 | 17.38 | - |
| YUV | 156.44 | 97.28 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 154 | 102 | 0 | 0.15 | 0.44 | 0.29 | 39 | 0.35 | 0.56 |
| Hex | B6 | 9A | 66 | 0 | F | 2C | 1D | 27 | 23 | 38 |
| Octal | 266 | 232 | 146 | 0 | 17 | 54 | 35 | 47 | 43 | 70 |
| Binary | 10110110 | 10011010 | 1100110 | 0 | 1111 | 101100 | 11101 | 100111 | 100011 | 111000 |
Color Harmonies of #B69A66
Complementary color
Monochromatic Colors of #B69A66
Black with #B69A66
Text Example
Text Example
White with #B69A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69A66; }
p { color: rgb(182,154,102); }
H1.HeaderClassName
{
color: #B69A66;
}
.AnyTagClassName
{
color: #B69A66;
}
</style>
background-color css
<style>
a { background-color: #B69A66; }
a { background-color: rgb(182,154,102); }
div.DivClassName
{
background-color: #B69A66;
}
.BgClassName
{
background-color: #B69A66;
}
</style>
border-color css
<style>
span { border-color: #B69A66; }
span { border-color: rgb(182,154,102); }
td.TdClassName
{
border-color: #B69A66;
}
.TagClassName
{
border-color: #B69A66;
}
</style>