Shades of Husk #BA9A4D
Tints of Husk #BA9A4D
RGB
CMYK
RGB Variations
Color information
#BA9A4D (or 0xBA9A4D) is known color: Husk. HEX triplet: BA, 9A and 4D. RGB value is (186,154,77). Sum of RGB (Red+Green+Blue) = 186+154+77=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9A4D is #4565B2. Grayscale: #9B9B9B. Windows color (decimal): -4548019 or 5085882. OLE color: 5085882.
HSL color Cylindrical-coordinate representation of color #BA9A4D: hue angle of 42.39º 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 #BA9A4D is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 77 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.27 |
| HSL | 42.39º | 0.44% | 0.52% | - |
| HSV(B) | 42.39º | 0.59% | 0.73% | - |
| XYZ | 33.14 | 34.09 | 11.85 | - |
| YUV | 154.79 | 84.1 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 77 | 0 | 0.17 | 0.59 | 0.27 | 42.39 | 0.44 | 0.52 |
| Hex | BA | 9A | 4D | 0 | 11 | 3B | 1B | 2A | 2C | 34 |
| Octal | 272 | 232 | 115 | 0 | 21 | 73 | 33 | 52 | 54 | 64 |
| Binary | 10111010 | 10011010 | 1001101 | 0 | 10001 | 111011 | 11011 | 101010 | 101100 | 110100 |
Color Harmonies of #BA9A4D
Complementary color
Monochromatic Colors of #BA9A4D
Black with #BA9A4D
Text Example
Text Example
White with #BA9A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9A4D; }
p { color: rgb(186,154,77); }
H1.HeaderClassName
{
color: #BA9A4D;
}
.AnyTagClassName
{
color: #BA9A4D;
}
</style>
background-color css
<style>
a { background-color: #BA9A4D; }
a { background-color: rgb(186,154,77); }
div.DivClassName
{
background-color: #BA9A4D;
}
.BgClassName
{
background-color: #BA9A4D;
}
</style>
border-color css
<style>
span { border-color: #BA9A4D; }
span { border-color: rgb(186,154,77); }
td.TdClassName
{
border-color: #BA9A4D;
}
.TagClassName
{
border-color: #BA9A4D;
}
</style>