Shades of Sundance #BAA94D
Tints of Sundance #BAA94D
RGB
CMYK
RGB Variations
Color information
#BAA94D (or 0xBAA94D) is known color: Sundance. HEX triplet: BA, A9 and 4D. RGB value is (186,169,77). Sum of RGB (Red+Green+Blue) = 186+169+77=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA94D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA94D is #4556B2. Grayscale: #A3A3A3. Windows color (decimal): -4544179 or 5089722. OLE color: 5089722.
HSL color Cylindrical-coordinate representation of color #BAA94D: hue angle of 50.64º 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 #BAA94D is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 169 | 77 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.27 |
| HSL | 50.64º | 0.44% | 0.52% | - |
| HSV(B) | 50.64º | 0.59% | 0.73% | - |
| XYZ | 35.78 | 39.35 | 12.73 | - |
| YUV | 163.6 | 79.13 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 77 | 0 | 0.09 | 0.59 | 0.27 | 50.64 | 0.44 | 0.52 |
| Hex | BA | A9 | 4D | 0 | 9 | 3B | 1B | 33 | 2C | 34 |
| Octal | 272 | 251 | 115 | 0 | 11 | 73 | 33 | 63 | 54 | 64 |
| Binary | 10111010 | 10101001 | 1001101 | 0 | 1001 | 111011 | 11011 | 110011 | 101100 | 110100 |
Color Harmonies of #BAA94D
Complementary color
Monochromatic Colors of #BAA94D
Black with #BAA94D
Text Example
Text Example
White with #BAA94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA94D; }
p { color: rgb(186,169,77); }
H1.HeaderClassName
{
color: #BAA94D;
}
.AnyTagClassName
{
color: #BAA94D;
}
</style>
background-color css
<style>
a { background-color: #BAA94D; }
a { background-color: rgb(186,169,77); }
div.DivClassName
{
background-color: #BAA94D;
}
.BgClassName
{
background-color: #BAA94D;
}
</style>
border-color css
<style>
span { border-color: #BAA94D; }
span { border-color: rgb(186,169,77); }
td.TdClassName
{
border-color: #BAA94D;
}
.TagClassName
{
border-color: #BAA94D;
}
</style>