Shades of Sundance #BCAB52
Tints of Sundance #BCAB52
RGB
CMYK
RGB Variations
Color information
#BCAB52 (or 0xBCAB52) is known color: Sundance. HEX triplet: BC, AB and 52. RGB value is (188,171,82). Sum of RGB (Red+Green+Blue) = 188+171+82=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB52 is #4354AD. Grayscale: #A6A6A6. Windows color (decimal): -4412590 or 5417916. OLE color: 5417916.
HSL color Cylindrical-coordinate representation of color #BCAB52: hue angle of 50.38º 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 #BCAB52 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 82 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.26 |
| HSL | 50.38º | 0.44% | 0.53% | - |
| HSV(B) | 50.38º | 0.56% | 0.74% | - |
| XYZ | 36.82 | 40.43 | 13.84 | - |
| YUV | 165.94 | 80.63 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 82 | 0 | 0.09 | 0.56 | 0.26 | 50.38 | 0.44 | 0.53 |
| Hex | BC | AB | 52 | 0 | 9 | 38 | 1A | 32 | 2C | 35 |
| Octal | 274 | 253 | 122 | 0 | 11 | 70 | 32 | 62 | 54 | 65 |
| Binary | 10111100 | 10101011 | 1010010 | 0 | 1001 | 111000 | 11010 | 110010 | 101100 | 110101 |
Color Harmonies of #BCAB52
Complementary color
Monochromatic Colors of #BCAB52
Black with #BCAB52
Text Example
Text Example
White with #BCAB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB52; }
p { color: rgb(188,171,82); }
H1.HeaderClassName
{
color: #BCAB52;
}
.AnyTagClassName
{
color: #BCAB52;
}
</style>
background-color css
<style>
a { background-color: #BCAB52; }
a { background-color: rgb(188,171,82); }
div.DivClassName
{
background-color: #BCAB52;
}
.BgClassName
{
background-color: #BCAB52;
}
</style>
border-color css
<style>
span { border-color: #BCAB52; }
span { border-color: rgb(188,171,82); }
td.TdClassName
{
border-color: #BCAB52;
}
.TagClassName
{
border-color: #BCAB52;
}
</style>