Shades of Sundance #BAA752
Tints of Sundance #BAA752
RGB
CMYK
RGB Variations
Color information
#BAA752 (or 0xBAA752) is known color: Sundance. HEX triplet: BA, A7 and 52. RGB value is (186,167,82). Sum of RGB (Red+Green+Blue) = 186+167+82=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA752 is #4558AD. Grayscale: #A3A3A3. Windows color (decimal): -4544686 or 5416890. OLE color: 5416890.
HSL color Cylindrical-coordinate representation of color #BAA752: hue angle of 49.04º 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 #BAA752 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 167 | 82 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.27 |
| HSL | 49.04º | 0.43% | 0.53% | - |
| HSV(B) | 49.04º | 0.56% | 0.73% | - |
| XYZ | 35.59 | 38.69 | 13.57 | - |
| YUV | 162.99 | 82.29 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 167 | 82 | 0 | 0.10 | 0.56 | 0.27 | 49.04 | 0.43 | 0.53 |
| Hex | BA | A7 | 52 | 0 | A | 38 | 1B | 31 | 2B | 35 |
| Octal | 272 | 247 | 122 | 0 | 12 | 70 | 33 | 61 | 53 | 65 |
| Binary | 10111010 | 10100111 | 1010010 | 0 | 1010 | 111000 | 11011 | 110001 | 101011 | 110101 |
Color Harmonies of #BAA752
Complementary color
Monochromatic Colors of #BAA752
Black with #BAA752
Text Example
Text Example
White with #BAA752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA752; }
p { color: rgb(186,167,82); }
H1.HeaderClassName
{
color: #BAA752;
}
.AnyTagClassName
{
color: #BAA752;
}
</style>
background-color css
<style>
a { background-color: #BAA752; }
a { background-color: rgb(186,167,82); }
div.DivClassName
{
background-color: #BAA752;
}
.BgClassName
{
background-color: #BAA752;
}
</style>
border-color css
<style>
span { border-color: #BAA752; }
span { border-color: rgb(186,167,82); }
td.TdClassName
{
border-color: #BAA752;
}
.TagClassName
{
border-color: #BAA752;
}
</style>