Shades of Husk #BA9C4D
Tints of Husk #BA9C4D
RGB
CMYK
RGB Variations
Color information
#BA9C4D (or 0xBA9C4D) is known color: Husk. HEX triplet: BA, 9C and 4D. RGB value is (186,156,77). Sum of RGB (Red+Green+Blue) = 186+156+77=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C4D is #4563B2. Grayscale: #9C9C9C. Windows color (decimal): -4547507 or 5086394. OLE color: 5086394.
HSL color Cylindrical-coordinate representation of color #BA9C4D: hue angle of 43.49º 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 #BA9C4D is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 77 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.27 |
| HSL | 43.49º | 0.44% | 0.52% | - |
| HSV(B) | 43.49º | 0.59% | 0.73% | - |
| XYZ | 33.48 | 34.75 | 11.96 | - |
| YUV | 155.96 | 83.44 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 77 | 0 | 0.16 | 0.59 | 0.27 | 43.49 | 0.44 | 0.52 |
| Hex | BA | 9C | 4D | 0 | 10 | 3B | 1B | 2B | 2C | 34 |
| Octal | 272 | 234 | 115 | 0 | 20 | 73 | 33 | 53 | 54 | 64 |
| Binary | 10111010 | 10011100 | 1001101 | 0 | 10000 | 111011 | 11011 | 101011 | 101100 | 110100 |
Color Harmonies of #BA9C4D
Complementary color
Monochromatic Colors of #BA9C4D
Black with #BA9C4D
Text Example
Text Example
White with #BA9C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C4D; }
p { color: rgb(186,156,77); }
H1.HeaderClassName
{
color: #BA9C4D;
}
.AnyTagClassName
{
color: #BA9C4D;
}
</style>
background-color css
<style>
a { background-color: #BA9C4D; }
a { background-color: rgb(186,156,77); }
div.DivClassName
{
background-color: #BA9C4D;
}
.BgClassName
{
background-color: #BA9C4D;
}
</style>
border-color css
<style>
span { border-color: #BA9C4D; }
span { border-color: rgb(186,156,77); }
td.TdClassName
{
border-color: #BA9C4D;
}
.TagClassName
{
border-color: #BA9C4D;
}
</style>