Shades of Sundance #BAAA4C
Tints of Sundance #BAAA4C
RGB
CMYK
RGB Variations
Color information
#BAAA4C (or 0xBAAA4C) is known color: Sundance. HEX triplet: BA, AA and 4C. RGB value is (186,170,76). Sum of RGB (Red+Green+Blue) = 186+170+76=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 76 (30.08% from 255 or 17.59% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAA4C is #4555B3. Grayscale: #A4A4A4. Windows color (decimal): -4543924 or 5024442. OLE color: 5024442.
HSL color Cylindrical-coordinate representation of color #BAAA4C: hue angle of 51.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAAA4C is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 76 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.27 |
| HSL | 51.27º | 0.44% | 0.51% | - |
| HSV(B) | 51.27º | 0.59% | 0.73% | - |
| XYZ | 35.93 | 39.71 | 12.61 | - |
| YUV | 164.07 | 78.3 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 76 | 0 | 0.09 | 0.59 | 0.27 | 51.27 | 0.44 | 0.51 |
| Hex | BA | AA | 4C | 0 | 9 | 3B | 1B | 33 | 2C | 33 |
| Octal | 272 | 252 | 114 | 0 | 11 | 73 | 33 | 63 | 54 | 63 |
| Binary | 10111010 | 10101010 | 1001100 | 0 | 1001 | 111011 | 11011 | 110011 | 101100 | 110011 |
Color Harmonies of #BAAA4C
Complementary color
Monochromatic Colors of #BAAA4C
Black with #BAAA4C
Text Example
Text Example
White with #BAAA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA4C; }
p { color: rgb(186,170,76); }
H1.HeaderClassName
{
color: #BAAA4C;
}
.AnyTagClassName
{
color: #BAAA4C;
}
</style>
background-color css
<style>
a { background-color: #BAAA4C; }
a { background-color: rgb(186,170,76); }
div.DivClassName
{
background-color: #BAAA4C;
}
.BgClassName
{
background-color: #BAAA4C;
}
</style>
border-color css
<style>
span { border-color: #BAAA4C; }
span { border-color: rgb(186,170,76); }
td.TdClassName
{
border-color: #BAAA4C;
}
.TagClassName
{
border-color: #BAAA4C;
}
</style>