Shades of Husk #BA9850
Tints of Husk #BA9850
RGB
CMYK
RGB Variations
Color information
#BA9850 (or 0xBA9850) is known color: Husk. HEX triplet: BA, 98 and 50. RGB value is (186,152,80). Sum of RGB (Red+Green+Blue) = 186+152+80=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9850 is #4567AF. Grayscale: #9A9A9A. Windows color (decimal): -4548528 or 5281978. OLE color: 5281978.
HSL color Cylindrical-coordinate representation of color #BA9850: hue angle of 40.75º 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 #BA9850 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 152 | 80 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.27 |
| HSL | 40.75º | 0.43% | 0.52% | - |
| HSV(B) | 40.75º | 0.57% | 0.73% | - |
| XYZ | 32.93 | 33.47 | 12.32 | - |
| YUV | 153.96 | 86.26 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 80 | 0 | 0.18 | 0.57 | 0.27 | 40.75 | 0.43 | 0.52 |
| Hex | BA | 98 | 50 | 0 | 12 | 39 | 1B | 29 | 2B | 34 |
| Octal | 272 | 230 | 120 | 0 | 22 | 71 | 33 | 51 | 53 | 64 |
| Binary | 10111010 | 10011000 | 1010000 | 0 | 10010 | 111001 | 11011 | 101001 | 101011 | 110100 |
Color Harmonies of #BA9850
Complementary color
Monochromatic Colors of #BA9850
Black with #BA9850
Text Example
Text Example
White with #BA9850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9850; }
p { color: rgb(186,152,80); }
H1.HeaderClassName
{
color: #BA9850;
}
.AnyTagClassName
{
color: #BA9850;
}
</style>
background-color css
<style>
a { background-color: #BA9850; }
a { background-color: rgb(186,152,80); }
div.DivClassName
{
background-color: #BA9850;
}
.BgClassName
{
background-color: #BA9850;
}
</style>
border-color css
<style>
span { border-color: #BA9850; }
span { border-color: rgb(186,152,80); }
td.TdClassName
{
border-color: #BA9850;
}
.TagClassName
{
border-color: #BA9850;
}
</style>