Shades of Husk #BA9950
Tints of Husk #BA9950
RGB
CMYK
RGB Variations
Color information
#BA9950 (or 0xBA9950) is known color: Husk. HEX triplet: BA, 99 and 50. RGB value is (186,153,80). Sum of RGB (Red+Green+Blue) = 186+153+80=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9950 is #4566AF. Grayscale: #9A9A9A. Windows color (decimal): -4548272 or 5282234. OLE color: 5282234.
HSL color Cylindrical-coordinate representation of color #BA9950: hue angle of 41.32º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA9950 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 80 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.27 |
| HSL | 41.32º | 0.43% | 0.52% | - |
| HSV(B) | 41.32º | 0.57% | 0.73% | - |
| XYZ | 33.09 | 33.8 | 12.37 | - |
| YUV | 154.55 | 85.93 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 80 | 0 | 0.18 | 0.57 | 0.27 | 41.32 | 0.43 | 0.52 |
| Hex | BA | 99 | 50 | 0 | 12 | 39 | 1B | 29 | 2B | 34 |
| Octal | 272 | 231 | 120 | 0 | 22 | 71 | 33 | 51 | 53 | 64 |
| Binary | 10111010 | 10011001 | 1010000 | 0 | 10010 | 111001 | 11011 | 101001 | 101011 | 110100 |
Color Harmonies of #BA9950
Complementary color
Monochromatic Colors of #BA9950
Black with #BA9950
Text Example
Text Example
White with #BA9950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9950; }
p { color: rgb(186,153,80); }
H1.HeaderClassName
{
color: #BA9950;
}
.AnyTagClassName
{
color: #BA9950;
}
</style>
background-color css
<style>
a { background-color: #BA9950; }
a { background-color: rgb(186,153,80); }
div.DivClassName
{
background-color: #BA9950;
}
.BgClassName
{
background-color: #BA9950;
}
</style>
border-color css
<style>
span { border-color: #BA9950; }
span { border-color: rgb(186,153,80); }
td.TdClassName
{
border-color: #BA9950;
}
.TagClassName
{
border-color: #BA9950;
}
</style>