Shades of Sundance #BCA852
Tints of Sundance #BCA852
RGB
CMYK
RGB Variations
Color information
#BCA852 (or 0xBCA852) is known color: Sundance. HEX triplet: BC, A8 and 52. RGB value is (188,168,82). Sum of RGB (Red+Green+Blue) = 188+168+82=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA852 is #4357AD. Grayscale: #A4A4A4. Windows color (decimal): -4413358 or 5417148. OLE color: 5417148.
HSL color Cylindrical-coordinate representation of color #BCA852: hue angle of 48.68º 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 #BCA852 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 82 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.26 |
| HSL | 48.68º | 0.44% | 0.53% | - |
| HSV(B) | 48.68º | 0.56% | 0.74% | - |
| XYZ | 36.26 | 39.31 | 13.66 | - |
| YUV | 164.18 | 81.63 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 82 | 0 | 0.11 | 0.56 | 0.26 | 48.68 | 0.44 | 0.53 |
| Hex | BC | A8 | 52 | 0 | B | 38 | 1A | 31 | 2C | 35 |
| Octal | 274 | 250 | 122 | 0 | 13 | 70 | 32 | 61 | 54 | 65 |
| Binary | 10111100 | 10101000 | 1010010 | 0 | 1011 | 111000 | 11010 | 110001 | 101100 | 110101 |
Color Harmonies of #BCA852
Complementary color
Monochromatic Colors of #BCA852
Black with #BCA852
Text Example
Text Example
White with #BCA852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA852; }
p { color: rgb(188,168,82); }
H1.HeaderClassName
{
color: #BCA852;
}
.AnyTagClassName
{
color: #BCA852;
}
</style>
background-color css
<style>
a { background-color: #BCA852; }
a { background-color: rgb(188,168,82); }
div.DivClassName
{
background-color: #BCA852;
}
.BgClassName
{
background-color: #BCA852;
}
</style>
border-color css
<style>
span { border-color: #BCA852; }
span { border-color: rgb(188,168,82); }
td.TdClassName
{
border-color: #BCA852;
}
.TagClassName
{
border-color: #BCA852;
}
</style>