Shades of Dark Goldenrod #BC9607
Tints of Dark Goldenrod #BC9607
RGB
CMYK
RGB Variations
Color information
#BC9607 (or 0xBC9607) is known color: Dark Goldenrod. HEX triplet: BC, 96 and 07. RGB value is (188,150,7). Sum of RGB (Red+Green+Blue) = 188+150+7=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9607 is #4369F8. Grayscale: #919191. Windows color (decimal): -4418041 or 497340. OLE color: 497340.
HSL color Cylindrical-coordinate representation of color #BC9607: hue angle of 47.4º 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 #BC9607 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 7 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.26 |
| HSL | 47.4º | 0.93% | 0.38% | - |
| HSV(B) | 47.4º | 0.96% | 0.74% | - |
| XYZ | 31.68 | 32.52 | 4.81 | - |
| YUV | 145.06 | 50.09 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 7 | 0 | 0.20 | 0.96 | 0.26 | 47.4 | 0.93 | 0.38 |
| Hex | BC | 96 | 7 | 0 | 14 | 60 | 1A | 2F | 5D | 26 |
| Octal | 274 | 226 | 7 | 0 | 24 | 140 | 32 | 57 | 135 | 46 |
| Binary | 10111100 | 10010110 | 111 | 0 | 10100 | 1100000 | 11010 | 101111 | 1011101 | 100110 |
Color Harmonies of #BC9607
Complementary color
Monochromatic Colors of #BC9607
Black with #BC9607
Text Example
Text Example
White with #BC9607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9607; }
p { color: rgb(188,150,7); }
H1.HeaderClassName
{
color: #BC9607;
}
.AnyTagClassName
{
color: #BC9607;
}
</style>
background-color css
<style>
a { background-color: #BC9607; }
a { background-color: rgb(188,150,7); }
div.DivClassName
{
background-color: #BC9607;
}
.BgClassName
{
background-color: #BC9607;
}
</style>
border-color css
<style>
span { border-color: #BC9607; }
span { border-color: rgb(188,150,7); }
td.TdClassName
{
border-color: #BC9607;
}
.TagClassName
{
border-color: #BC9607;
}
</style>