Shades of Barley Corn #B39060
Tints of Barley Corn #B39060
RGB
CMYK
RGB Variations
Color information
#B39060 (or 0xB39060) is known color: Barley Corn. HEX triplet: B3, 90 and 60. RGB value is (179,144,96). Sum of RGB (Red+Green+Blue) = 179+144+96=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B39060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39060 is #4C6F9F. Grayscale: #959595. Windows color (decimal): -5009312 or 6328499. OLE color: 6328499.
HSL color Cylindrical-coordinate representation of color #B39060: hue angle of 34.7º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B39060 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 144 | 96 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.30 |
| HSL | 34.7º | 0.35% | 0.54% | - |
| HSV(B) | 34.7º | 0.46% | 0.7% | - |
| XYZ | 30.67 | 30.37 | 15.31 | - |
| YUV | 148.99 | 98.1 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 96 | 0 | 0.20 | 0.46 | 0.30 | 34.7 | 0.35 | 0.54 |
| Hex | B3 | 90 | 60 | 0 | 14 | 2E | 1E | 23 | 23 | 36 |
| Octal | 263 | 220 | 140 | 0 | 24 | 56 | 36 | 43 | 43 | 66 |
| Binary | 10110011 | 10010000 | 1100000 | 0 | 10100 | 101110 | 11110 | 100011 | 100011 | 110110 |
Color Harmonies of #B39060
Complementary color
Monochromatic Colors of #B39060
Black with #B39060
Text Example
Text Example
White with #B39060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39060; }
p { color: rgb(179,144,96); }
H1.HeaderClassName
{
color: #B39060;
}
.AnyTagClassName
{
color: #B39060;
}
</style>
background-color css
<style>
a { background-color: #B39060; }
a { background-color: rgb(179,144,96); }
div.DivClassName
{
background-color: #B39060;
}
.BgClassName
{
background-color: #B39060;
}
</style>
border-color css
<style>
span { border-color: #B39060; }
span { border-color: rgb(179,144,96); }
td.TdClassName
{
border-color: #B39060;
}
.TagClassName
{
border-color: #B39060;
}
</style>