Shades of Sundance #BCA756
Tints of Sundance #BCA756
RGB
CMYK
RGB Variations
Color information
#BCA756 (or 0xBCA756) is known color: Sundance. HEX triplet: BC, A7 and 56. RGB value is (188,167,86). Sum of RGB (Red+Green+Blue) = 188+167+86=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA756 is #4358A9. Grayscale: #A4A4A4. Windows color (decimal): -4413610 or 5679036. OLE color: 5679036.
HSL color Cylindrical-coordinate representation of color #BCA756: hue angle of 47.65º 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 #BCA756 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 167 | 86 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.26 |
| HSL | 47.65º | 0.43% | 0.54% | - |
| HSV(B) | 47.65º | 0.54% | 0.74% | - |
| XYZ | 36.24 | 39 | 14.42 | - |
| YUV | 164.05 | 83.96 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 167 | 86 | 0 | 0.11 | 0.54 | 0.26 | 47.65 | 0.43 | 0.54 |
| Hex | BC | A7 | 56 | 0 | B | 36 | 1A | 30 | 2B | 36 |
| Octal | 274 | 247 | 126 | 0 | 13 | 66 | 32 | 60 | 53 | 66 |
| Binary | 10111100 | 10100111 | 1010110 | 0 | 1011 | 110110 | 11010 | 110000 | 101011 | 110110 |
Color Harmonies of #BCA756
Complementary color
Monochromatic Colors of #BCA756
Black with #BCA756
Text Example
Text Example
White with #BCA756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA756; }
p { color: rgb(188,167,86); }
H1.HeaderClassName
{
color: #BCA756;
}
.AnyTagClassName
{
color: #BCA756;
}
</style>
background-color css
<style>
a { background-color: #BCA756; }
a { background-color: rgb(188,167,86); }
div.DivClassName
{
background-color: #BCA756;
}
.BgClassName
{
background-color: #BCA756;
}
</style>
border-color css
<style>
span { border-color: #BCA756; }
span { border-color: rgb(188,167,86); }
td.TdClassName
{
border-color: #BCA756;
}
.TagClassName
{
border-color: #BCA756;
}
</style>