Shades of Sundance #BCA14C
Tints of Sundance #BCA14C
RGB
CMYK
RGB Variations
Color information
#BCA14C (or 0xBCA14C) is known color: Sundance. HEX triplet: BC, A1 and 4C. RGB value is (188,161,76). Sum of RGB (Red+Green+Blue) = 188+161+76=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA14C is #435EB3. Grayscale: #9F9F9F. Windows color (decimal): -4415156 or 5022140. OLE color: 5022140.
HSL color Cylindrical-coordinate representation of color #BCA14C: hue angle of 45.54º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCA14C is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 76 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.26 |
| HSL | 45.54º | 0.46% | 0.52% | - |
| HSV(B) | 45.54º | 0.6% | 0.74% | - |
| XYZ | 34.79 | 36.7 | 12.09 | - |
| YUV | 159.38 | 80.95 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 76 | 0 | 0.14 | 0.60 | 0.26 | 45.54 | 0.46 | 0.52 |
| Hex | BC | A1 | 4C | 0 | E | 3C | 1A | 2E | 2E | 34 |
| Octal | 274 | 241 | 114 | 0 | 16 | 74 | 32 | 56 | 56 | 64 |
| Binary | 10111100 | 10100001 | 1001100 | 0 | 1110 | 111100 | 11010 | 101110 | 101110 | 110100 |
Color Harmonies of #BCA14C
Complementary color
Monochromatic Colors of #BCA14C
Black with #BCA14C
Text Example
Text Example
White with #BCA14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA14C; }
p { color: rgb(188,161,76); }
H1.HeaderClassName
{
color: #BCA14C;
}
.AnyTagClassName
{
color: #BCA14C;
}
</style>
background-color css
<style>
a { background-color: #BCA14C; }
a { background-color: rgb(188,161,76); }
div.DivClassName
{
background-color: #BCA14C;
}
.BgClassName
{
background-color: #BCA14C;
}
</style>
border-color css
<style>
span { border-color: #BCA14C; }
span { border-color: rgb(188,161,76); }
td.TdClassName
{
border-color: #BCA14C;
}
.TagClassName
{
border-color: #BCA14C;
}
</style>