Shades of Barley Corn #B39666
Tints of Barley Corn #B39666
RGB
CMYK
RGB Variations
Color information
#B39666 (or 0xB39666) is known color: Barley Corn. HEX triplet: B3, 96 and 66. RGB value is (179,150,102). Sum of RGB (Red+Green+Blue) = 179+150+102=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B39666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39666 is #4C6999. Grayscale: #999999. Windows color (decimal): -5007770 or 6723251. OLE color: 6723251.
HSL color Cylindrical-coordinate representation of color #B39666: hue angle of 37.4º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B39666 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 150 | 102 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.30 |
| HSL | 37.4º | 0.34% | 0.55% | - |
| HSV(B) | 37.4º | 0.43% | 0.7% | - |
| XYZ | 31.9 | 32.36 | 17.13 | - |
| YUV | 153.2 | 99.11 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 150 | 102 | 0 | 0.16 | 0.43 | 0.30 | 37.4 | 0.34 | 0.55 |
| Hex | B3 | 96 | 66 | 0 | 10 | 2B | 1E | 25 | 22 | 37 |
| Octal | 263 | 226 | 146 | 0 | 20 | 53 | 36 | 45 | 42 | 67 |
| Binary | 10110011 | 10010110 | 1100110 | 0 | 10000 | 101011 | 11110 | 100101 | 100010 | 110111 |
Color Harmonies of #B39666
Complementary color
Monochromatic Colors of #B39666
Black with #B39666
Text Example
Text Example
White with #B39666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39666; }
p { color: rgb(179,150,102); }
H1.HeaderClassName
{
color: #B39666;
}
.AnyTagClassName
{
color: #B39666;
}
</style>
background-color css
<style>
a { background-color: #B39666; }
a { background-color: rgb(179,150,102); }
div.DivClassName
{
background-color: #B39666;
}
.BgClassName
{
background-color: #B39666;
}
</style>
border-color css
<style>
span { border-color: #B39666; }
span { border-color: rgb(179,150,102); }
td.TdClassName
{
border-color: #B39666;
}
.TagClassName
{
border-color: #B39666;
}
</style>