Shades of Husk #BAA047
Tints of Husk #BAA047
RGB
CMYK
RGB Variations
Color information
#BAA047 (or 0xBAA047) is known color: Husk. HEX triplet: BA, A0 and 47. RGB value is (186,160,71). Sum of RGB (Red+Green+Blue) = 186+160+71=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA047 is #455FB8. Grayscale: #9E9E9E. Windows color (decimal): -4546489 or 4694202. OLE color: 4694202.
HSL color Cylindrical-coordinate representation of color #BAA047: hue angle of 46.43º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAA047 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 71 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.27 |
| HSL | 46.43º | 0.45% | 0.5% | - |
| HSV(B) | 46.43º | 0.62% | 0.73% | - |
| XYZ | 33.96 | 36.04 | 11.13 | - |
| YUV | 157.63 | 79.11 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 71 | 0 | 0.14 | 0.62 | 0.27 | 46.43 | 0.45 | 0.5 |
| Hex | BA | A0 | 47 | 0 | E | 3E | 1B | 2E | 2D | 32 |
| Octal | 272 | 240 | 107 | 0 | 16 | 76 | 33 | 56 | 55 | 62 |
| Binary | 10111010 | 10100000 | 1000111 | 0 | 1110 | 111110 | 11011 | 101110 | 101101 | 110010 |
Color Harmonies of #BAA047
Complementary color
Monochromatic Colors of #BAA047
Black with #BAA047
Text Example
Text Example
White with #BAA047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA047; }
p { color: rgb(186,160,71); }
H1.HeaderClassName
{
color: #BAA047;
}
.AnyTagClassName
{
color: #BAA047;
}
</style>
background-color css
<style>
a { background-color: #BAA047; }
a { background-color: rgb(186,160,71); }
div.DivClassName
{
background-color: #BAA047;
}
.BgClassName
{
background-color: #BAA047;
}
</style>
border-color css
<style>
span { border-color: #BAA047; }
span { border-color: rgb(186,160,71); }
td.TdClassName
{
border-color: #BAA047;
}
.TagClassName
{
border-color: #BAA047;
}
</style>