Shades of Sundance #BCAE4C
Tints of Sundance #BCAE4C
RGB
CMYK
RGB Variations
Color information
#BCAE4C (or 0xBCAE4C) is known color: Sundance. HEX triplet: BC, AE and 4C. RGB value is (188,174,76). Sum of RGB (Red+Green+Blue) = 188+174+76=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 76 (30.08% from 255 or 17.35% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAE4C is #4351B3. Grayscale: #A7A7A7. Windows color (decimal): -4411828 or 5025468. OLE color: 5025468.
HSL color Cylindrical-coordinate representation of color #BCAE4C: hue angle of 52.5º 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 #BCAE4C is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 76 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.26 |
| HSL | 52.5º | 0.46% | 0.52% | - |
| HSV(B) | 52.5º | 0.6% | 0.74% | - |
| XYZ | 37.18 | 41.49 | 12.89 | - |
| YUV | 167.01 | 76.64 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 76 | 0 | 0.07 | 0.60 | 0.26 | 52.5 | 0.46 | 0.52 |
| Hex | BC | AE | 4C | 0 | 7 | 3C | 1A | 34 | 2E | 34 |
| Octal | 274 | 256 | 114 | 0 | 7 | 74 | 32 | 64 | 56 | 64 |
| Binary | 10111100 | 10101110 | 1001100 | 0 | 111 | 111100 | 11010 | 110100 | 101110 | 110100 |
Color Harmonies of #BCAE4C
Complementary color
Monochromatic Colors of #BCAE4C
Black with #BCAE4C
Text Example
Text Example
White with #BCAE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE4C; }
p { color: rgb(188,174,76); }
H1.HeaderClassName
{
color: #BCAE4C;
}
.AnyTagClassName
{
color: #BCAE4C;
}
</style>
background-color css
<style>
a { background-color: #BCAE4C; }
a { background-color: rgb(188,174,76); }
div.DivClassName
{
background-color: #BCAE4C;
}
.BgClassName
{
background-color: #BCAE4C;
}
</style>
border-color css
<style>
span { border-color: #BCAE4C; }
span { border-color: rgb(188,174,76); }
td.TdClassName
{
border-color: #BCAE4C;
}
.TagClassName
{
border-color: #BCAE4C;
}
</style>