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