Shades of Sundance #BAA855
Tints of Sundance #BAA855
RGB
CMYK
RGB Variations
Color information
#BAA855 (or 0xBAA855) is known color: Sundance. HEX triplet: BA, A8 and 55. RGB value is (186,168,85). Sum of RGB (Red+Green+Blue) = 186+168+85=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 85 (33.59% from 255 or 19.36% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA855 is #4557AA. Grayscale: #A4A4A4. Windows color (decimal): -4544427 or 5613754. OLE color: 5613754.
HSL color Cylindrical-coordinate representation of color #BAA855: hue angle of 49.31º 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 #BAA855 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 85 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.27 |
| HSL | 49.31º | 0.42% | 0.53% | - |
| HSV(B) | 49.31º | 0.54% | 0.73% | - |
| XYZ | 35.89 | 39.1 | 14.25 | - |
| YUV | 163.92 | 83.46 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 85 | 0 | 0.10 | 0.54 | 0.27 | 49.31 | 0.42 | 0.53 |
| Hex | BA | A8 | 55 | 0 | A | 36 | 1B | 31 | 2A | 35 |
| Octal | 272 | 250 | 125 | 0 | 12 | 66 | 33 | 61 | 52 | 65 |
| Binary | 10111010 | 10101000 | 1010101 | 0 | 1010 | 110110 | 11011 | 110001 | 101010 | 110101 |
Color Harmonies of #BAA855
Complementary color
Monochromatic Colors of #BAA855
Black with #BAA855
Text Example
Text Example
White with #BAA855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA855; }
p { color: rgb(186,168,85); }
H1.HeaderClassName
{
color: #BAA855;
}
.AnyTagClassName
{
color: #BAA855;
}
</style>
background-color css
<style>
a { background-color: #BAA855; }
a { background-color: rgb(186,168,85); }
div.DivClassName
{
background-color: #BAA855;
}
.BgClassName
{
background-color: #BAA855;
}
</style>
border-color css
<style>
span { border-color: #BAA855; }
span { border-color: rgb(186,168,85); }
td.TdClassName
{
border-color: #BAA855;
}
.TagClassName
{
border-color: #BAA855;
}
</style>