Shades of Sundance #BCAB54
Tints of Sundance #BCAB54
RGB
CMYK
RGB Variations
Color information
#BCAB54 (or 0xBCAB54) is known color: Sundance. HEX triplet: BC, AB and 54. RGB value is (188,171,84). Sum of RGB (Red+Green+Blue) = 188+171+84=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 84 (33.20% from 255 or 18.96% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB54 is #4354AB. Grayscale: #A6A6A6. Windows color (decimal): -4412588 or 5548988. OLE color: 5548988.
HSL color Cylindrical-coordinate representation of color #BCAB54: hue angle of 50.19º 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 #BCAB54 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 84 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.26 |
| HSL | 50.19º | 0.44% | 0.53% | - |
| HSV(B) | 50.19º | 0.55% | 0.74% | - |
| XYZ | 36.9 | 40.46 | 14.25 | - |
| YUV | 166.17 | 81.63 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 84 | 0 | 0.09 | 0.55 | 0.26 | 50.19 | 0.44 | 0.53 |
| Hex | BC | AB | 54 | 0 | 9 | 37 | 1A | 32 | 2C | 35 |
| Octal | 274 | 253 | 124 | 0 | 11 | 67 | 32 | 62 | 54 | 65 |
| Binary | 10111100 | 10101011 | 1010100 | 0 | 1001 | 110111 | 11010 | 110010 | 101100 | 110101 |
Color Harmonies of #BCAB54
Complementary color
Monochromatic Colors of #BCAB54
Black with #BCAB54
Text Example
Text Example
White with #BCAB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB54; }
p { color: rgb(188,171,84); }
H1.HeaderClassName
{
color: #BCAB54;
}
.AnyTagClassName
{
color: #BCAB54;
}
</style>
background-color css
<style>
a { background-color: #BCAB54; }
a { background-color: rgb(188,171,84); }
div.DivClassName
{
background-color: #BCAB54;
}
.BgClassName
{
background-color: #BCAB54;
}
</style>
border-color css
<style>
span { border-color: #BCAB54; }
span { border-color: rgb(188,171,84); }
td.TdClassName
{
border-color: #BCAB54;
}
.TagClassName
{
border-color: #BCAB54;
}
</style>