Shades of Sundance #BCAF51
Tints of Sundance #BCAF51
RGB
CMYK
RGB Variations
Color information
#BCAF51 (or 0xBCAF51) is known color: Sundance. HEX triplet: BC, AF and 51. RGB value is (188,175,81). Sum of RGB (Red+Green+Blue) = 188+175+81=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 81 (32.03% from 255 or 18.24% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF51 is #4350AE. Grayscale: #A8A8A8. Windows color (decimal): -4411567 or 5353404. OLE color: 5353404.
HSL color Cylindrical-coordinate representation of color #BCAF51: hue angle of 52.71º 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 #BCAF51 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 81 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.26 |
| HSL | 52.71º | 0.44% | 0.53% | - |
| HSV(B) | 52.71º | 0.57% | 0.74% | - |
| XYZ | 37.55 | 41.95 | 13.9 | - |
| YUV | 168.17 | 78.81 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 81 | 0 | 0.07 | 0.57 | 0.26 | 52.71 | 0.44 | 0.53 |
| Hex | BC | AF | 51 | 0 | 7 | 39 | 1A | 35 | 2C | 35 |
| Octal | 274 | 257 | 121 | 0 | 7 | 71 | 32 | 65 | 54 | 65 |
| Binary | 10111100 | 10101111 | 1010001 | 0 | 111 | 111001 | 11010 | 110101 | 101100 | 110101 |
Color Harmonies of #BCAF51
Complementary color
Monochromatic Colors of #BCAF51
Black with #BCAF51
Text Example
Text Example
White with #BCAF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF51; }
p { color: rgb(188,175,81); }
H1.HeaderClassName
{
color: #BCAF51;
}
.AnyTagClassName
{
color: #BCAF51;
}
</style>
background-color css
<style>
a { background-color: #BCAF51; }
a { background-color: rgb(188,175,81); }
div.DivClassName
{
background-color: #BCAF51;
}
.BgClassName
{
background-color: #BCAF51;
}
</style>
border-color css
<style>
span { border-color: #BCAF51; }
span { border-color: rgb(188,175,81); }
td.TdClassName
{
border-color: #BCAF51;
}
.TagClassName
{
border-color: #BCAF51;
}
</style>