Shades of Dark Goldenrod #BC8D04
Tints of Dark Goldenrod #BC8D04
RGB
CMYK
RGB Variations
Color information
#BC8D04 (or 0xBC8D04) is known color: Dark Goldenrod. HEX triplet: BC, 8D and 04. RGB value is (188,141,4). Sum of RGB (Red+Green+Blue) = 188+141+4=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8D04 is #4372FB. Grayscale: #8C8C8C. Windows color (decimal): -4420348 or 298428. OLE color: 298428.
HSL color Cylindrical-coordinate representation of color #BC8D04: hue angle of 44.67º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC8D04 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.26 |
| HSL | 44.67º | 0.96% | 0.38% | - |
| HSV(B) | 44.67º | 0.98% | 0.74% | - |
| XYZ | 30.29 | 29.75 | 4.26 | - |
| YUV | 139.44 | 51.57 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 4 | 0 | 0.25 | 0.98 | 0.26 | 44.67 | 0.96 | 0.38 |
| Hex | BC | 8D | 4 | 0 | 19 | 62 | 1A | 2D | 60 | 26 |
| Octal | 274 | 215 | 4 | 0 | 31 | 142 | 32 | 55 | 140 | 46 |
| Binary | 10111100 | 10001101 | 100 | 0 | 11001 | 1100010 | 11010 | 101101 | 1100000 | 100110 |
Color Harmonies of #BC8D04
Complementary color
Monochromatic Colors of #BC8D04
Black with #BC8D04
Text Example
Text Example
White with #BC8D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8D04; }
p { color: rgb(188,141,4); }
H1.HeaderClassName
{
color: #BC8D04;
}
.AnyTagClassName
{
color: #BC8D04;
}
</style>
background-color css
<style>
a { background-color: #BC8D04; }
a { background-color: rgb(188,141,4); }
div.DivClassName
{
background-color: #BC8D04;
}
.BgClassName
{
background-color: #BC8D04;
}
</style>
border-color css
<style>
span { border-color: #BC8D04; }
span { border-color: rgb(188,141,4); }
td.TdClassName
{
border-color: #BC8D04;
}
.TagClassName
{
border-color: #BC8D04;
}
</style>