Shades of Sundance #BAA854
Tints of Sundance #BAA854
RGB
CMYK
RGB Variations
Color information
#BAA854 (or 0xBAA854) is known color: Sundance. HEX triplet: BA, A8 and 54. RGB value is (186,168,84). Sum of RGB (Red+Green+Blue) = 186+168+84=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 84 (33.20% from 255 or 19.18% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA854 is #4557AB. Grayscale: #A4A4A4. Windows color (decimal): -4544428 or 5548218. OLE color: 5548218.
HSL color Cylindrical-coordinate representation of color #BAA854: hue angle of 49.41º 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 #BAA854 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 84 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.27 |
| HSL | 49.41º | 0.43% | 0.53% | - |
| HSV(B) | 49.41º | 0.55% | 0.73% | - |
| XYZ | 35.85 | 39.08 | 14.04 | - |
| YUV | 163.81 | 82.96 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 84 | 0 | 0.10 | 0.55 | 0.27 | 49.41 | 0.43 | 0.53 |
| Hex | BA | A8 | 54 | 0 | A | 37 | 1B | 31 | 2A | 35 |
| Octal | 272 | 250 | 124 | 0 | 12 | 67 | 33 | 61 | 52 | 65 |
| Binary | 10111010 | 10101000 | 1010100 | 0 | 1010 | 110111 | 11011 | 110001 | 101010 | 110101 |
Color Harmonies of #BAA854
Complementary color
Monochromatic Colors of #BAA854
Black with #BAA854
Text Example
Text Example
White with #BAA854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA854; }
p { color: rgb(186,168,84); }
H1.HeaderClassName
{
color: #BAA854;
}
.AnyTagClassName
{
color: #BAA854;
}
</style>
background-color css
<style>
a { background-color: #BAA854; }
a { background-color: rgb(186,168,84); }
div.DivClassName
{
background-color: #BAA854;
}
.BgClassName
{
background-color: #BAA854;
}
</style>
border-color css
<style>
span { border-color: #BAA854; }
span { border-color: rgb(186,168,84); }
td.TdClassName
{
border-color: #BAA854;
}
.TagClassName
{
border-color: #BAA854;
}
</style>