Shades of Sundance #BCAA55
Tints of Sundance #BCAA55
RGB
CMYK
RGB Variations
Color information
#BCAA55 (or 0xBCAA55) is known color: Sundance. HEX triplet: BC, AA and 55. RGB value is (188,170,85). Sum of RGB (Red+Green+Blue) = 188+170+85=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA55 is #4355AA. Grayscale: #A6A6A6. Windows color (decimal): -4412843 or 5614268. OLE color: 5614268.
HSL color Cylindrical-coordinate representation of color #BCAA55: hue angle of 49.51º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCAA55 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 85 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.26 |
| HSL | 49.51º | 0.43% | 0.54% | - |
| HSV(B) | 49.51º | 0.55% | 0.74% | - |
| XYZ | 36.75 | 40.1 | 14.4 | - |
| YUV | 165.69 | 82.46 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 85 | 0 | 0.10 | 0.55 | 0.26 | 49.51 | 0.43 | 0.54 |
| Hex | BC | AA | 55 | 0 | A | 37 | 1A | 32 | 2B | 36 |
| Octal | 274 | 252 | 125 | 0 | 12 | 67 | 32 | 62 | 53 | 66 |
| Binary | 10111100 | 10101010 | 1010101 | 0 | 1010 | 110111 | 11010 | 110010 | 101011 | 110110 |
Color Harmonies of #BCAA55
Complementary color
Monochromatic Colors of #BCAA55
Black with #BCAA55
Text Example
Text Example
White with #BCAA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA55; }
p { color: rgb(188,170,85); }
H1.HeaderClassName
{
color: #BCAA55;
}
.AnyTagClassName
{
color: #BCAA55;
}
</style>
background-color css
<style>
a { background-color: #BCAA55; }
a { background-color: rgb(188,170,85); }
div.DivClassName
{
background-color: #BCAA55;
}
.BgClassName
{
background-color: #BCAA55;
}
</style>
border-color css
<style>
span { border-color: #BCAA55; }
span { border-color: rgb(188,170,85); }
td.TdClassName
{
border-color: #BCAA55;
}
.TagClassName
{
border-color: #BCAA55;
}
</style>