Shades of Sundance #BAA84E
Tints of Sundance #BAA84E
RGB
CMYK
RGB Variations
Color information
#BAA84E (or 0xBAA84E) is known color: Sundance. HEX triplet: BA, A8 and 4E. RGB value is (186,168,78). Sum of RGB (Red+Green+Blue) = 186+168+78=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA84E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA84E is #4557B1. Grayscale: #A3A3A3. Windows color (decimal): -4544434 or 5155002. OLE color: 5155002.
HSL color Cylindrical-coordinate representation of color #BAA84E: hue angle of 50º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAA84E is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 78 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.27 |
| HSL | 50º | 0.44% | 0.52% | - |
| HSV(B) | 50º | 0.58% | 0.73% | - |
| XYZ | 35.63 | 38.99 | 12.86 | - |
| YUV | 163.12 | 79.96 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 78 | 0 | 0.10 | 0.58 | 0.27 | 50 | 0.44 | 0.52 |
| Hex | BA | A8 | 4E | 0 | A | 3A | 1B | 32 | 2C | 34 |
| Octal | 272 | 250 | 116 | 0 | 12 | 72 | 33 | 62 | 54 | 64 |
| Binary | 10111010 | 10101000 | 1001110 | 0 | 1010 | 111010 | 11011 | 110010 | 101100 | 110100 |
Color Harmonies of #BAA84E
Complementary color
Monochromatic Colors of #BAA84E
Black with #BAA84E
Text Example
Text Example
White with #BAA84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA84E; }
p { color: rgb(186,168,78); }
H1.HeaderClassName
{
color: #BAA84E;
}
.AnyTagClassName
{
color: #BAA84E;
}
</style>
background-color css
<style>
a { background-color: #BAA84E; }
a { background-color: rgb(186,168,78); }
div.DivClassName
{
background-color: #BAA84E;
}
.BgClassName
{
background-color: #BAA84E;
}
</style>
border-color css
<style>
span { border-color: #BAA84E; }
span { border-color: rgb(186,168,78); }
td.TdClassName
{
border-color: #BAA84E;
}
.TagClassName
{
border-color: #BAA84E;
}
</style>