Shades of Sundance #BCB04F
Tints of Sundance #BCB04F
RGB
CMYK
RGB Variations
Color information
#BCB04F (or 0xBCB04F) is known color: Sundance. HEX triplet: BC, B0 and 4F. RGB value is (188,176,79). Sum of RGB (Red+Green+Blue) = 188+176+79=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB04F is #434FB0. Grayscale: #A8A8A8. Windows color (decimal): -4411313 or 5222588. OLE color: 5222588.
HSL color Cylindrical-coordinate representation of color #BCB04F: hue angle of 53.39º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCB04F is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 79 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.26 |
| HSL | 53.39º | 0.45% | 0.52% | - |
| HSV(B) | 53.39º | 0.58% | 0.74% | - |
| XYZ | 37.68 | 42.31 | 13.58 | - |
| YUV | 168.53 | 77.48 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 79 | 0 | 0.06 | 0.58 | 0.26 | 53.39 | 0.45 | 0.52 |
| Hex | BC | B0 | 4F | 0 | 6 | 3A | 1A | 35 | 2D | 34 |
| Octal | 274 | 260 | 117 | 0 | 6 | 72 | 32 | 65 | 55 | 64 |
| Binary | 10111100 | 10110000 | 1001111 | 0 | 110 | 111010 | 11010 | 110101 | 101101 | 110100 |
Color Harmonies of #BCB04F
Complementary color
Monochromatic Colors of #BCB04F
Black with #BCB04F
Text Example
Text Example
White with #BCB04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB04F; }
p { color: rgb(188,176,79); }
H1.HeaderClassName
{
color: #BCB04F;
}
.AnyTagClassName
{
color: #BCB04F;
}
</style>
background-color css
<style>
a { background-color: #BCB04F; }
a { background-color: rgb(188,176,79); }
div.DivClassName
{
background-color: #BCB04F;
}
.BgClassName
{
background-color: #BCB04F;
}
</style>
border-color css
<style>
span { border-color: #BCB04F; }
span { border-color: rgb(188,176,79); }
td.TdClassName
{
border-color: #BCB04F;
}
.TagClassName
{
border-color: #BCB04F;
}
</style>