Shades of Sundance #BCAD50
Tints of Sundance #BCAD50
RGB
CMYK
RGB Variations
Color information
#BCAD50 (or 0xBCAD50) is known color: Sundance. HEX triplet: BC, AD and 50. RGB value is (188,173,80). Sum of RGB (Red+Green+Blue) = 188+173+80=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD50 is #4352AF. Grayscale: #A7A7A7. Windows color (decimal): -4412080 or 5287356. OLE color: 5287356.
HSL color Cylindrical-coordinate representation of color #BCAD50: hue angle of 51.67º 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 #BCAD50 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 80 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.26 |
| HSL | 51.67º | 0.45% | 0.53% | - |
| HSV(B) | 51.67º | 0.57% | 0.74% | - |
| XYZ | 37.13 | 41.16 | 13.58 | - |
| YUV | 166.88 | 78.97 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 80 | 0 | 0.08 | 0.57 | 0.26 | 51.67 | 0.45 | 0.53 |
| Hex | BC | AD | 50 | 0 | 8 | 39 | 1A | 34 | 2D | 35 |
| Octal | 274 | 255 | 120 | 0 | 10 | 71 | 32 | 64 | 55 | 65 |
| Binary | 10111100 | 10101101 | 1010000 | 0 | 1000 | 111001 | 11010 | 110100 | 101101 | 110101 |
Color Harmonies of #BCAD50
Complementary color
Monochromatic Colors of #BCAD50
Black with #BCAD50
Text Example
Text Example
White with #BCAD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD50; }
p { color: rgb(188,173,80); }
H1.HeaderClassName
{
color: #BCAD50;
}
.AnyTagClassName
{
color: #BCAD50;
}
</style>
background-color css
<style>
a { background-color: #BCAD50; }
a { background-color: rgb(188,173,80); }
div.DivClassName
{
background-color: #BCAD50;
}
.BgClassName
{
background-color: #BCAD50;
}
</style>
border-color css
<style>
span { border-color: #BCAD50; }
span { border-color: rgb(188,173,80); }
td.TdClassName
{
border-color: #BCAD50;
}
.TagClassName
{
border-color: #BCAD50;
}
</style>