Shades of Husk #BA9C53
Tints of Husk #BA9C53
RGB
CMYK
RGB Variations
Color information
#BA9C53 (or 0xBA9C53) is known color: Husk. HEX triplet: BA, 9C and 53. RGB value is (186,156,83). Sum of RGB (Red+Green+Blue) = 186+156+83=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 83 (32.81% from 255 or 19.53% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C53 is #4563AC. Grayscale: #9C9C9C. Windows color (decimal): -4547501 or 5479610. OLE color: 5479610.
HSL color Cylindrical-coordinate representation of color #BA9C53: hue angle of 42.52º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA9C53 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 83 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.27 |
| HSL | 42.52º | 0.43% | 0.53% | - |
| HSV(B) | 42.52º | 0.55% | 0.73% | - |
| XYZ | 33.7 | 34.84 | 13.13 | - |
| YUV | 156.65 | 86.44 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 83 | 0 | 0.16 | 0.55 | 0.27 | 42.52 | 0.43 | 0.53 |
| Hex | BA | 9C | 53 | 0 | 10 | 37 | 1B | 2B | 2B | 35 |
| Octal | 272 | 234 | 123 | 0 | 20 | 67 | 33 | 53 | 53 | 65 |
| Binary | 10111010 | 10011100 | 1010011 | 0 | 10000 | 110111 | 11011 | 101011 | 101011 | 110101 |
Color Harmonies of #BA9C53
Complementary color
Monochromatic Colors of #BA9C53
Black with #BA9C53
Text Example
Text Example
White with #BA9C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C53; }
p { color: rgb(186,156,83); }
H1.HeaderClassName
{
color: #BA9C53;
}
.AnyTagClassName
{
color: #BA9C53;
}
</style>
background-color css
<style>
a { background-color: #BA9C53; }
a { background-color: rgb(186,156,83); }
div.DivClassName
{
background-color: #BA9C53;
}
.BgClassName
{
background-color: #BA9C53;
}
</style>
border-color css
<style>
span { border-color: #BA9C53; }
span { border-color: rgb(186,156,83); }
td.TdClassName
{
border-color: #BA9C53;
}
.TagClassName
{
border-color: #BA9C53;
}
</style>