Shades of Dark Goldenrod #BC8607
Tints of Dark Goldenrod #BC8607
RGB
CMYK
RGB Variations
Color information
#BC8607 (or 0xBC8607) is known color: Dark Goldenrod. HEX triplet: BC, 86 and 07. RGB value is (188,134,7). Sum of RGB (Red+Green+Blue) = 188+134+7=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8607 is #4379F8. Grayscale: #888888. Windows color (decimal): -4422137 or 493244. OLE color: 493244.
HSL color Cylindrical-coordinate representation of color #BC8607: hue angle of 42.1º 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 #BC8607 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 7 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.26 |
| HSL | 42.1º | 0.93% | 0.38% | - |
| HSV(B) | 42.1º | 0.96% | 0.74% | - |
| XYZ | 29.3 | 27.76 | 4.01 | - |
| YUV | 135.67 | 55.39 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 7 | 0 | 0.29 | 0.96 | 0.26 | 42.1 | 0.93 | 0.38 |
| Hex | BC | 86 | 7 | 0 | 1D | 60 | 1A | 2A | 5D | 26 |
| Octal | 274 | 206 | 7 | 0 | 35 | 140 | 32 | 52 | 135 | 46 |
| Binary | 10111100 | 10000110 | 111 | 0 | 11101 | 1100000 | 11010 | 101010 | 1011101 | 100110 |
Color Harmonies of #BC8607
Complementary color
Monochromatic Colors of #BC8607
Black with #BC8607
Text Example
Text Example
White with #BC8607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8607; }
p { color: rgb(188,134,7); }
H1.HeaderClassName
{
color: #BC8607;
}
.AnyTagClassName
{
color: #BC8607;
}
</style>
background-color css
<style>
a { background-color: #BC8607; }
a { background-color: rgb(188,134,7); }
div.DivClassName
{
background-color: #BC8607;
}
.BgClassName
{
background-color: #BC8607;
}
</style>
border-color css
<style>
span { border-color: #BC8607; }
span { border-color: rgb(188,134,7); }
td.TdClassName
{
border-color: #BC8607;
}
.TagClassName
{
border-color: #BC8607;
}
</style>