Shades of Sundance #BCAF50
Tints of Sundance #BCAF50
RGB
CMYK
RGB Variations
Color information
#BCAF50 (or 0xBCAF50) is known color: Sundance. HEX triplet: BC, AF and 50. RGB value is (188,175,80). Sum of RGB (Red+Green+Blue) = 188+175+80=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF50 is #4350AF. Grayscale: #A8A8A8. Windows color (decimal): -4411568 or 5287868. OLE color: 5287868.
HSL color Cylindrical-coordinate representation of color #BCAF50: hue angle of 52.78º 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 #BCAF50 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 80 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.26 |
| HSL | 52.78º | 0.45% | 0.53% | - |
| HSV(B) | 52.78º | 0.57% | 0.74% | - |
| XYZ | 37.52 | 41.93 | 13.71 | - |
| YUV | 168.06 | 78.31 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 80 | 0 | 0.07 | 0.57 | 0.26 | 52.78 | 0.45 | 0.53 |
| Hex | BC | AF | 50 | 0 | 7 | 39 | 1A | 35 | 2D | 35 |
| Octal | 274 | 257 | 120 | 0 | 7 | 71 | 32 | 65 | 55 | 65 |
| Binary | 10111100 | 10101111 | 1010000 | 0 | 111 | 111001 | 11010 | 110101 | 101101 | 110101 |
Color Harmonies of #BCAF50
Complementary color
Monochromatic Colors of #BCAF50
Black with #BCAF50
Text Example
Text Example
White with #BCAF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF50; }
p { color: rgb(188,175,80); }
H1.HeaderClassName
{
color: #BCAF50;
}
.AnyTagClassName
{
color: #BCAF50;
}
</style>
background-color css
<style>
a { background-color: #BCAF50; }
a { background-color: rgb(188,175,80); }
div.DivClassName
{
background-color: #BCAF50;
}
.BgClassName
{
background-color: #BCAF50;
}
</style>
border-color css
<style>
span { border-color: #BCAF50; }
span { border-color: rgb(188,175,80); }
td.TdClassName
{
border-color: #BCAF50;
}
.TagClassName
{
border-color: #BCAF50;
}
</style>