Shades of Dark Goldenrod #BC8207
Tints of Dark Goldenrod #BC8207
RGB
CMYK
RGB Variations
Color information
#BC8207 (or 0xBC8207) is known color: Dark Goldenrod. HEX triplet: BC, 82 and 07. RGB value is (188,130,7). Sum of RGB (Red+Green+Blue) = 188+130+7=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8207 is #437DF8. Grayscale: #858585. Windows color (decimal): -4423161 or 492220. OLE color: 492220.
HSL color Cylindrical-coordinate representation of color #BC8207: hue angle of 40.77º 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 #BC8207 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 7 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.26 |
| HSL | 40.77º | 0.93% | 0.38% | - |
| HSV(B) | 40.77º | 0.96% | 0.74% | - |
| XYZ | 28.76 | 26.67 | 3.83 | - |
| YUV | 133.32 | 56.72 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 7 | 0 | 0.31 | 0.96 | 0.26 | 40.77 | 0.93 | 0.38 |
| Hex | BC | 82 | 7 | 0 | 1F | 60 | 1A | 29 | 5D | 26 |
| Octal | 274 | 202 | 7 | 0 | 37 | 140 | 32 | 51 | 135 | 46 |
| Binary | 10111100 | 10000010 | 111 | 0 | 11111 | 1100000 | 11010 | 101001 | 1011101 | 100110 |
Color Harmonies of #BC8207
Complementary color
Monochromatic Colors of #BC8207
Black with #BC8207
Text Example
Text Example
White with #BC8207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8207; }
p { color: rgb(188,130,7); }
H1.HeaderClassName
{
color: #BC8207;
}
.AnyTagClassName
{
color: #BC8207;
}
</style>
background-color css
<style>
a { background-color: #BC8207; }
a { background-color: rgb(188,130,7); }
div.DivClassName
{
background-color: #BC8207;
}
.BgClassName
{
background-color: #BC8207;
}
</style>
border-color css
<style>
span { border-color: #BC8207; }
span { border-color: rgb(188,130,7); }
td.TdClassName
{
border-color: #BC8207;
}
.TagClassName
{
border-color: #BC8207;
}
</style>