Shades of Sundance #BAA44D
Tints of Sundance #BAA44D
RGB
CMYK
RGB Variations
Color information
#BAA44D (or 0xBAA44D) is known color: Sundance. HEX triplet: BA, A4 and 4D. RGB value is (186,164,77). Sum of RGB (Red+Green+Blue) = 186+164+77=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA44D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA44D is #455BB2. Grayscale: #A1A1A1. Windows color (decimal): -4545459 or 5088442. OLE color: 5088442.
HSL color Cylindrical-coordinate representation of color #BAA44D: hue angle of 47.89º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAA44D is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 164 | 77 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.27 |
| HSL | 47.89º | 0.44% | 0.52% | - |
| HSV(B) | 47.89º | 0.59% | 0.73% | - |
| XYZ | 34.86 | 37.53 | 12.43 | - |
| YUV | 160.66 | 80.79 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 77 | 0 | 0.12 | 0.59 | 0.27 | 47.89 | 0.44 | 0.52 |
| Hex | BA | A4 | 4D | 0 | C | 3B | 1B | 30 | 2C | 34 |
| Octal | 272 | 244 | 115 | 0 | 14 | 73 | 33 | 60 | 54 | 64 |
| Binary | 10111010 | 10100100 | 1001101 | 0 | 1100 | 111011 | 11011 | 110000 | 101100 | 110100 |
Color Harmonies of #BAA44D
Complementary color
Monochromatic Colors of #BAA44D
Black with #BAA44D
Text Example
Text Example
White with #BAA44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA44D; }
p { color: rgb(186,164,77); }
H1.HeaderClassName
{
color: #BAA44D;
}
.AnyTagClassName
{
color: #BAA44D;
}
</style>
background-color css
<style>
a { background-color: #BAA44D; }
a { background-color: rgb(186,164,77); }
div.DivClassName
{
background-color: #BAA44D;
}
.BgClassName
{
background-color: #BAA44D;
}
</style>
border-color css
<style>
span { border-color: #BAA44D; }
span { border-color: rgb(186,164,77); }
td.TdClassName
{
border-color: #BAA44D;
}
.TagClassName
{
border-color: #BAA44D;
}
</style>