Shades of Sundance #BAA853
Tints of Sundance #BAA853
RGB
CMYK
RGB Variations
Color information
#BAA853 (or 0xBAA853) is known color: Sundance. HEX triplet: BA, A8 and 53. RGB value is (186,168,83). Sum of RGB (Red+Green+Blue) = 186+168+83=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA853 is #4557AC. Grayscale: #A4A4A4. Windows color (decimal): -4544429 or 5482682. OLE color: 5482682.
HSL color Cylindrical-coordinate representation of color #BAA853: hue angle of 49.51º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAA853 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 83 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.27 |
| HSL | 49.51º | 0.43% | 0.53% | - |
| HSV(B) | 49.51º | 0.55% | 0.73% | - |
| XYZ | 35.81 | 39.07 | 13.84 | - |
| YUV | 163.69 | 82.46 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 83 | 0 | 0.10 | 0.55 | 0.27 | 49.51 | 0.43 | 0.53 |
| Hex | BA | A8 | 53 | 0 | A | 37 | 1B | 32 | 2B | 35 |
| Octal | 272 | 250 | 123 | 0 | 12 | 67 | 33 | 62 | 53 | 65 |
| Binary | 10111010 | 10101000 | 1010011 | 0 | 1010 | 110111 | 11011 | 110010 | 101011 | 110101 |
Color Harmonies of #BAA853
Complementary color
Monochromatic Colors of #BAA853
Black with #BAA853
Text Example
Text Example
White with #BAA853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA853; }
p { color: rgb(186,168,83); }
H1.HeaderClassName
{
color: #BAA853;
}
.AnyTagClassName
{
color: #BAA853;
}
</style>
background-color css
<style>
a { background-color: #BAA853; }
a { background-color: rgb(186,168,83); }
div.DivClassName
{
background-color: #BAA853;
}
.BgClassName
{
background-color: #BAA853;
}
</style>
border-color css
<style>
span { border-color: #BAA853; }
span { border-color: rgb(186,168,83); }
td.TdClassName
{
border-color: #BAA853;
}
.TagClassName
{
border-color: #BAA853;
}
</style>