Shades of Dark Goldenrod #BC7404
Tints of Dark Goldenrod #BC7404
RGB
CMYK
RGB Variations
Color information
#BC7404 (or 0xBC7404) is known color: Dark Goldenrod. HEX triplet: BC, 74 and 04. RGB value is (188,116,4). Sum of RGB (Red+Green+Blue) = 188+116+4=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7404 is #438BFB. Grayscale: #7D7D7D. Windows color (decimal): -4426748 or 292028. OLE color: 292028.
HSL color Cylindrical-coordinate representation of color #BC7404: hue angle of 36.52º 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 #BC7404 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 4 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.26 |
| HSL | 36.52º | 0.96% | 0.38% | - |
| HSV(B) | 36.52º | 0.98% | 0.74% | - |
| XYZ | 27.01 | 23.19 | 3.17 | - |
| YUV | 124.76 | 59.85 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 4 | 0 | 0.38 | 0.98 | 0.26 | 36.52 | 0.96 | 0.38 |
| Hex | BC | 74 | 4 | 0 | 26 | 62 | 1A | 25 | 60 | 26 |
| Octal | 274 | 164 | 4 | 0 | 46 | 142 | 32 | 45 | 140 | 46 |
| Binary | 10111100 | 1110100 | 100 | 0 | 100110 | 1100010 | 11010 | 100101 | 1100000 | 100110 |
Color Harmonies of #BC7404
Complementary color
Monochromatic Colors of #BC7404
Black with #BC7404
Text Example
Text Example
White with #BC7404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7404; }
p { color: rgb(188,116,4); }
H1.HeaderClassName
{
color: #BC7404;
}
.AnyTagClassName
{
color: #BC7404;
}
</style>
background-color css
<style>
a { background-color: #BC7404; }
a { background-color: rgb(188,116,4); }
div.DivClassName
{
background-color: #BC7404;
}
.BgClassName
{
background-color: #BC7404;
}
</style>
border-color css
<style>
span { border-color: #BC7404; }
span { border-color: rgb(188,116,4); }
td.TdClassName
{
border-color: #BC7404;
}
.TagClassName
{
border-color: #BC7404;
}
</style>