Shades of Sundance #BCA54C
Tints of Sundance #BCA54C
RGB
CMYK
RGB Variations
Color information
#BCA54C (or 0xBCA54C) is known color: Sundance. HEX triplet: BC, A5 and 4C. RGB value is (188,165,76). Sum of RGB (Red+Green+Blue) = 188+165+76=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 76 (30.08% from 255 or 17.72% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA54C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA54C is #435AB3. Grayscale: #A2A2A2. Windows color (decimal): -4414132 or 5023164. OLE color: 5023164.
HSL color Cylindrical-coordinate representation of color #BCA54C: hue angle of 47.68º 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 #BCA54C is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 76 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.26 |
| HSL | 47.68º | 0.46% | 0.52% | - |
| HSV(B) | 47.68º | 0.6% | 0.74% | - |
| XYZ | 35.5 | 38.12 | 12.33 | - |
| YUV | 161.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 76 | 0 | 0.12 | 0.60 | 0.26 | 47.68 | 0.46 | 0.52 |
| Hex | BC | A5 | 4C | 0 | C | 3C | 1A | 30 | 2E | 34 |
| Octal | 274 | 245 | 114 | 0 | 14 | 74 | 32 | 60 | 56 | 64 |
| Binary | 10111100 | 10100101 | 1001100 | 0 | 1100 | 111100 | 11010 | 110000 | 101110 | 110100 |
Color Harmonies of #BCA54C
Complementary color
Monochromatic Colors of #BCA54C
Black with #BCA54C
Text Example
Text Example
White with #BCA54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA54C; }
p { color: rgb(188,165,76); }
H1.HeaderClassName
{
color: #BCA54C;
}
.AnyTagClassName
{
color: #BCA54C;
}
</style>
background-color css
<style>
a { background-color: #BCA54C; }
a { background-color: rgb(188,165,76); }
div.DivClassName
{
background-color: #BCA54C;
}
.BgClassName
{
background-color: #BCA54C;
}
</style>
border-color css
<style>
span { border-color: #BCA54C; }
span { border-color: rgb(188,165,76); }
td.TdClassName
{
border-color: #BCA54C;
}
.TagClassName
{
border-color: #BCA54C;
}
</style>