Shades of Sundance #BAA352
Tints of Sundance #BAA352
RGB
CMYK
RGB Variations
Color information
#BAA352 (or 0xBAA352) is known color: Sundance. HEX triplet: BA, A3 and 52. RGB value is (186,163,82). Sum of RGB (Red+Green+Blue) = 186+163+82=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA352 is #455CAD. Grayscale: #A0A0A0. Windows color (decimal): -4545710 or 5415866. OLE color: 5415866.
HSL color Cylindrical-coordinate representation of color #BAA352: hue angle of 46.73º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAA352 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 82 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.27 |
| HSL | 46.73º | 0.43% | 0.53% | - |
| HSV(B) | 46.73º | 0.56% | 0.73% | - |
| XYZ | 34.87 | 37.24 | 13.33 | - |
| YUV | 160.64 | 83.62 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 82 | 0 | 0.12 | 0.56 | 0.27 | 46.73 | 0.43 | 0.53 |
| Hex | BA | A3 | 52 | 0 | C | 38 | 1B | 2F | 2B | 35 |
| Octal | 272 | 243 | 122 | 0 | 14 | 70 | 33 | 57 | 53 | 65 |
| Binary | 10111010 | 10100011 | 1010010 | 0 | 1100 | 111000 | 11011 | 101111 | 101011 | 110101 |
Color Harmonies of #BAA352
Complementary color
Monochromatic Colors of #BAA352
Black with #BAA352
Text Example
Text Example
White with #BAA352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA352; }
p { color: rgb(186,163,82); }
H1.HeaderClassName
{
color: #BAA352;
}
.AnyTagClassName
{
color: #BAA352;
}
</style>
background-color css
<style>
a { background-color: #BAA352; }
a { background-color: rgb(186,163,82); }
div.DivClassName
{
background-color: #BAA352;
}
.BgClassName
{
background-color: #BAA352;
}
</style>
border-color css
<style>
span { border-color: #BAA352; }
span { border-color: rgb(186,163,82); }
td.TdClassName
{
border-color: #BAA352;
}
.TagClassName
{
border-color: #BAA352;
}
</style>