Shades of Sundance #BCAF52
Tints of Sundance #BCAF52
RGB
CMYK
RGB Variations
Color information
#BCAF52 (or 0xBCAF52) is known color: Sundance. HEX triplet: BC, AF and 52. RGB value is (188,175,82). Sum of RGB (Red+Green+Blue) = 188+175+82=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF52 is #4350AD. Grayscale: #A8A8A8. Windows color (decimal): -4411566 or 5418940. OLE color: 5418940.
HSL color Cylindrical-coordinate representation of color #BCAF52: hue angle of 52.64º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCAF52 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 82 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.26 |
| HSL | 52.64º | 0.44% | 0.53% | - |
| HSV(B) | 52.64º | 0.56% | 0.74% | - |
| XYZ | 37.59 | 41.96 | 14.1 | - |
| YUV | 168.29 | 79.31 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 82 | 0 | 0.07 | 0.56 | 0.26 | 52.64 | 0.44 | 0.53 |
| Hex | BC | AF | 52 | 0 | 7 | 38 | 1A | 35 | 2C | 35 |
| Octal | 274 | 257 | 122 | 0 | 7 | 70 | 32 | 65 | 54 | 65 |
| Binary | 10111100 | 10101111 | 1010010 | 0 | 111 | 111000 | 11010 | 110101 | 101100 | 110101 |
Color Harmonies of #BCAF52
Complementary color
Monochromatic Colors of #BCAF52
Black with #BCAF52
Text Example
Text Example
White with #BCAF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF52; }
p { color: rgb(188,175,82); }
H1.HeaderClassName
{
color: #BCAF52;
}
.AnyTagClassName
{
color: #BCAF52;
}
</style>
background-color css
<style>
a { background-color: #BCAF52; }
a { background-color: rgb(188,175,82); }
div.DivClassName
{
background-color: #BCAF52;
}
.BgClassName
{
background-color: #BCAF52;
}
</style>
border-color css
<style>
span { border-color: #BCAF52; }
span { border-color: rgb(188,175,82); }
td.TdClassName
{
border-color: #BCAF52;
}
.TagClassName
{
border-color: #BCAF52;
}
</style>