Shades of Dark Goldenrod #BC7307
Tints of Dark Goldenrod #BC7307
RGB
CMYK
RGB Variations
Color information
#BC7307 (or 0xBC7307) is known color: Dark Goldenrod. HEX triplet: BC, 73 and 07. RGB value is (188,115,7). Sum of RGB (Red+Green+Blue) = 188+115+7=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7307 is #438CF8. Grayscale: #7D7D7D. Windows color (decimal): -4427001 or 488380. OLE color: 488380.
HSL color Cylindrical-coordinate representation of color #BC7307: hue angle of 35.8º 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 #BC7307 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 7 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.26 |
| HSL | 35.8º | 0.93% | 0.38% | - |
| HSV(B) | 35.8º | 0.96% | 0.74% | - |
| XYZ | 26.91 | 22.97 | 3.22 | - |
| YUV | 124.52 | 61.68 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 7 | 0 | 0.39 | 0.96 | 0.26 | 35.8 | 0.93 | 0.38 |
| Hex | BC | 73 | 7 | 0 | 27 | 60 | 1A | 24 | 5D | 26 |
| Octal | 274 | 163 | 7 | 0 | 47 | 140 | 32 | 44 | 135 | 46 |
| Binary | 10111100 | 1110011 | 111 | 0 | 100111 | 1100000 | 11010 | 100100 | 1011101 | 100110 |
Color Harmonies of #BC7307
Complementary color
Monochromatic Colors of #BC7307
Black with #BC7307
Text Example
Text Example
White with #BC7307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7307; }
p { color: rgb(188,115,7); }
H1.HeaderClassName
{
color: #BC7307;
}
.AnyTagClassName
{
color: #BC7307;
}
</style>
background-color css
<style>
a { background-color: #BC7307; }
a { background-color: rgb(188,115,7); }
div.DivClassName
{
background-color: #BC7307;
}
.BgClassName
{
background-color: #BC7307;
}
</style>
border-color css
<style>
span { border-color: #BC7307; }
span { border-color: rgb(188,115,7); }
td.TdClassName
{
border-color: #BC7307;
}
.TagClassName
{
border-color: #BC7307;
}
</style>