Shades of Sundance #BCAC54
Tints of Sundance #BCAC54
RGB
CMYK
RGB Variations
Color information
#BCAC54 (or 0xBCAC54) is known color: Sundance. HEX triplet: BC, AC and 54. RGB value is (188,172,84). Sum of RGB (Red+Green+Blue) = 188+172+84=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 84 (33.20% from 255 or 18.92% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC54 is #4353AB. Grayscale: #A7A7A7. Windows color (decimal): -4412332 or 5549244. OLE color: 5549244.
HSL color Cylindrical-coordinate representation of color #BCAC54: hue angle of 50.77º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCAC54 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 84 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.26 |
| HSL | 50.77º | 0.44% | 0.53% | - |
| HSV(B) | 50.77º | 0.55% | 0.74% | - |
| XYZ | 37.09 | 40.84 | 14.31 | - |
| YUV | 166.75 | 81.3 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 84 | 0 | 0.09 | 0.55 | 0.26 | 50.77 | 0.44 | 0.53 |
| Hex | BC | AC | 54 | 0 | 9 | 37 | 1A | 33 | 2C | 35 |
| Octal | 274 | 254 | 124 | 0 | 11 | 67 | 32 | 63 | 54 | 65 |
| Binary | 10111100 | 10101100 | 1010100 | 0 | 1001 | 110111 | 11010 | 110011 | 101100 | 110101 |
Color Harmonies of #BCAC54
Complementary color
Monochromatic Colors of #BCAC54
Black with #BCAC54
Text Example
Text Example
White with #BCAC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC54; }
p { color: rgb(188,172,84); }
H1.HeaderClassName
{
color: #BCAC54;
}
.AnyTagClassName
{
color: #BCAC54;
}
</style>
background-color css
<style>
a { background-color: #BCAC54; }
a { background-color: rgb(188,172,84); }
div.DivClassName
{
background-color: #BCAC54;
}
.BgClassName
{
background-color: #BCAC54;
}
</style>
border-color css
<style>
span { border-color: #BCAC54; }
span { border-color: rgb(188,172,84); }
td.TdClassName
{
border-color: #BCAC54;
}
.TagClassName
{
border-color: #BCAC54;
}
</style>