Shades of Sundance #BAA84C
Tints of Sundance #BAA84C
RGB
CMYK
RGB Variations
Color information
#BAA84C (or 0xBAA84C) is known color: Sundance. HEX triplet: BA, A8 and 4C. RGB value is (186,168,76). Sum of RGB (Red+Green+Blue) = 186+168+76=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA84C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA84C is #4557B3. Grayscale: #A3A3A3. Windows color (decimal): -4544436 or 5023930. OLE color: 5023930.
HSL color Cylindrical-coordinate representation of color #BAA84C: hue angle of 50.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAA84C is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 76 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.27 |
| HSL | 50.18º | 0.44% | 0.51% | - |
| HSV(B) | 50.18º | 0.59% | 0.73% | - |
| XYZ | 35.56 | 38.97 | 12.48 | - |
| YUV | 162.89 | 78.96 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 76 | 0 | 0.10 | 0.59 | 0.27 | 50.18 | 0.44 | 0.51 |
| Hex | BA | A8 | 4C | 0 | A | 3B | 1B | 32 | 2C | 33 |
| Octal | 272 | 250 | 114 | 0 | 12 | 73 | 33 | 62 | 54 | 63 |
| Binary | 10111010 | 10101000 | 1001100 | 0 | 1010 | 111011 | 11011 | 110010 | 101100 | 110011 |
Color Harmonies of #BAA84C
Complementary color
Monochromatic Colors of #BAA84C
Black with #BAA84C
Text Example
Text Example
White with #BAA84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA84C; }
p { color: rgb(186,168,76); }
H1.HeaderClassName
{
color: #BAA84C;
}
.AnyTagClassName
{
color: #BAA84C;
}
</style>
background-color css
<style>
a { background-color: #BAA84C; }
a { background-color: rgb(186,168,76); }
div.DivClassName
{
background-color: #BAA84C;
}
.BgClassName
{
background-color: #BAA84C;
}
</style>
border-color css
<style>
span { border-color: #BAA84C; }
span { border-color: rgb(186,168,76); }
td.TdClassName
{
border-color: #BAA84C;
}
.TagClassName
{
border-color: #BAA84C;
}
</style>