Shades of Sundance #BCAA53
Tints of Sundance #BCAA53
RGB
CMYK
RGB Variations
Color information
#BCAA53 (or 0xBCAA53) is known color: Sundance. HEX triplet: BC, AA and 53. RGB value is (188,170,83). Sum of RGB (Red+Green+Blue) = 188+170+83=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 83 (32.81% from 255 or 18.82% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA53 is #4355AC. Grayscale: #A5A5A5. Windows color (decimal): -4412845 or 5483196. OLE color: 5483196.
HSL color Cylindrical-coordinate representation of color #BCAA53: hue angle of 49.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCAA53 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 83 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.26 |
| HSL | 49.71º | 0.44% | 0.53% | - |
| HSV(B) | 49.71º | 0.56% | 0.74% | - |
| XYZ | 36.68 | 40.07 | 13.98 | - |
| YUV | 165.46 | 81.46 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 83 | 0 | 0.10 | 0.56 | 0.26 | 49.71 | 0.44 | 0.53 |
| Hex | BC | AA | 53 | 0 | A | 38 | 1A | 32 | 2C | 35 |
| Octal | 274 | 252 | 123 | 0 | 12 | 70 | 32 | 62 | 54 | 65 |
| Binary | 10111100 | 10101010 | 1010011 | 0 | 1010 | 111000 | 11010 | 110010 | 101100 | 110101 |
Color Harmonies of #BCAA53
Complementary color
Monochromatic Colors of #BCAA53
Black with #BCAA53
Text Example
Text Example
White with #BCAA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA53; }
p { color: rgb(188,170,83); }
H1.HeaderClassName
{
color: #BCAA53;
}
.AnyTagClassName
{
color: #BCAA53;
}
</style>
background-color css
<style>
a { background-color: #BCAA53; }
a { background-color: rgb(188,170,83); }
div.DivClassName
{
background-color: #BCAA53;
}
.BgClassName
{
background-color: #BCAA53;
}
</style>
border-color css
<style>
span { border-color: #BCAA53; }
span { border-color: rgb(188,170,83); }
td.TdClassName
{
border-color: #BCAA53;
}
.TagClassName
{
border-color: #BCAA53;
}
</style>