Shades of Husk #BA9C4A
Tints of Husk #BA9C4A
RGB
CMYK
RGB Variations
Color information
#BA9C4A (or 0xBA9C4A) is known color: Husk. HEX triplet: BA, 9C and 4A. RGB value is (186,156,74). Sum of RGB (Red+Green+Blue) = 186+156+74=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9C4A is #4563B5. Grayscale: #9B9B9B. Windows color (decimal): -4547510 or 4889786. OLE color: 4889786.
HSL color Cylindrical-coordinate representation of color #BA9C4A: hue angle of 43.93º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA9C4A is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 74 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.27 |
| HSL | 43.93º | 0.45% | 0.51% | - |
| HSV(B) | 43.93º | 0.6% | 0.73% | - |
| XYZ | 33.37 | 34.71 | 11.42 | - |
| YUV | 155.62 | 81.94 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 74 | 0 | 0.16 | 0.60 | 0.27 | 43.93 | 0.45 | 0.51 |
| Hex | BA | 9C | 4A | 0 | 10 | 3C | 1B | 2C | 2D | 33 |
| Octal | 272 | 234 | 112 | 0 | 20 | 74 | 33 | 54 | 55 | 63 |
| Binary | 10111010 | 10011100 | 1001010 | 0 | 10000 | 111100 | 11011 | 101100 | 101101 | 110011 |
Color Harmonies of #BA9C4A
Complementary color
Monochromatic Colors of #BA9C4A
Black with #BA9C4A
Text Example
Text Example
White with #BA9C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C4A; }
p { color: rgb(186,156,74); }
H1.HeaderClassName
{
color: #BA9C4A;
}
.AnyTagClassName
{
color: #BA9C4A;
}
</style>
background-color css
<style>
a { background-color: #BA9C4A; }
a { background-color: rgb(186,156,74); }
div.DivClassName
{
background-color: #BA9C4A;
}
.BgClassName
{
background-color: #BA9C4A;
}
</style>
border-color css
<style>
span { border-color: #BA9C4A; }
span { border-color: rgb(186,156,74); }
td.TdClassName
{
border-color: #BA9C4A;
}
.TagClassName
{
border-color: #BA9C4A;
}
</style>