Shades of Barley Corn #B39066
Tints of Barley Corn #B39066
RGB
CMYK
RGB Variations
Color information
#B39066 (or 0xB39066) is known color: Barley Corn. HEX triplet: B3, 90 and 66. RGB value is (179,144,102). Sum of RGB (Red+Green+Blue) = 179+144+102=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B39066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39066 is #4C6F99. Grayscale: #959595. Windows color (decimal): -5009306 or 6721715. OLE color: 6721715.
HSL color Cylindrical-coordinate representation of color #B39066: hue angle of 32.73º 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 #B39066 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 144 | 102 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.30 |
| HSL | 32.73º | 0.34% | 0.55% | - |
| HSV(B) | 32.73º | 0.43% | 0.7% | - |
| XYZ | 30.96 | 30.49 | 16.82 | - |
| YUV | 149.68 | 101.1 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 102 | 0 | 0.20 | 0.43 | 0.30 | 32.73 | 0.34 | 0.55 |
| Hex | B3 | 90 | 66 | 0 | 14 | 2B | 1E | 21 | 22 | 37 |
| Octal | 263 | 220 | 146 | 0 | 24 | 53 | 36 | 41 | 42 | 67 |
| Binary | 10110011 | 10010000 | 1100110 | 0 | 10100 | 101011 | 11110 | 100001 | 100010 | 110111 |
Color Harmonies of #B39066
Complementary color
Monochromatic Colors of #B39066
Black with #B39066
Text Example
Text Example
White with #B39066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39066; }
p { color: rgb(179,144,102); }
H1.HeaderClassName
{
color: #B39066;
}
.AnyTagClassName
{
color: #B39066;
}
</style>
background-color css
<style>
a { background-color: #B39066; }
a { background-color: rgb(179,144,102); }
div.DivClassName
{
background-color: #B39066;
}
.BgClassName
{
background-color: #B39066;
}
</style>
border-color css
<style>
span { border-color: #B39066; }
span { border-color: rgb(179,144,102); }
td.TdClassName
{
border-color: #B39066;
}
.TagClassName
{
border-color: #B39066;
}
</style>