Shades of Sundance #BCAB50
Tints of Sundance #BCAB50
RGB
CMYK
RGB Variations
Color information
#BCAB50 (or 0xBCAB50) is known color: Sundance. HEX triplet: BC, AB and 50. RGB value is (188,171,80). Sum of RGB (Red+Green+Blue) = 188+171+80=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB50 is #4354AF. Grayscale: #A6A6A6. Windows color (decimal): -4412592 or 5286844. OLE color: 5286844.
HSL color Cylindrical-coordinate representation of color #BCAB50: hue angle of 50.56º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCAB50 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 80 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.26 |
| HSL | 50.56º | 0.45% | 0.53% | - |
| HSV(B) | 50.56º | 0.57% | 0.74% | - |
| XYZ | 36.75 | 40.4 | 13.45 | - |
| YUV | 165.71 | 79.63 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 80 | 0 | 0.09 | 0.57 | 0.26 | 50.56 | 0.45 | 0.53 |
| Hex | BC | AB | 50 | 0 | 9 | 39 | 1A | 33 | 2D | 35 |
| Octal | 274 | 253 | 120 | 0 | 11 | 71 | 32 | 63 | 55 | 65 |
| Binary | 10111100 | 10101011 | 1010000 | 0 | 1001 | 111001 | 11010 | 110011 | 101101 | 110101 |
Color Harmonies of #BCAB50
Complementary color
Monochromatic Colors of #BCAB50
Black with #BCAB50
Text Example
Text Example
White with #BCAB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB50; }
p { color: rgb(188,171,80); }
H1.HeaderClassName
{
color: #BCAB50;
}
.AnyTagClassName
{
color: #BCAB50;
}
</style>
background-color css
<style>
a { background-color: #BCAB50; }
a { background-color: rgb(188,171,80); }
div.DivClassName
{
background-color: #BCAB50;
}
.BgClassName
{
background-color: #BCAB50;
}
</style>
border-color css
<style>
span { border-color: #BCAB50; }
span { border-color: rgb(188,171,80); }
td.TdClassName
{
border-color: #BCAB50;
}
.TagClassName
{
border-color: #BCAB50;
}
</style>