Shades of Sundance #BCA851
Tints of Sundance #BCA851
RGB
CMYK
RGB Variations
Color information
#BCA851 (or 0xBCA851) is known color: Sundance. HEX triplet: BC, A8 and 51. RGB value is (188,168,81). Sum of RGB (Red+Green+Blue) = 188+168+81=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 81 (32.03% from 255 or 18.54% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA851 is #4357AE. Grayscale: #A4A4A4. Windows color (decimal): -4413359 or 5351612. OLE color: 5351612.
HSL color Cylindrical-coordinate representation of color #BCA851: hue angle of 48.79º 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 #BCA851 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 81 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.26 |
| HSL | 48.79º | 0.44% | 0.53% | - |
| HSV(B) | 48.79º | 0.57% | 0.74% | - |
| XYZ | 36.23 | 39.29 | 13.46 | - |
| YUV | 164.06 | 81.13 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 81 | 0 | 0.11 | 0.57 | 0.26 | 48.79 | 0.44 | 0.53 |
| Hex | BC | A8 | 51 | 0 | B | 39 | 1A | 31 | 2C | 35 |
| Octal | 274 | 250 | 121 | 0 | 13 | 71 | 32 | 61 | 54 | 65 |
| Binary | 10111100 | 10101000 | 1010001 | 0 | 1011 | 111001 | 11010 | 110001 | 101100 | 110101 |
Color Harmonies of #BCA851
Complementary color
Monochromatic Colors of #BCA851
Black with #BCA851
Text Example
Text Example
White with #BCA851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA851; }
p { color: rgb(188,168,81); }
H1.HeaderClassName
{
color: #BCA851;
}
.AnyTagClassName
{
color: #BCA851;
}
</style>
background-color css
<style>
a { background-color: #BCA851; }
a { background-color: rgb(188,168,81); }
div.DivClassName
{
background-color: #BCA851;
}
.BgClassName
{
background-color: #BCA851;
}
</style>
border-color css
<style>
span { border-color: #BCA851; }
span { border-color: rgb(188,168,81); }
td.TdClassName
{
border-color: #BCA851;
}
.TagClassName
{
border-color: #BCA851;
}
</style>