Shades of Dark Goldenrod #BC8014
Tints of Dark Goldenrod #BC8014
RGB
CMYK
RGB Variations
Color information
#BC8014 (or 0xBC8014) is known color: Dark Goldenrod. HEX triplet: BC, 80 and 14. RGB value is (188,128,20). Sum of RGB (Red+Green+Blue) = 188+128+20=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8014 is #437FEB. Grayscale: #868686. Windows color (decimal): -4423660 or 1343676. OLE color: 1343676.
HSL color Cylindrical-coordinate representation of color #BC8014: hue angle of 38.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC8014 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 20 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.26 |
| HSL | 38.57º | 0.81% | 0.41% | - |
| HSV(B) | 38.57º | 0.89% | 0.74% | - |
| XYZ | 28.58 | 26.18 | 4.21 | - |
| YUV | 133.63 | 63.88 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 20 | 0 | 0.32 | 0.89 | 0.26 | 38.57 | 0.81 | 0.41 |
| Hex | BC | 80 | 14 | 0 | 20 | 59 | 1A | 27 | 51 | 29 |
| Octal | 274 | 200 | 24 | 0 | 40 | 131 | 32 | 47 | 121 | 51 |
| Binary | 10111100 | 10000000 | 10100 | 0 | 100000 | 1011001 | 11010 | 100111 | 1010001 | 101001 |
Color Harmonies of #BC8014
Complementary color
Monochromatic Colors of #BC8014
Black with #BC8014
Text Example
Text Example
White with #BC8014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8014; }
p { color: rgb(188,128,20); }
H1.HeaderClassName
{
color: #BC8014;
}
.AnyTagClassName
{
color: #BC8014;
}
</style>
background-color css
<style>
a { background-color: #BC8014; }
a { background-color: rgb(188,128,20); }
div.DivClassName
{
background-color: #BC8014;
}
.BgClassName
{
background-color: #BC8014;
}
</style>
border-color css
<style>
span { border-color: #BC8014; }
span { border-color: rgb(188,128,20); }
td.TdClassName
{
border-color: #BC8014;
}
.TagClassName
{
border-color: #BC8014;
}
</style>