Shades of Sundance #BCAE50
Tints of Sundance #BCAE50
RGB
CMYK
RGB Variations
Color information
#BCAE50 (or 0xBCAE50) is known color: Sundance. HEX triplet: BC, AE and 50. RGB value is (188,174,80). Sum of RGB (Red+Green+Blue) = 188+174+80=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE50 is #4351AF. Grayscale: #A7A7A7. Windows color (decimal): -4411824 or 5287612. OLE color: 5287612.
HSL color Cylindrical-coordinate representation of color #BCAE50: hue angle of 52.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCAE50 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 80 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.26 |
| HSL | 52.22º | 0.45% | 0.53% | - |
| HSV(B) | 52.22º | 0.57% | 0.74% | - |
| XYZ | 37.32 | 41.54 | 13.64 | - |
| YUV | 167.47 | 78.64 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 80 | 0 | 0.07 | 0.57 | 0.26 | 52.22 | 0.45 | 0.53 |
| Hex | BC | AE | 50 | 0 | 7 | 39 | 1A | 34 | 2D | 35 |
| Octal | 274 | 256 | 120 | 0 | 7 | 71 | 32 | 64 | 55 | 65 |
| Binary | 10111100 | 10101110 | 1010000 | 0 | 111 | 111001 | 11010 | 110100 | 101101 | 110101 |
Color Harmonies of #BCAE50
Complementary color
Monochromatic Colors of #BCAE50
Black with #BCAE50
Text Example
Text Example
White with #BCAE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE50; }
p { color: rgb(188,174,80); }
H1.HeaderClassName
{
color: #BCAE50;
}
.AnyTagClassName
{
color: #BCAE50;
}
</style>
background-color css
<style>
a { background-color: #BCAE50; }
a { background-color: rgb(188,174,80); }
div.DivClassName
{
background-color: #BCAE50;
}
.BgClassName
{
background-color: #BCAE50;
}
</style>
border-color css
<style>
span { border-color: #BCAE50; }
span { border-color: rgb(188,174,80); }
td.TdClassName
{
border-color: #BCAE50;
}
.TagClassName
{
border-color: #BCAE50;
}
</style>