Shades of Sundance #BCB14D
Tints of Sundance #BCB14D
RGB
CMYK
RGB Variations
Color information
#BCB14D (or 0xBCB14D) is known color: Sundance. HEX triplet: BC, B1 and 4D. RGB value is (188,177,77). Sum of RGB (Red+Green+Blue) = 188+177+77=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 77 (30.47% from 255 or 17.42% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB14D is #434EB2. Grayscale: #A9A9A9. Windows color (decimal): -4411059 or 5091772. OLE color: 5091772.
HSL color Cylindrical-coordinate representation of color #BCB14D: hue angle of 54.05º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCB14D is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 77 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.26 |
| HSL | 54.05º | 0.45% | 0.52% | - |
| HSV(B) | 54.05º | 0.59% | 0.74% | - |
| XYZ | 37.8 | 42.67 | 13.27 | - |
| YUV | 168.89 | 76.14 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 77 | 0 | 0.06 | 0.59 | 0.26 | 54.05 | 0.45 | 0.52 |
| Hex | BC | B1 | 4D | 0 | 6 | 3B | 1A | 36 | 2D | 34 |
| Octal | 274 | 261 | 115 | 0 | 6 | 73 | 32 | 66 | 55 | 64 |
| Binary | 10111100 | 10110001 | 1001101 | 0 | 110 | 111011 | 11010 | 110110 | 101101 | 110100 |
Color Harmonies of #BCB14D
Complementary color
Monochromatic Colors of #BCB14D
Black with #BCB14D
Text Example
Text Example
White with #BCB14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB14D; }
p { color: rgb(188,177,77); }
H1.HeaderClassName
{
color: #BCB14D;
}
.AnyTagClassName
{
color: #BCB14D;
}
</style>
background-color css
<style>
a { background-color: #BCB14D; }
a { background-color: rgb(188,177,77); }
div.DivClassName
{
background-color: #BCB14D;
}
.BgClassName
{
background-color: #BCB14D;
}
</style>
border-color css
<style>
span { border-color: #BCB14D; }
span { border-color: rgb(188,177,77); }
td.TdClassName
{
border-color: #BCB14D;
}
.TagClassName
{
border-color: #BCB14D;
}
</style>