Shades of Dark Goldenrod #BC7807
Tints of Dark Goldenrod #BC7807
RGB
CMYK
RGB Variations
Color information
#BC7807 (or 0xBC7807) is known color: Dark Goldenrod. HEX triplet: BC, 78 and 07. RGB value is (188,120,7). Sum of RGB (Red+Green+Blue) = 188+120+7=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7807 is #4387F8. Grayscale: #7F7F7F. Windows color (decimal): -4425721 or 489660. OLE color: 489660.
HSL color Cylindrical-coordinate representation of color #BC7807: hue angle of 37.46º 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 #BC7807 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 7 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.26 |
| HSL | 37.46º | 0.93% | 0.38% | - |
| HSV(B) | 37.46º | 0.96% | 0.74% | - |
| XYZ | 27.49 | 24.14 | 3.41 | - |
| YUV | 127.45 | 60.03 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 7 | 0 | 0.36 | 0.96 | 0.26 | 37.46 | 0.93 | 0.38 |
| Hex | BC | 78 | 7 | 0 | 24 | 60 | 1A | 25 | 5D | 26 |
| Octal | 274 | 170 | 7 | 0 | 44 | 140 | 32 | 45 | 135 | 46 |
| Binary | 10111100 | 1111000 | 111 | 0 | 100100 | 1100000 | 11010 | 100101 | 1011101 | 100110 |
Color Harmonies of #BC7807
Complementary color
Monochromatic Colors of #BC7807
Black with #BC7807
Text Example
Text Example
White with #BC7807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7807; }
p { color: rgb(188,120,7); }
H1.HeaderClassName
{
color: #BC7807;
}
.AnyTagClassName
{
color: #BC7807;
}
</style>
background-color css
<style>
a { background-color: #BC7807; }
a { background-color: rgb(188,120,7); }
div.DivClassName
{
background-color: #BC7807;
}
.BgClassName
{
background-color: #BC7807;
}
</style>
border-color css
<style>
span { border-color: #BC7807; }
span { border-color: rgb(188,120,7); }
td.TdClassName
{
border-color: #BC7807;
}
.TagClassName
{
border-color: #BC7807;
}
</style>