Shades of Dark Goldenrod #BC8507
Tints of Dark Goldenrod #BC8507
RGB
CMYK
RGB Variations
Color information
#BC8507 (or 0xBC8507) is known color: Dark Goldenrod. HEX triplet: BC, 85 and 07. RGB value is (188,133,7). Sum of RGB (Red+Green+Blue) = 188+133+7=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8507 is #437AF8. Grayscale: #878787. Windows color (decimal): -4422393 or 492988. OLE color: 492988.
HSL color Cylindrical-coordinate representation of color #BC8507: hue angle of 41.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 #BC8507 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 7 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.26 |
| HSL | 41.77º | 0.93% | 0.38% | - |
| HSV(B) | 41.77º | 0.96% | 0.74% | - |
| XYZ | 29.16 | 27.48 | 3.97 | - |
| YUV | 135.08 | 55.72 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 7 | 0 | 0.29 | 0.96 | 0.26 | 41.77 | 0.93 | 0.38 |
| Hex | BC | 85 | 7 | 0 | 1D | 60 | 1A | 2A | 5D | 26 |
| Octal | 274 | 205 | 7 | 0 | 35 | 140 | 32 | 52 | 135 | 46 |
| Binary | 10111100 | 10000101 | 111 | 0 | 11101 | 1100000 | 11010 | 101010 | 1011101 | 100110 |
Color Harmonies of #BC8507
Complementary color
Monochromatic Colors of #BC8507
Black with #BC8507
Text Example
Text Example
White with #BC8507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8507; }
p { color: rgb(188,133,7); }
H1.HeaderClassName
{
color: #BC8507;
}
.AnyTagClassName
{
color: #BC8507;
}
</style>
background-color css
<style>
a { background-color: #BC8507; }
a { background-color: rgb(188,133,7); }
div.DivClassName
{
background-color: #BC8507;
}
.BgClassName
{
background-color: #BC8507;
}
</style>
border-color css
<style>
span { border-color: #BC8507; }
span { border-color: rgb(188,133,7); }
td.TdClassName
{
border-color: #BC8507;
}
.TagClassName
{
border-color: #BC8507;
}
</style>