Shades of Sundance #BAA254
Tints of Sundance #BAA254
RGB
CMYK
RGB Variations
Color information
#BAA254 (or 0xBAA254) is known color: Sundance. HEX triplet: BA, A2 and 54. RGB value is (186,162,84). Sum of RGB (Red+Green+Blue) = 186+162+84=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 84 (33.20% from 255 or 19.44% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA254 is #455DAB. Grayscale: #A0A0A0. Windows color (decimal): -4545964 or 5546682. OLE color: 5546682.
HSL color Cylindrical-coordinate representation of color #BAA254: hue angle of 45.88º 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 #BAA254 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 84 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.27 |
| HSL | 45.88º | 0.43% | 0.53% | - |
| HSV(B) | 45.88º | 0.55% | 0.73% | - |
| XYZ | 34.77 | 36.92 | 13.68 | - |
| YUV | 160.28 | 84.95 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 84 | 0 | 0.13 | 0.55 | 0.27 | 45.88 | 0.43 | 0.53 |
| Hex | BA | A2 | 54 | 0 | D | 37 | 1B | 2E | 2A | 35 |
| Octal | 272 | 242 | 124 | 0 | 15 | 67 | 33 | 56 | 52 | 65 |
| Binary | 10111010 | 10100010 | 1010100 | 0 | 1101 | 110111 | 11011 | 101110 | 101010 | 110101 |
Color Harmonies of #BAA254
Complementary color
Monochromatic Colors of #BAA254
Black with #BAA254
Text Example
Text Example
White with #BAA254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA254; }
p { color: rgb(186,162,84); }
H1.HeaderClassName
{
color: #BAA254;
}
.AnyTagClassName
{
color: #BAA254;
}
</style>
background-color css
<style>
a { background-color: #BAA254; }
a { background-color: rgb(186,162,84); }
div.DivClassName
{
background-color: #BAA254;
}
.BgClassName
{
background-color: #BAA254;
}
</style>
border-color css
<style>
span { border-color: #BAA254; }
span { border-color: rgb(186,162,84); }
td.TdClassName
{
border-color: #BAA254;
}
.TagClassName
{
border-color: #BAA254;
}
</style>