Shades of Barley Corn #B39061
Tints of Barley Corn #B39061
RGB
CMYK
RGB Variations
Color information
#B39061 (or 0xB39061) is known color: Barley Corn. HEX triplet: B3, 90 and 61. RGB value is (179,144,97). Sum of RGB (Red+Green+Blue) = 179+144+97=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B39061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39061 is #4C6F9E. Grayscale: #959595. Windows color (decimal): -5009311 or 6394035. OLE color: 6394035.
HSL color Cylindrical-coordinate representation of color #B39061: hue angle of 34.39º 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 #B39061 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 144 | 97 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.30 |
| HSL | 34.39º | 0.35% | 0.54% | - |
| HSV(B) | 34.39º | 0.46% | 0.7% | - |
| XYZ | 30.72 | 30.39 | 15.56 | - |
| YUV | 149.11 | 98.6 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 97 | 0 | 0.20 | 0.46 | 0.30 | 34.39 | 0.35 | 0.54 |
| Hex | B3 | 90 | 61 | 0 | 14 | 2E | 1E | 22 | 23 | 36 |
| Octal | 263 | 220 | 141 | 0 | 24 | 56 | 36 | 42 | 43 | 66 |
| Binary | 10110011 | 10010000 | 1100001 | 0 | 10100 | 101110 | 11110 | 100010 | 100011 | 110110 |
Color Harmonies of #B39061
Complementary color
Monochromatic Colors of #B39061
Black with #B39061
Text Example
Text Example
White with #B39061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39061; }
p { color: rgb(179,144,97); }
H1.HeaderClassName
{
color: #B39061;
}
.AnyTagClassName
{
color: #B39061;
}
</style>
background-color css
<style>
a { background-color: #B39061; }
a { background-color: rgb(179,144,97); }
div.DivClassName
{
background-color: #B39061;
}
.BgClassName
{
background-color: #B39061;
}
</style>
border-color css
<style>
span { border-color: #B39061; }
span { border-color: rgb(179,144,97); }
td.TdClassName
{
border-color: #B39061;
}
.TagClassName
{
border-color: #B39061;
}
</style>