Shades of Sundance #BCA355
Tints of Sundance #BCA355
RGB
CMYK
RGB Variations
Color information
#BCA355 (or 0xBCA355) is known color: Sundance. HEX triplet: BC, A3 and 55. RGB value is (188,163,85). Sum of RGB (Red+Green+Blue) = 188+163+85=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA355 is #435CAA. Grayscale: #A1A1A1. Windows color (decimal): -4414635 or 5612476. OLE color: 5612476.
HSL color Cylindrical-coordinate representation of color #BCA355: hue angle of 45.44º 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 #BCA355 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 85 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.26 |
| HSL | 45.44º | 0.43% | 0.54% | - |
| HSV(B) | 45.44º | 0.55% | 0.74% | - |
| XYZ | 35.48 | 37.54 | 13.97 | - |
| YUV | 161.58 | 84.78 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 85 | 0 | 0.13 | 0.55 | 0.26 | 45.44 | 0.43 | 0.54 |
| Hex | BC | A3 | 55 | 0 | D | 37 | 1A | 2D | 2B | 36 |
| Octal | 274 | 243 | 125 | 0 | 15 | 67 | 32 | 55 | 53 | 66 |
| Binary | 10111100 | 10100011 | 1010101 | 0 | 1101 | 110111 | 11010 | 101101 | 101011 | 110110 |
Color Harmonies of #BCA355
Complementary color
Monochromatic Colors of #BCA355
Black with #BCA355
Text Example
Text Example
White with #BCA355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA355; }
p { color: rgb(188,163,85); }
H1.HeaderClassName
{
color: #BCA355;
}
.AnyTagClassName
{
color: #BCA355;
}
</style>
background-color css
<style>
a { background-color: #BCA355; }
a { background-color: rgb(188,163,85); }
div.DivClassName
{
background-color: #BCA355;
}
.BgClassName
{
background-color: #BCA355;
}
</style>
border-color css
<style>
span { border-color: #BCA355; }
span { border-color: rgb(188,163,85); }
td.TdClassName
{
border-color: #BCA355;
}
.TagClassName
{
border-color: #BCA355;
}
</style>