Shades of Barley Corn #B69F66
Tints of Barley Corn #B69F66
RGB
CMYK
RGB Variations
Color information
#B69F66 (or 0xB69F66) is known color: Barley Corn. HEX triplet: B6, 9F and 66. RGB value is (182,159,102). Sum of RGB (Red+Green+Blue) = 182+159+102=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B69F66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69F66 is #496099. Grayscale: #9F9F9F. Windows color (decimal): -4808858 or 6725558. OLE color: 6725558.
HSL color Cylindrical-coordinate representation of color #B69F66: hue angle of 42.75º 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 #B69F66 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 159 | 102 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.29 |
| HSL | 42.75º | 0.35% | 0.56% | - |
| HSV(B) | 42.75º | 0.44% | 0.71% | - |
| XYZ | 34.09 | 35.7 | 17.66 | - |
| YUV | 159.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 159 | 102 | 0 | 0.13 | 0.44 | 0.29 | 42.75 | 0.35 | 0.56 |
| Hex | B6 | 9F | 66 | 0 | D | 2C | 1D | 2B | 23 | 38 |
| Octal | 266 | 237 | 146 | 0 | 15 | 54 | 35 | 53 | 43 | 70 |
| Binary | 10110110 | 10011111 | 1100110 | 0 | 1101 | 101100 | 11101 | 101011 | 100011 | 111000 |
Color Harmonies of #B69F66
Complementary color
Monochromatic Colors of #B69F66
Black with #B69F66
Text Example
Text Example
White with #B69F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69F66; }
p { color: rgb(182,159,102); }
H1.HeaderClassName
{
color: #B69F66;
}
.AnyTagClassName
{
color: #B69F66;
}
</style>
background-color css
<style>
a { background-color: #B69F66; }
a { background-color: rgb(182,159,102); }
div.DivClassName
{
background-color: #B69F66;
}
.BgClassName
{
background-color: #B69F66;
}
</style>
border-color css
<style>
span { border-color: #B69F66; }
span { border-color: rgb(182,159,102); }
td.TdClassName
{
border-color: #B69F66;
}
.TagClassName
{
border-color: #B69F66;
}
</style>