Shades of Sundance #BAA54C
Tints of Sundance #BAA54C
RGB
CMYK
RGB Variations
Color information
#BAA54C (or 0xBAA54C) is known color: Sundance. HEX triplet: BA, A5 and 4C. RGB value is (186,165,76). Sum of RGB (Red+Green+Blue) = 186+165+76=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA54C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA54C is #455AB3. Grayscale: #A1A1A1. Windows color (decimal): -4545204 or 5023162. OLE color: 5023162.
HSL color Cylindrical-coordinate representation of color #BAA54C: hue angle of 48.55º 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 #BAA54C is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 76 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.27 |
| HSL | 48.55º | 0.44% | 0.51% | - |
| HSV(B) | 48.55º | 0.59% | 0.73% | - |
| XYZ | 35.01 | 37.87 | 12.3 | - |
| YUV | 161.13 | 79.96 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 76 | 0 | 0.11 | 0.59 | 0.27 | 48.55 | 0.44 | 0.51 |
| Hex | BA | A5 | 4C | 0 | B | 3B | 1B | 31 | 2C | 33 |
| Octal | 272 | 245 | 114 | 0 | 13 | 73 | 33 | 61 | 54 | 63 |
| Binary | 10111010 | 10100101 | 1001100 | 0 | 1011 | 111011 | 11011 | 110001 | 101100 | 110011 |
Color Harmonies of #BAA54C
Complementary color
Monochromatic Colors of #BAA54C
Black with #BAA54C
Text Example
Text Example
White with #BAA54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA54C; }
p { color: rgb(186,165,76); }
H1.HeaderClassName
{
color: #BAA54C;
}
.AnyTagClassName
{
color: #BAA54C;
}
</style>
background-color css
<style>
a { background-color: #BAA54C; }
a { background-color: rgb(186,165,76); }
div.DivClassName
{
background-color: #BAA54C;
}
.BgClassName
{
background-color: #BAA54C;
}
</style>
border-color css
<style>
span { border-color: #BAA54C; }
span { border-color: rgb(186,165,76); }
td.TdClassName
{
border-color: #BAA54C;
}
.TagClassName
{
border-color: #BAA54C;
}
</style>