Shades of Sundance #BAA64C
Tints of Sundance #BAA64C
RGB
CMYK
RGB Variations
Color information
#BAA64C (or 0xBAA64C) is known color: Sundance. HEX triplet: BA, A6 and 4C. RGB value is (186,166,76). Sum of RGB (Red+Green+Blue) = 186+166+76=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 76 (30.08% from 255 or 17.76% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA64C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA64C is #4559B3. Grayscale: #A2A2A2. Windows color (decimal): -4544948 or 5023418. OLE color: 5023418.
HSL color Cylindrical-coordinate representation of color #BAA64C: hue angle of 49.09º 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 #BAA64C is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 166 | 76 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.27 |
| HSL | 49.09º | 0.44% | 0.51% | - |
| HSV(B) | 49.09º | 0.59% | 0.73% | - |
| XYZ | 35.19 | 38.23 | 12.36 | - |
| YUV | 161.72 | 79.63 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 76 | 0 | 0.11 | 0.59 | 0.27 | 49.09 | 0.44 | 0.51 |
| Hex | BA | A6 | 4C | 0 | B | 3B | 1B | 31 | 2C | 33 |
| Octal | 272 | 246 | 114 | 0 | 13 | 73 | 33 | 61 | 54 | 63 |
| Binary | 10111010 | 10100110 | 1001100 | 0 | 1011 | 111011 | 11011 | 110001 | 101100 | 110011 |
Color Harmonies of #BAA64C
Complementary color
Monochromatic Colors of #BAA64C
Black with #BAA64C
Text Example
Text Example
White with #BAA64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA64C; }
p { color: rgb(186,166,76); }
H1.HeaderClassName
{
color: #BAA64C;
}
.AnyTagClassName
{
color: #BAA64C;
}
</style>
background-color css
<style>
a { background-color: #BAA64C; }
a { background-color: rgb(186,166,76); }
div.DivClassName
{
background-color: #BAA64C;
}
.BgClassName
{
background-color: #BAA64C;
}
</style>
border-color css
<style>
span { border-color: #BAA64C; }
span { border-color: rgb(186,166,76); }
td.TdClassName
{
border-color: #BAA64C;
}
.TagClassName
{
border-color: #BAA64C;
}
</style>