Shades of Sundance #BCA855
Tints of Sundance #BCA855
RGB
CMYK
RGB Variations
Color information
#BCA855 (or 0xBCA855) is known color: Sundance. HEX triplet: BC, A8 and 55. RGB value is (188,168,85). Sum of RGB (Red+Green+Blue) = 188+168+85=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA855 is #4357AA. Grayscale: #A4A4A4. Windows color (decimal): -4413355 or 5613756. OLE color: 5613756.
HSL color Cylindrical-coordinate representation of color #BCA855: hue angle of 48.35º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCA855 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 85 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.26 |
| HSL | 48.35º | 0.43% | 0.54% | - |
| HSV(B) | 48.35º | 0.55% | 0.74% | - |
| XYZ | 36.38 | 39.35 | 14.27 | - |
| YUV | 164.52 | 83.13 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 85 | 0 | 0.11 | 0.55 | 0.26 | 48.35 | 0.43 | 0.54 |
| Hex | BC | A8 | 55 | 0 | B | 37 | 1A | 30 | 2B | 36 |
| Octal | 274 | 250 | 125 | 0 | 13 | 67 | 32 | 60 | 53 | 66 |
| Binary | 10111100 | 10101000 | 1010101 | 0 | 1011 | 110111 | 11010 | 110000 | 101011 | 110110 |
Color Harmonies of #BCA855
Complementary color
Monochromatic Colors of #BCA855
Black with #BCA855
Text Example
Text Example
White with #BCA855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA855; }
p { color: rgb(188,168,85); }
H1.HeaderClassName
{
color: #BCA855;
}
.AnyTagClassName
{
color: #BCA855;
}
</style>
background-color css
<style>
a { background-color: #BCA855; }
a { background-color: rgb(188,168,85); }
div.DivClassName
{
background-color: #BCA855;
}
.BgClassName
{
background-color: #BCA855;
}
</style>
border-color css
<style>
span { border-color: #BCA855; }
span { border-color: rgb(188,168,85); }
td.TdClassName
{
border-color: #BCA855;
}
.TagClassName
{
border-color: #BCA855;
}
</style>