Shades of Sundance #BCAB4C
Tints of Sundance #BCAB4C
RGB
CMYK
RGB Variations
Color information
#BCAB4C (or 0xBCAB4C) is known color: Sundance. HEX triplet: BC, AB and 4C. RGB value is (188,171,76). Sum of RGB (Red+Green+Blue) = 188+171+76=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB4C is #4354B3. Grayscale: #A5A5A5. Windows color (decimal): -4412596 or 5024700. OLE color: 5024700.
HSL color Cylindrical-coordinate representation of color #BCAB4C: hue angle of 50.89º 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 #BCAB4C is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 76 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.26 |
| HSL | 50.89º | 0.46% | 0.52% | - |
| HSV(B) | 50.89º | 0.6% | 0.74% | - |
| XYZ | 36.61 | 40.34 | 12.69 | - |
| YUV | 165.25 | 77.63 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 76 | 0 | 0.09 | 0.60 | 0.26 | 50.89 | 0.46 | 0.52 |
| Hex | BC | AB | 4C | 0 | 9 | 3C | 1A | 33 | 2E | 34 |
| Octal | 274 | 253 | 114 | 0 | 11 | 74 | 32 | 63 | 56 | 64 |
| Binary | 10111100 | 10101011 | 1001100 | 0 | 1001 | 111100 | 11010 | 110011 | 101110 | 110100 |
Color Harmonies of #BCAB4C
Complementary color
Monochromatic Colors of #BCAB4C
Black with #BCAB4C
Text Example
Text Example
White with #BCAB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB4C; }
p { color: rgb(188,171,76); }
H1.HeaderClassName
{
color: #BCAB4C;
}
.AnyTagClassName
{
color: #BCAB4C;
}
</style>
background-color css
<style>
a { background-color: #BCAB4C; }
a { background-color: rgb(188,171,76); }
div.DivClassName
{
background-color: #BCAB4C;
}
.BgClassName
{
background-color: #BCAB4C;
}
</style>
border-color css
<style>
span { border-color: #BCAB4C; }
span { border-color: rgb(188,171,76); }
td.TdClassName
{
border-color: #BCAB4C;
}
.TagClassName
{
border-color: #BCAB4C;
}
</style>