Shades of Husk #BAA14F
Tints of Husk #BAA14F
RGB
CMYK
RGB Variations
Color information
#BAA14F (or 0xBAA14F) is known color: Husk. HEX triplet: BA, A1 and 4F. RGB value is (186,161,79). Sum of RGB (Red+Green+Blue) = 186+161+79=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 79 (31.25% from 255 or 18.54% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA14F is #455EB0. Grayscale: #9F9F9F. Windows color (decimal): -4546225 or 5218746. OLE color: 5218746.
HSL color Cylindrical-coordinate representation of color #BAA14F: hue angle of 45.98º 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 #BAA14F is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 161 | 79 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.27 |
| HSL | 45.98º | 0.44% | 0.52% | - |
| HSV(B) | 45.98º | 0.58% | 0.73% | - |
| XYZ | 34.41 | 36.49 | 12.63 | - |
| YUV | 159.13 | 82.78 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 79 | 0 | 0.13 | 0.58 | 0.27 | 45.98 | 0.44 | 0.52 |
| Hex | BA | A1 | 4F | 0 | D | 3A | 1B | 2E | 2C | 34 |
| Octal | 272 | 241 | 117 | 0 | 15 | 72 | 33 | 56 | 54 | 64 |
| Binary | 10111010 | 10100001 | 1001111 | 0 | 1101 | 111010 | 11011 | 101110 | 101100 | 110100 |
Color Harmonies of #BAA14F
Complementary color
Monochromatic Colors of #BAA14F
Black with #BAA14F
Text Example
Text Example
White with #BAA14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA14F; }
p { color: rgb(186,161,79); }
H1.HeaderClassName
{
color: #BAA14F;
}
.AnyTagClassName
{
color: #BAA14F;
}
</style>
background-color css
<style>
a { background-color: #BAA14F; }
a { background-color: rgb(186,161,79); }
div.DivClassName
{
background-color: #BAA14F;
}
.BgClassName
{
background-color: #BAA14F;
}
</style>
border-color css
<style>
span { border-color: #BAA14F; }
span { border-color: rgb(186,161,79); }
td.TdClassName
{
border-color: #BAA14F;
}
.TagClassName
{
border-color: #BAA14F;
}
</style>