Shades of Sundance #BCAA4D
Tints of Sundance #BCAA4D
RGB
CMYK
RGB Variations
Color information
#BCAA4D (or 0xBCAA4D) is known color: Sundance. HEX triplet: BC, AA and 4D. RGB value is (188,170,77). Sum of RGB (Red+Green+Blue) = 188+170+77=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA4D is #4355B2. Grayscale: #A5A5A5. Windows color (decimal): -4412851 or 5089980. OLE color: 5089980.
HSL color Cylindrical-coordinate representation of color #BCAA4D: hue angle of 50.27º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCAA4D is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 77 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.26 |
| HSL | 50.27º | 0.45% | 0.52% | - |
| HSV(B) | 50.27º | 0.59% | 0.74% | - |
| XYZ | 36.45 | 39.98 | 12.82 | - |
| YUV | 164.78 | 78.46 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 77 | 0 | 0.10 | 0.59 | 0.26 | 50.27 | 0.45 | 0.52 |
| Hex | BC | AA | 4D | 0 | A | 3B | 1A | 32 | 2D | 34 |
| Octal | 274 | 252 | 115 | 0 | 12 | 73 | 32 | 62 | 55 | 64 |
| Binary | 10111100 | 10101010 | 1001101 | 0 | 1010 | 111011 | 11010 | 110010 | 101101 | 110100 |
Color Harmonies of #BCAA4D
Complementary color
Monochromatic Colors of #BCAA4D
Black with #BCAA4D
Text Example
Text Example
White with #BCAA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA4D; }
p { color: rgb(188,170,77); }
H1.HeaderClassName
{
color: #BCAA4D;
}
.AnyTagClassName
{
color: #BCAA4D;
}
</style>
background-color css
<style>
a { background-color: #BCAA4D; }
a { background-color: rgb(188,170,77); }
div.DivClassName
{
background-color: #BCAA4D;
}
.BgClassName
{
background-color: #BCAA4D;
}
</style>
border-color css
<style>
span { border-color: #BCAA4D; }
span { border-color: rgb(188,170,77); }
td.TdClassName
{
border-color: #BCAA4D;
}
.TagClassName
{
border-color: #BCAA4D;
}
</style>