Shades of Dark Goldenrod #BC7406
Tints of Dark Goldenrod #BC7406
RGB
CMYK
RGB Variations
Color information
#BC7406 (or 0xBC7406) is known color: Dark Goldenrod. HEX triplet: BC, 74 and 06. RGB value is (188,116,6). Sum of RGB (Red+Green+Blue) = 188+116+6=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7406 is #438BF9. Grayscale: #7D7D7D. Windows color (decimal): -4426746 or 423100. OLE color: 423100.
HSL color Cylindrical-coordinate representation of color #BC7406: hue angle of 36.26º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC7406 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 6 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.26 |
| HSL | 36.26º | 0.94% | 0.38% | - |
| HSV(B) | 36.26º | 0.97% | 0.74% | - |
| XYZ | 27.02 | 23.2 | 3.23 | - |
| YUV | 124.99 | 60.85 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 6 | 0 | 0.38 | 0.97 | 0.26 | 36.26 | 0.94 | 0.38 |
| Hex | BC | 74 | 6 | 0 | 26 | 61 | 1A | 24 | 5E | 26 |
| Octal | 274 | 164 | 6 | 0 | 46 | 141 | 32 | 44 | 136 | 46 |
| Binary | 10111100 | 1110100 | 110 | 0 | 100110 | 1100001 | 11010 | 100100 | 1011110 | 100110 |
Color Harmonies of #BC7406
Complementary color
Monochromatic Colors of #BC7406
Black with #BC7406
Text Example
Text Example
White with #BC7406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7406; }
p { color: rgb(188,116,6); }
H1.HeaderClassName
{
color: #BC7406;
}
.AnyTagClassName
{
color: #BC7406;
}
</style>
background-color css
<style>
a { background-color: #BC7406; }
a { background-color: rgb(188,116,6); }
div.DivClassName
{
background-color: #BC7406;
}
.BgClassName
{
background-color: #BC7406;
}
</style>
border-color css
<style>
span { border-color: #BC7406; }
span { border-color: rgb(188,116,6); }
td.TdClassName
{
border-color: #BC7406;
}
.TagClassName
{
border-color: #BC7406;
}
</style>