Shades of Sundance #BAA456
Tints of Sundance #BAA456
RGB
CMYK
RGB Variations
Color information
#BAA456 (or 0xBAA456) is known color: Sundance. HEX triplet: BA, A4 and 56. RGB value is (186,164,86). Sum of RGB (Red+Green+Blue) = 186+164+86=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA456 is #455BA9. Grayscale: #A2A2A2. Windows color (decimal): -4545450 or 5678266. OLE color: 5678266.
HSL color Cylindrical-coordinate representation of color #BAA456: hue angle of 46.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAA456 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 164 | 86 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.27 |
| HSL | 46.8º | 0.42% | 0.53% | - |
| HSV(B) | 46.8º | 0.54% | 0.73% | - |
| XYZ | 35.2 | 37.66 | 14.22 | - |
| YUV | 161.69 | 85.29 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 86 | 0 | 0.12 | 0.54 | 0.27 | 46.8 | 0.42 | 0.53 |
| Hex | BA | A4 | 56 | 0 | C | 36 | 1B | 2F | 2A | 35 |
| Octal | 272 | 244 | 126 | 0 | 14 | 66 | 33 | 57 | 52 | 65 |
| Binary | 10111010 | 10100100 | 1010110 | 0 | 1100 | 110110 | 11011 | 101111 | 101010 | 110101 |
Color Harmonies of #BAA456
Complementary color
Monochromatic Colors of #BAA456
Black with #BAA456
Text Example
Text Example
White with #BAA456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA456; }
p { color: rgb(186,164,86); }
H1.HeaderClassName
{
color: #BAA456;
}
.AnyTagClassName
{
color: #BAA456;
}
</style>
background-color css
<style>
a { background-color: #BAA456; }
a { background-color: rgb(186,164,86); }
div.DivClassName
{
background-color: #BAA456;
}
.BgClassName
{
background-color: #BAA456;
}
</style>
border-color css
<style>
span { border-color: #BAA456; }
span { border-color: rgb(186,164,86); }
td.TdClassName
{
border-color: #BAA456;
}
.TagClassName
{
border-color: #BAA456;
}
</style>