Shades of Husk #BAA04E
Tints of Husk #BAA04E
RGB
CMYK
RGB Variations
Color information
#BAA04E (or 0xBAA04E) is known color: Husk. HEX triplet: BA, A0 and 4E. RGB value is (186,160,78). Sum of RGB (Red+Green+Blue) = 186+160+78=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 78 (30.86% from 255 or 18.40% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA04E is #455FB1. Grayscale: #9E9E9E. Windows color (decimal): -4546482 or 5152954. OLE color: 5152954.
HSL color Cylindrical-coordinate representation of color #BAA04E: hue angle of 45.56º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAA04E is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 78 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.27 |
| HSL | 45.56º | 0.44% | 0.52% | - |
| HSV(B) | 45.56º | 0.58% | 0.73% | - |
| XYZ | 34.2 | 36.13 | 12.38 | - |
| YUV | 158.43 | 82.61 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 78 | 0 | 0.14 | 0.58 | 0.27 | 45.56 | 0.44 | 0.52 |
| Hex | BA | A0 | 4E | 0 | E | 3A | 1B | 2E | 2C | 34 |
| Octal | 272 | 240 | 116 | 0 | 16 | 72 | 33 | 56 | 54 | 64 |
| Binary | 10111010 | 10100000 | 1001110 | 0 | 1110 | 111010 | 11011 | 101110 | 101100 | 110100 |
Color Harmonies of #BAA04E
Complementary color
Monochromatic Colors of #BAA04E
Black with #BAA04E
Text Example
Text Example
White with #BAA04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA04E; }
p { color: rgb(186,160,78); }
H1.HeaderClassName
{
color: #BAA04E;
}
.AnyTagClassName
{
color: #BAA04E;
}
</style>
background-color css
<style>
a { background-color: #BAA04E; }
a { background-color: rgb(186,160,78); }
div.DivClassName
{
background-color: #BAA04E;
}
.BgClassName
{
background-color: #BAA04E;
}
</style>
border-color css
<style>
span { border-color: #BAA04E; }
span { border-color: rgb(186,160,78); }
td.TdClassName
{
border-color: #BAA04E;
}
.TagClassName
{
border-color: #BAA04E;
}
</style>