Shades of Sundance #BCAC51
Tints of Sundance #BCAC51
RGB
CMYK
RGB Variations
Color information
#BCAC51 (or 0xBCAC51) is known color: Sundance. HEX triplet: BC, AC and 51. RGB value is (188,172,81). Sum of RGB (Red+Green+Blue) = 188+172+81=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 81 (32.03% from 255 or 18.37% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC51 is #4353AE. Grayscale: #A6A6A6. Windows color (decimal): -4412335 or 5352636. OLE color: 5352636.
HSL color Cylindrical-coordinate representation of color #BCAC51: hue angle of 51.03º degrees, saturation: 0.44, 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 #BCAC51 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 81 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.26 |
| HSL | 51.03º | 0.44% | 0.53% | - |
| HSV(B) | 51.03º | 0.57% | 0.74% | - |
| XYZ | 36.98 | 40.79 | 13.71 | - |
| YUV | 166.41 | 79.8 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 81 | 0 | 0.09 | 0.57 | 0.26 | 51.03 | 0.44 | 0.53 |
| Hex | BC | AC | 51 | 0 | 9 | 39 | 1A | 33 | 2C | 35 |
| Octal | 274 | 254 | 121 | 0 | 11 | 71 | 32 | 63 | 54 | 65 |
| Binary | 10111100 | 10101100 | 1010001 | 0 | 1001 | 111001 | 11010 | 110011 | 101100 | 110101 |
Color Harmonies of #BCAC51
Complementary color
Monochromatic Colors of #BCAC51
Black with #BCAC51
Text Example
Text Example
White with #BCAC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC51; }
p { color: rgb(188,172,81); }
H1.HeaderClassName
{
color: #BCAC51;
}
.AnyTagClassName
{
color: #BCAC51;
}
</style>
background-color css
<style>
a { background-color: #BCAC51; }
a { background-color: rgb(188,172,81); }
div.DivClassName
{
background-color: #BCAC51;
}
.BgClassName
{
background-color: #BCAC51;
}
</style>
border-color css
<style>
span { border-color: #BCAC51; }
span { border-color: rgb(188,172,81); }
td.TdClassName
{
border-color: #BCAC51;
}
.TagClassName
{
border-color: #BCAC51;
}
</style>