Shades of Sundance #BCAB53
Tints of Sundance #BCAB53
RGB
CMYK
RGB Variations
Color information
#BCAB53 (or 0xBCAB53) is known color: Sundance. HEX triplet: BC, AB and 53. RGB value is (188,171,83). Sum of RGB (Red+Green+Blue) = 188+171+83=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 83 (32.81% from 255 or 18.78% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB53 is #4354AC. Grayscale: #A6A6A6. Windows color (decimal): -4412589 or 5483452. OLE color: 5483452.
HSL color Cylindrical-coordinate representation of color #BCAB53: hue angle of 50.29º 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 #BCAB53 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 83 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.26 |
| HSL | 50.29º | 0.44% | 0.53% | - |
| HSV(B) | 50.29º | 0.56% | 0.74% | - |
| XYZ | 36.86 | 40.44 | 14.05 | - |
| YUV | 166.05 | 81.13 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 83 | 0 | 0.09 | 0.56 | 0.26 | 50.29 | 0.44 | 0.53 |
| Hex | BC | AB | 53 | 0 | 9 | 38 | 1A | 32 | 2C | 35 |
| Octal | 274 | 253 | 123 | 0 | 11 | 70 | 32 | 62 | 54 | 65 |
| Binary | 10111100 | 10101011 | 1010011 | 0 | 1001 | 111000 | 11010 | 110010 | 101100 | 110101 |
Color Harmonies of #BCAB53
Complementary color
Monochromatic Colors of #BCAB53
Black with #BCAB53
Text Example
Text Example
White with #BCAB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB53; }
p { color: rgb(188,171,83); }
H1.HeaderClassName
{
color: #BCAB53;
}
.AnyTagClassName
{
color: #BCAB53;
}
</style>
background-color css
<style>
a { background-color: #BCAB53; }
a { background-color: rgb(188,171,83); }
div.DivClassName
{
background-color: #BCAB53;
}
.BgClassName
{
background-color: #BCAB53;
}
</style>
border-color css
<style>
span { border-color: #BCAB53; }
span { border-color: rgb(188,171,83); }
td.TdClassName
{
border-color: #BCAB53;
}
.TagClassName
{
border-color: #BCAB53;
}
</style>