Shades of Husk #BAA056
Tints of Husk #BAA056
RGB
CMYK
RGB Variations
Color information
#BAA056 (or 0xBAA056) is known color: Husk. HEX triplet: BA, A0 and 56. RGB value is (186,160,86). Sum of RGB (Red+Green+Blue) = 186+160+86=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA056 is #455FA9. Grayscale: #9F9F9F. Windows color (decimal): -4546474 or 5677242. OLE color: 5677242.
HSL color Cylindrical-coordinate representation of color #BAA056: hue angle of 44.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAA056 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 86 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.27 |
| HSL | 44.4º | 0.42% | 0.53% | - |
| HSV(B) | 44.4º | 0.54% | 0.73% | - |
| XYZ | 34.5 | 36.25 | 13.98 | - |
| YUV | 159.34 | 86.61 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 86 | 0 | 0.14 | 0.54 | 0.27 | 44.4 | 0.42 | 0.53 |
| Hex | BA | A0 | 56 | 0 | E | 36 | 1B | 2C | 2A | 35 |
| Octal | 272 | 240 | 126 | 0 | 16 | 66 | 33 | 54 | 52 | 65 |
| Binary | 10111010 | 10100000 | 1010110 | 0 | 1110 | 110110 | 11011 | 101100 | 101010 | 110101 |
Color Harmonies of #BAA056
Complementary color
Monochromatic Colors of #BAA056
Black with #BAA056
Text Example
Text Example
White with #BAA056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA056; }
p { color: rgb(186,160,86); }
H1.HeaderClassName
{
color: #BAA056;
}
.AnyTagClassName
{
color: #BAA056;
}
</style>
background-color css
<style>
a { background-color: #BAA056; }
a { background-color: rgb(186,160,86); }
div.DivClassName
{
background-color: #BAA056;
}
.BgClassName
{
background-color: #BAA056;
}
</style>
border-color css
<style>
span { border-color: #BAA056; }
span { border-color: rgb(186,160,86); }
td.TdClassName
{
border-color: #BAA056;
}
.TagClassName
{
border-color: #BAA056;
}
</style>