Shades of Sundance #BCA155
Tints of Sundance #BCA155
RGB
CMYK
RGB Variations
Color information
#BCA155 (or 0xBCA155) is known color: Sundance. HEX triplet: BC, A1 and 55. RGB value is (188,161,85). Sum of RGB (Red+Green+Blue) = 188+161+85=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA155 is #435EAA. Grayscale: #A0A0A0. Windows color (decimal): -4415147 or 5611964. OLE color: 5611964.
HSL color Cylindrical-coordinate representation of color #BCA155: hue angle of 44.27º 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 #BCA155 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 85 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.26 |
| HSL | 44.27º | 0.43% | 0.54% | - |
| HSV(B) | 44.27º | 0.55% | 0.74% | - |
| XYZ | 35.12 | 36.84 | 13.85 | - |
| YUV | 160.41 | 85.45 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 85 | 0 | 0.14 | 0.55 | 0.26 | 44.27 | 0.43 | 0.54 |
| Hex | BC | A1 | 55 | 0 | E | 37 | 1A | 2C | 2B | 36 |
| Octal | 274 | 241 | 125 | 0 | 16 | 67 | 32 | 54 | 53 | 66 |
| Binary | 10111100 | 10100001 | 1010101 | 0 | 1110 | 110111 | 11010 | 101100 | 101011 | 110110 |
Color Harmonies of #BCA155
Complementary color
Monochromatic Colors of #BCA155
Black with #BCA155
Text Example
Text Example
White with #BCA155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA155; }
p { color: rgb(188,161,85); }
H1.HeaderClassName
{
color: #BCA155;
}
.AnyTagClassName
{
color: #BCA155;
}
</style>
background-color css
<style>
a { background-color: #BCA155; }
a { background-color: rgb(188,161,85); }
div.DivClassName
{
background-color: #BCA155;
}
.BgClassName
{
background-color: #BCA155;
}
</style>
border-color css
<style>
span { border-color: #BCA155; }
span { border-color: rgb(188,161,85); }
td.TdClassName
{
border-color: #BCA155;
}
.TagClassName
{
border-color: #BCA155;
}
</style>