Shades of Sundance #BCAC50
Tints of Sundance #BCAC50
RGB
CMYK
RGB Variations
Color information
#BCAC50 (or 0xBCAC50) is known color: Sundance. HEX triplet: BC, AC and 50. RGB value is (188,172,80). Sum of RGB (Red+Green+Blue) = 188+172+80=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC50 is #4353AF. Grayscale: #A6A6A6. Windows color (decimal): -4412336 or 5287100. OLE color: 5287100.
HSL color Cylindrical-coordinate representation of color #BCAC50: hue angle of 51.11º 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 #BCAC50 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 80 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.26 |
| HSL | 51.11º | 0.45% | 0.53% | - |
| HSV(B) | 51.11º | 0.57% | 0.74% | - |
| XYZ | 36.94 | 40.78 | 13.51 | - |
| YUV | 166.3 | 79.3 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 80 | 0 | 0.09 | 0.57 | 0.26 | 51.11 | 0.45 | 0.53 |
| Hex | BC | AC | 50 | 0 | 9 | 39 | 1A | 33 | 2D | 35 |
| Octal | 274 | 254 | 120 | 0 | 11 | 71 | 32 | 63 | 55 | 65 |
| Binary | 10111100 | 10101100 | 1010000 | 0 | 1001 | 111001 | 11010 | 110011 | 101101 | 110101 |
Color Harmonies of #BCAC50
Complementary color
Monochromatic Colors of #BCAC50
Black with #BCAC50
Text Example
Text Example
White with #BCAC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC50; }
p { color: rgb(188,172,80); }
H1.HeaderClassName
{
color: #BCAC50;
}
.AnyTagClassName
{
color: #BCAC50;
}
</style>
background-color css
<style>
a { background-color: #BCAC50; }
a { background-color: rgb(188,172,80); }
div.DivClassName
{
background-color: #BCAC50;
}
.BgClassName
{
background-color: #BCAC50;
}
</style>
border-color css
<style>
span { border-color: #BCAC50; }
span { border-color: rgb(188,172,80); }
td.TdClassName
{
border-color: #BCAC50;
}
.TagClassName
{
border-color: #BCAC50;
}
</style>