Shades of Dark Goldenrod #BC7607
Tints of Dark Goldenrod #BC7607
RGB
CMYK
RGB Variations
Color information
#BC7607 (or 0xBC7607) is known color: Dark Goldenrod. HEX triplet: BC, 76 and 07. RGB value is (188,118,7). Sum of RGB (Red+Green+Blue) = 188+118+7=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 7 (3.12% from 255 or 2.24% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7607 is #4389F8. Grayscale: #7E7E7E. Windows color (decimal): -4426233 or 489148. OLE color: 489148.
HSL color Cylindrical-coordinate representation of color #BC7607: hue angle of 36.8º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC7607 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 7 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.26 |
| HSL | 36.8º | 0.93% | 0.38% | - |
| HSV(B) | 36.8º | 0.96% | 0.74% | - |
| XYZ | 27.26 | 23.66 | 3.33 | - |
| YUV | 126.28 | 60.69 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 7 | 0 | 0.37 | 0.96 | 0.26 | 36.8 | 0.93 | 0.38 |
| Hex | BC | 76 | 7 | 0 | 25 | 60 | 1A | 25 | 5D | 26 |
| Octal | 274 | 166 | 7 | 0 | 45 | 140 | 32 | 45 | 135 | 46 |
| Binary | 10111100 | 1110110 | 111 | 0 | 100101 | 1100000 | 11010 | 100101 | 1011101 | 100110 |
Color Harmonies of #BC7607
Complementary color
Monochromatic Colors of #BC7607
Black with #BC7607
Text Example
Text Example
White with #BC7607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7607; }
p { color: rgb(188,118,7); }
H1.HeaderClassName
{
color: #BC7607;
}
.AnyTagClassName
{
color: #BC7607;
}
</style>
background-color css
<style>
a { background-color: #BC7607; }
a { background-color: rgb(188,118,7); }
div.DivClassName
{
background-color: #BC7607;
}
.BgClassName
{
background-color: #BC7607;
}
</style>
border-color css
<style>
span { border-color: #BC7607; }
span { border-color: rgb(188,118,7); }
td.TdClassName
{
border-color: #BC7607;
}
.TagClassName
{
border-color: #BC7607;
}
</style>