Shades of Barley Corn #B39A61
Tints of Barley Corn #B39A61
RGB
CMYK
RGB Variations
Color information
#B39A61 (or 0xB39A61) is known color: Barley Corn. HEX triplet: B3, 9A and 61. RGB value is (179,154,97). Sum of RGB (Red+Green+Blue) = 179+154+97=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39A61 is #4C659E. Grayscale: #9B9B9B. Windows color (decimal): -5006751 or 6396595. OLE color: 6396595.
HSL color Cylindrical-coordinate representation of color #B39A61: hue angle of 41.71º 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 #B39A61 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 154 | 97 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.30 |
| HSL | 41.71º | 0.35% | 0.54% | - |
| HSV(B) | 41.71º | 0.46% | 0.7% | - |
| XYZ | 32.3 | 33.56 | 16.08 | - |
| YUV | 154.98 | 95.28 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 154 | 97 | 0 | 0.14 | 0.46 | 0.30 | 41.71 | 0.35 | 0.54 |
| Hex | B3 | 9A | 61 | 0 | E | 2E | 1E | 2A | 23 | 36 |
| Octal | 263 | 232 | 141 | 0 | 16 | 56 | 36 | 52 | 43 | 66 |
| Binary | 10110011 | 10011010 | 1100001 | 0 | 1110 | 101110 | 11110 | 101010 | 100011 | 110110 |
Color Harmonies of #B39A61
Complementary color
Monochromatic Colors of #B39A61
Black with #B39A61
Text Example
Text Example
White with #B39A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39A61; }
p { color: rgb(179,154,97); }
H1.HeaderClassName
{
color: #B39A61;
}
.AnyTagClassName
{
color: #B39A61;
}
</style>
background-color css
<style>
a { background-color: #B39A61; }
a { background-color: rgb(179,154,97); }
div.DivClassName
{
background-color: #B39A61;
}
.BgClassName
{
background-color: #B39A61;
}
</style>
border-color css
<style>
span { border-color: #B39A61; }
span { border-color: rgb(179,154,97); }
td.TdClassName
{
border-color: #B39A61;
}
.TagClassName
{
border-color: #B39A61;
}
</style>