Shades of Dark Goldenrod #BC7606
Tints of Dark Goldenrod #BC7606
RGB
CMYK
RGB Variations
Color information
#BC7606 (or 0xBC7606) is known color: Dark Goldenrod. HEX triplet: BC, 76 and 06. RGB value is (188,118,6). Sum of RGB (Red+Green+Blue) = 188+118+6=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7606 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7606 is #4389F9. Grayscale: #7E7E7E. Windows color (decimal): -4426234 or 423612. OLE color: 423612.
HSL color Cylindrical-coordinate representation of color #BC7606: hue angle of 36.92º 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 #BC7606 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 6 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.26 |
| HSL | 36.92º | 0.94% | 0.38% | - |
| HSV(B) | 36.92º | 0.97% | 0.74% | - |
| XYZ | 27.25 | 23.66 | 3.3 | - |
| YUV | 126.16 | 60.19 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 6 | 0 | 0.37 | 0.97 | 0.26 | 36.92 | 0.94 | 0.38 |
| Hex | BC | 76 | 6 | 0 | 25 | 61 | 1A | 25 | 5E | 26 |
| Octal | 274 | 166 | 6 | 0 | 45 | 141 | 32 | 45 | 136 | 46 |
| Binary | 10111100 | 1110110 | 110 | 0 | 100101 | 1100001 | 11010 | 100101 | 1011110 | 100110 |
Color Harmonies of #BC7606
Complementary color
Monochromatic Colors of #BC7606
Black with #BC7606
Text Example
Text Example
White with #BC7606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7606; }
p { color: rgb(188,118,6); }
H1.HeaderClassName
{
color: #BC7606;
}
.AnyTagClassName
{
color: #BC7606;
}
</style>
background-color css
<style>
a { background-color: #BC7606; }
a { background-color: rgb(188,118,6); }
div.DivClassName
{
background-color: #BC7606;
}
.BgClassName
{
background-color: #BC7606;
}
</style>
border-color css
<style>
span { border-color: #BC7606; }
span { border-color: rgb(188,118,6); }
td.TdClassName
{
border-color: #BC7606;
}
.TagClassName
{
border-color: #BC7606;
}
</style>