Shades of Sundance #BCA64C
Tints of Sundance #BCA64C
RGB
CMYK
RGB Variations
Color information
#BCA64C (or 0xBCA64C) is known color: Sundance. HEX triplet: BC, A6 and 4C. RGB value is (188,166,76). Sum of RGB (Red+Green+Blue) = 188+166+76=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA64C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA64C is #4359B3. Grayscale: #A2A2A2. Windows color (decimal): -4413876 or 5023420. OLE color: 5023420.
HSL color Cylindrical-coordinate representation of color #BCA64C: hue angle of 48.21º 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 #BCA64C is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 166 | 76 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.26 |
| HSL | 48.21º | 0.46% | 0.52% | - |
| HSV(B) | 48.21º | 0.6% | 0.74% | - |
| XYZ | 35.68 | 38.49 | 12.39 | - |
| YUV | 162.32 | 79.29 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 76 | 0 | 0.12 | 0.60 | 0.26 | 48.21 | 0.46 | 0.52 |
| Hex | BC | A6 | 4C | 0 | C | 3C | 1A | 30 | 2E | 34 |
| Octal | 274 | 246 | 114 | 0 | 14 | 74 | 32 | 60 | 56 | 64 |
| Binary | 10111100 | 10100110 | 1001100 | 0 | 1100 | 111100 | 11010 | 110000 | 101110 | 110100 |
Color Harmonies of #BCA64C
Complementary color
Monochromatic Colors of #BCA64C
Black with #BCA64C
Text Example
Text Example
White with #BCA64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA64C; }
p { color: rgb(188,166,76); }
H1.HeaderClassName
{
color: #BCA64C;
}
.AnyTagClassName
{
color: #BCA64C;
}
</style>
background-color css
<style>
a { background-color: #BCA64C; }
a { background-color: rgb(188,166,76); }
div.DivClassName
{
background-color: #BCA64C;
}
.BgClassName
{
background-color: #BCA64C;
}
</style>
border-color css
<style>
span { border-color: #BCA64C; }
span { border-color: rgb(188,166,76); }
td.TdClassName
{
border-color: #BCA64C;
}
.TagClassName
{
border-color: #BCA64C;
}
</style>