Shades of Sundance #BCB051
Tints of Sundance #BCB051
RGB
CMYK
RGB Variations
Color information
#BCB051 (or 0xBCB051) is known color: Sundance. HEX triplet: BC, B0 and 51. RGB value is (188,176,81). Sum of RGB (Red+Green+Blue) = 188+176+81=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 81 (32.03% from 255 or 18.20% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB051 is #434FAE. Grayscale: #A9A9A9. Windows color (decimal): -4411311 or 5353660. OLE color: 5353660.
HSL color Cylindrical-coordinate representation of color #BCB051: hue angle of 53.27º 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 #BCB051 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 81 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.26 |
| HSL | 53.27º | 0.44% | 0.53% | - |
| HSV(B) | 53.27º | 0.57% | 0.74% | - |
| XYZ | 37.75 | 42.34 | 13.97 | - |
| YUV | 168.76 | 78.48 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 81 | 0 | 0.06 | 0.57 | 0.26 | 53.27 | 0.44 | 0.53 |
| Hex | BC | B0 | 51 | 0 | 6 | 39 | 1A | 35 | 2C | 35 |
| Octal | 274 | 260 | 121 | 0 | 6 | 71 | 32 | 65 | 54 | 65 |
| Binary | 10111100 | 10110000 | 1010001 | 0 | 110 | 111001 | 11010 | 110101 | 101100 | 110101 |
Color Harmonies of #BCB051
Complementary color
Monochromatic Colors of #BCB051
Black with #BCB051
Text Example
Text Example
White with #BCB051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB051; }
p { color: rgb(188,176,81); }
H1.HeaderClassName
{
color: #BCB051;
}
.AnyTagClassName
{
color: #BCB051;
}
</style>
background-color css
<style>
a { background-color: #BCB051; }
a { background-color: rgb(188,176,81); }
div.DivClassName
{
background-color: #BCB051;
}
.BgClassName
{
background-color: #BCB051;
}
</style>
border-color css
<style>
span { border-color: #BCB051; }
span { border-color: rgb(188,176,81); }
td.TdClassName
{
border-color: #BCB051;
}
.TagClassName
{
border-color: #BCB051;
}
</style>