Shades of Sundance #BCA356
Tints of Sundance #BCA356
RGB
CMYK
RGB Variations
Color information
#BCA356 (or 0xBCA356) is known color: Sundance. HEX triplet: BC, A3 and 56. RGB value is (188,163,86). Sum of RGB (Red+Green+Blue) = 188+163+86=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA356 is #435CA9. Grayscale: #A2A2A2. Windows color (decimal): -4414634 or 5678012. OLE color: 5678012.
HSL color Cylindrical-coordinate representation of color #BCA356: hue angle of 45.29º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCA356 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 86 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.26 |
| HSL | 45.29º | 0.43% | 0.54% | - |
| HSV(B) | 45.29º | 0.54% | 0.74% | - |
| XYZ | 35.52 | 37.56 | 14.18 | - |
| YUV | 161.7 | 85.28 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 86 | 0 | 0.13 | 0.54 | 0.26 | 45.29 | 0.43 | 0.54 |
| Hex | BC | A3 | 56 | 0 | D | 36 | 1A | 2D | 2B | 36 |
| Octal | 274 | 243 | 126 | 0 | 15 | 66 | 32 | 55 | 53 | 66 |
| Binary | 10111100 | 10100011 | 1010110 | 0 | 1101 | 110110 | 11010 | 101101 | 101011 | 110110 |
Color Harmonies of #BCA356
Complementary color
Monochromatic Colors of #BCA356
Black with #BCA356
Text Example
Text Example
White with #BCA356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA356; }
p { color: rgb(188,163,86); }
H1.HeaderClassName
{
color: #BCA356;
}
.AnyTagClassName
{
color: #BCA356;
}
</style>
background-color css
<style>
a { background-color: #BCA356; }
a { background-color: rgb(188,163,86); }
div.DivClassName
{
background-color: #BCA356;
}
.BgClassName
{
background-color: #BCA356;
}
</style>
border-color css
<style>
span { border-color: #BCA356; }
span { border-color: rgb(188,163,86); }
td.TdClassName
{
border-color: #BCA356;
}
.TagClassName
{
border-color: #BCA356;
}
</style>