Shades of Sundance #BAA356
Tints of Sundance #BAA356
RGB
CMYK
RGB Variations
Color information
#BAA356 (or 0xBAA356) is known color: Sundance. HEX triplet: BA, A3 and 56. RGB value is (186,163,86). Sum of RGB (Red+Green+Blue) = 186+163+86=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA356 is #455CA9. Grayscale: #A1A1A1. Windows color (decimal): -4545706 or 5678010. OLE color: 5678010.
HSL color Cylindrical-coordinate representation of color #BAA356: hue angle of 46.2º 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 #BAA356 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 86 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.27 |
| HSL | 46.2º | 0.42% | 0.53% | - |
| HSV(B) | 46.2º | 0.54% | 0.73% | - |
| XYZ | 35.03 | 37.31 | 14.16 | - |
| YUV | 161.1 | 85.62 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 86 | 0 | 0.12 | 0.54 | 0.27 | 46.2 | 0.42 | 0.53 |
| Hex | BA | A3 | 56 | 0 | C | 36 | 1B | 2E | 2A | 35 |
| Octal | 272 | 243 | 126 | 0 | 14 | 66 | 33 | 56 | 52 | 65 |
| Binary | 10111010 | 10100011 | 1010110 | 0 | 1100 | 110110 | 11011 | 101110 | 101010 | 110101 |
Color Harmonies of #BAA356
Complementary color
Monochromatic Colors of #BAA356
Black with #BAA356
Text Example
Text Example
White with #BAA356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA356; }
p { color: rgb(186,163,86); }
H1.HeaderClassName
{
color: #BAA356;
}
.AnyTagClassName
{
color: #BAA356;
}
</style>
background-color css
<style>
a { background-color: #BAA356; }
a { background-color: rgb(186,163,86); }
div.DivClassName
{
background-color: #BAA356;
}
.BgClassName
{
background-color: #BAA356;
}
</style>
border-color css
<style>
span { border-color: #BAA356; }
span { border-color: rgb(186,163,86); }
td.TdClassName
{
border-color: #BAA356;
}
.TagClassName
{
border-color: #BAA356;
}
</style>