Shades of Husk #BA9C49
Tints of Husk #BA9C49
RGB
CMYK
RGB Variations
Color information
#BA9C49 (or 0xBA9C49) is known color: Husk. HEX triplet: BA, 9C and 49. RGB value is (186,156,73). Sum of RGB (Red+Green+Blue) = 186+156+73=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9C49 is #4563B6. Grayscale: #9B9B9B. Windows color (decimal): -4547511 or 4824250. OLE color: 4824250.
HSL color Cylindrical-coordinate representation of color #BA9C49: hue angle of 44.07º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA9C49 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 73 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.27 |
| HSL | 44.07º | 0.45% | 0.51% | - |
| HSV(B) | 44.07º | 0.61% | 0.73% | - |
| XYZ | 33.34 | 34.7 | 11.24 | - |
| YUV | 155.51 | 81.44 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 73 | 0 | 0.16 | 0.61 | 0.27 | 44.07 | 0.45 | 0.51 |
| Hex | BA | 9C | 49 | 0 | 10 | 3D | 1B | 2C | 2D | 33 |
| Octal | 272 | 234 | 111 | 0 | 20 | 75 | 33 | 54 | 55 | 63 |
| Binary | 10111010 | 10011100 | 1001001 | 0 | 10000 | 111101 | 11011 | 101100 | 101101 | 110011 |
Color Harmonies of #BA9C49
Complementary color
Monochromatic Colors of #BA9C49
Black with #BA9C49
Text Example
Text Example
White with #BA9C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C49; }
p { color: rgb(186,156,73); }
H1.HeaderClassName
{
color: #BA9C49;
}
.AnyTagClassName
{
color: #BA9C49;
}
</style>
background-color css
<style>
a { background-color: #BA9C49; }
a { background-color: rgb(186,156,73); }
div.DivClassName
{
background-color: #BA9C49;
}
.BgClassName
{
background-color: #BA9C49;
}
</style>
border-color css
<style>
span { border-color: #BA9C49; }
span { border-color: rgb(186,156,73); }
td.TdClassName
{
border-color: #BA9C49;
}
.TagClassName
{
border-color: #BA9C49;
}
</style>