Shades of Sundance #BAA34D
Tints of Sundance #BAA34D
RGB
CMYK
RGB Variations
Color information
#BAA34D (or 0xBAA34D) is known color: Sundance. HEX triplet: BA, A3 and 4D. RGB value is (186,163,77). Sum of RGB (Red+Green+Blue) = 186+163+77=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA34D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA34D is #455CB2. Grayscale: #A0A0A0. Windows color (decimal): -4545715 or 5088186. OLE color: 5088186.
HSL color Cylindrical-coordinate representation of color #BAA34D: hue angle of 47.34º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAA34D is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 77 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.27 |
| HSL | 47.34º | 0.44% | 0.52% | - |
| HSV(B) | 47.34º | 0.59% | 0.73% | - |
| XYZ | 34.69 | 37.17 | 12.37 | - |
| YUV | 160.07 | 81.12 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 77 | 0 | 0.12 | 0.59 | 0.27 | 47.34 | 0.44 | 0.52 |
| Hex | BA | A3 | 4D | 0 | C | 3B | 1B | 2F | 2C | 34 |
| Octal | 272 | 243 | 115 | 0 | 14 | 73 | 33 | 57 | 54 | 64 |
| Binary | 10111010 | 10100011 | 1001101 | 0 | 1100 | 111011 | 11011 | 101111 | 101100 | 110100 |
Color Harmonies of #BAA34D
Complementary color
Monochromatic Colors of #BAA34D
Black with #BAA34D
Text Example
Text Example
White with #BAA34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA34D; }
p { color: rgb(186,163,77); }
H1.HeaderClassName
{
color: #BAA34D;
}
.AnyTagClassName
{
color: #BAA34D;
}
</style>
background-color css
<style>
a { background-color: #BAA34D; }
a { background-color: rgb(186,163,77); }
div.DivClassName
{
background-color: #BAA34D;
}
.BgClassName
{
background-color: #BAA34D;
}
</style>
border-color css
<style>
span { border-color: #BAA34D; }
span { border-color: rgb(186,163,77); }
td.TdClassName
{
border-color: #BAA34D;
}
.TagClassName
{
border-color: #BAA34D;
}
</style>