Shades of Sundance #BCA34C
Tints of Sundance #BCA34C
RGB
CMYK
RGB Variations
Color information
#BCA34C (or 0xBCA34C) is known color: Sundance. HEX triplet: BC, A3 and 4C. RGB value is (188,163,76). Sum of RGB (Red+Green+Blue) = 188+163+76=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA34C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA34C is #435CB3. Grayscale: #A0A0A0. Windows color (decimal): -4414644 or 5022652. OLE color: 5022652.
HSL color Cylindrical-coordinate representation of color #BCA34C: hue angle of 46.61º 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 #BCA34C is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 76 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.26 |
| HSL | 46.61º | 0.46% | 0.52% | - |
| HSV(B) | 46.61º | 0.6% | 0.74% | - |
| XYZ | 35.14 | 37.41 | 12.21 | - |
| YUV | 160.56 | 80.28 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 76 | 0 | 0.13 | 0.60 | 0.26 | 46.61 | 0.46 | 0.52 |
| Hex | BC | A3 | 4C | 0 | D | 3C | 1A | 2F | 2E | 34 |
| Octal | 274 | 243 | 114 | 0 | 15 | 74 | 32 | 57 | 56 | 64 |
| Binary | 10111100 | 10100011 | 1001100 | 0 | 1101 | 111100 | 11010 | 101111 | 101110 | 110100 |
Color Harmonies of #BCA34C
Complementary color
Monochromatic Colors of #BCA34C
Black with #BCA34C
Text Example
Text Example
White with #BCA34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA34C; }
p { color: rgb(188,163,76); }
H1.HeaderClassName
{
color: #BCA34C;
}
.AnyTagClassName
{
color: #BCA34C;
}
</style>
background-color css
<style>
a { background-color: #BCA34C; }
a { background-color: rgb(188,163,76); }
div.DivClassName
{
background-color: #BCA34C;
}
.BgClassName
{
background-color: #BCA34C;
}
</style>
border-color css
<style>
span { border-color: #BCA34C; }
span { border-color: rgb(188,163,76); }
td.TdClassName
{
border-color: #BCA34C;
}
.TagClassName
{
border-color: #BCA34C;
}
</style>