Shades of Husk #BAA24D
Tints of Husk #BAA24D
RGB
CMYK
RGB Variations
Color information
#BAA24D (or 0xBAA24D) is known color: Husk. HEX triplet: BA, A2 and 4D. RGB value is (186,162,77). Sum of RGB (Red+Green+Blue) = 186+162+77=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA24D is #455DB2. Grayscale: #9F9F9F. Windows color (decimal): -4545971 or 5087930. OLE color: 5087930.
HSL color Cylindrical-coordinate representation of color #BAA24D: hue angle of 46.79º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAA24D is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 77 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.27 |
| HSL | 46.79º | 0.44% | 0.52% | - |
| HSV(B) | 46.79º | 0.59% | 0.73% | - |
| XYZ | 34.51 | 36.82 | 12.31 | - |
| YUV | 159.49 | 81.45 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 77 | 0 | 0.13 | 0.59 | 0.27 | 46.79 | 0.44 | 0.52 |
| Hex | BA | A2 | 4D | 0 | D | 3B | 1B | 2F | 2C | 34 |
| Octal | 272 | 242 | 115 | 0 | 15 | 73 | 33 | 57 | 54 | 64 |
| Binary | 10111010 | 10100010 | 1001101 | 0 | 1101 | 111011 | 11011 | 101111 | 101100 | 110100 |
Color Harmonies of #BAA24D
Complementary color
Monochromatic Colors of #BAA24D
Black with #BAA24D
Text Example
Text Example
White with #BAA24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA24D; }
p { color: rgb(186,162,77); }
H1.HeaderClassName
{
color: #BAA24D;
}
.AnyTagClassName
{
color: #BAA24D;
}
</style>
background-color css
<style>
a { background-color: #BAA24D; }
a { background-color: rgb(186,162,77); }
div.DivClassName
{
background-color: #BAA24D;
}
.BgClassName
{
background-color: #BAA24D;
}
</style>
border-color css
<style>
span { border-color: #BAA24D; }
span { border-color: rgb(186,162,77); }
td.TdClassName
{
border-color: #BAA24D;
}
.TagClassName
{
border-color: #BAA24D;
}
</style>