Shades of Sundance #BCAF4C
Tints of Sundance #BCAF4C
RGB
CMYK
RGB Variations
Color information
#BCAF4C (or 0xBCAF4C) is known color: Sundance. HEX triplet: BC, AF and 4C. RGB value is (188,175,76). Sum of RGB (Red+Green+Blue) = 188+175+76=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF4C is #4350B3. Grayscale: #A8A8A8. Windows color (decimal): -4411572 or 5025724. OLE color: 5025724.
HSL color Cylindrical-coordinate representation of color #BCAF4C: hue angle of 53.04º 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 #BCAF4C is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 76 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.26 |
| HSL | 53.04º | 0.46% | 0.52% | - |
| HSV(B) | 53.04º | 0.6% | 0.74% | - |
| XYZ | 37.37 | 41.87 | 12.95 | - |
| YUV | 167.6 | 76.31 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 76 | 0 | 0.07 | 0.60 | 0.26 | 53.04 | 0.46 | 0.52 |
| Hex | BC | AF | 4C | 0 | 7 | 3C | 1A | 35 | 2E | 34 |
| Octal | 274 | 257 | 114 | 0 | 7 | 74 | 32 | 65 | 56 | 64 |
| Binary | 10111100 | 10101111 | 1001100 | 0 | 111 | 111100 | 11010 | 110101 | 101110 | 110100 |
Color Harmonies of #BCAF4C
Complementary color
Monochromatic Colors of #BCAF4C
Black with #BCAF4C
Text Example
Text Example
White with #BCAF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF4C; }
p { color: rgb(188,175,76); }
H1.HeaderClassName
{
color: #BCAF4C;
}
.AnyTagClassName
{
color: #BCAF4C;
}
</style>
background-color css
<style>
a { background-color: #BCAF4C; }
a { background-color: rgb(188,175,76); }
div.DivClassName
{
background-color: #BCAF4C;
}
.BgClassName
{
background-color: #BCAF4C;
}
</style>
border-color css
<style>
span { border-color: #BCAF4C; }
span { border-color: rgb(188,175,76); }
td.TdClassName
{
border-color: #BCAF4C;
}
.TagClassName
{
border-color: #BCAF4C;
}
</style>