Shades of Dark Goldenrod #BC7006
Tints of Dark Goldenrod #BC7006
RGB
CMYK
RGB Variations
Color information
#BC7006 (or 0xBC7006) is known color: Dark Goldenrod. HEX triplet: BC, 70 and 06. RGB value is (188,112,6). Sum of RGB (Red+Green+Blue) = 188+112+6=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7006 is #438FF9. Grayscale: #7B7B7B. Windows color (decimal): -4427770 or 422076. OLE color: 422076.
HSL color Cylindrical-coordinate representation of color #BC7006: hue angle of 34.95º 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 #BC7006 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 6 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.26 |
| HSL | 34.95º | 0.94% | 0.38% | - |
| HSV(B) | 34.95º | 0.97% | 0.74% | - |
| XYZ | 26.57 | 22.29 | 3.08 | - |
| YUV | 122.64 | 62.18 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 6 | 0 | 0.40 | 0.97 | 0.26 | 34.95 | 0.94 | 0.38 |
| Hex | BC | 70 | 6 | 0 | 28 | 61 | 1A | 23 | 5E | 26 |
| Octal | 274 | 160 | 6 | 0 | 50 | 141 | 32 | 43 | 136 | 46 |
| Binary | 10111100 | 1110000 | 110 | 0 | 101000 | 1100001 | 11010 | 100011 | 1011110 | 100110 |
Color Harmonies of #BC7006
Complementary color
Monochromatic Colors of #BC7006
Black with #BC7006
Text Example
Text Example
White with #BC7006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7006; }
p { color: rgb(188,112,6); }
H1.HeaderClassName
{
color: #BC7006;
}
.AnyTagClassName
{
color: #BC7006;
}
</style>
background-color css
<style>
a { background-color: #BC7006; }
a { background-color: rgb(188,112,6); }
div.DivClassName
{
background-color: #BC7006;
}
.BgClassName
{
background-color: #BC7006;
}
</style>
border-color css
<style>
span { border-color: #BC7006; }
span { border-color: rgb(188,112,6); }
td.TdClassName
{
border-color: #BC7006;
}
.TagClassName
{
border-color: #BC7006;
}
</style>