Shades of Husk #BAA054
Tints of Husk #BAA054
RGB
CMYK
RGB Variations
Color information
#BAA054 (or 0xBAA054) is known color: Husk. HEX triplet: BA, A0 and 54. RGB value is (186,160,84). Sum of RGB (Red+Green+Blue) = 186+160+84=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 84 (33.20% from 255 or 19.53% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA054 is #455FAB. Grayscale: #9F9F9F. Windows color (decimal): -4546476 or 5546170. OLE color: 5546170.
HSL color Cylindrical-coordinate representation of color #BAA054: hue angle of 44.71º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAA054 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 84 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.27 |
| HSL | 44.71º | 0.43% | 0.53% | - |
| HSV(B) | 44.71º | 0.55% | 0.73% | - |
| XYZ | 34.42 | 36.22 | 13.56 | - |
| YUV | 159.11 | 85.61 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 84 | 0 | 0.14 | 0.55 | 0.27 | 44.71 | 0.43 | 0.53 |
| Hex | BA | A0 | 54 | 0 | E | 37 | 1B | 2D | 2A | 35 |
| Octal | 272 | 240 | 124 | 0 | 16 | 67 | 33 | 55 | 52 | 65 |
| Binary | 10111010 | 10100000 | 1010100 | 0 | 1110 | 110111 | 11011 | 101101 | 101010 | 110101 |
Color Harmonies of #BAA054
Complementary color
Monochromatic Colors of #BAA054
Black with #BAA054
Text Example
Text Example
White with #BAA054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA054; }
p { color: rgb(186,160,84); }
H1.HeaderClassName
{
color: #BAA054;
}
.AnyTagClassName
{
color: #BAA054;
}
</style>
background-color css
<style>
a { background-color: #BAA054; }
a { background-color: rgb(186,160,84); }
div.DivClassName
{
background-color: #BAA054;
}
.BgClassName
{
background-color: #BAA054;
}
</style>
border-color css
<style>
span { border-color: #BAA054; }
span { border-color: rgb(186,160,84); }
td.TdClassName
{
border-color: #BAA054;
}
.TagClassName
{
border-color: #BAA054;
}
</style>