Shades of Dark Goldenrod #BC7915
Tints of Dark Goldenrod #BC7915
RGB
CMYK
RGB Variations
Color information
#BC7915 (or 0xBC7915) is known color: Dark Goldenrod. HEX triplet: BC, 79 and 15. RGB value is (188,121,21). Sum of RGB (Red+Green+Blue) = 188+121+21=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7915 is #4386EA. Grayscale: #828282. Windows color (decimal): -4425451 or 1407420. OLE color: 1407420.
HSL color Cylindrical-coordinate representation of color #BC7915: hue angle of 35.93º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC7915 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 21 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.26 |
| HSL | 35.93º | 0.8% | 0.41% | - |
| HSV(B) | 35.93º | 0.89% | 0.74% | - |
| XYZ | 27.71 | 24.42 | 3.96 | - |
| YUV | 129.63 | 66.7 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 21 | 0 | 0.36 | 0.89 | 0.26 | 35.93 | 0.8 | 0.41 |
| Hex | BC | 79 | 15 | 0 | 24 | 59 | 1A | 24 | 50 | 29 |
| Octal | 274 | 171 | 25 | 0 | 44 | 131 | 32 | 44 | 120 | 51 |
| Binary | 10111100 | 1111001 | 10101 | 0 | 100100 | 1011001 | 11010 | 100100 | 1010000 | 101001 |
Color Harmonies of #BC7915
Complementary color
Monochromatic Colors of #BC7915
Black with #BC7915
Text Example
Text Example
White with #BC7915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7915; }
p { color: rgb(188,121,21); }
H1.HeaderClassName
{
color: #BC7915;
}
.AnyTagClassName
{
color: #BC7915;
}
</style>
background-color css
<style>
a { background-color: #BC7915; }
a { background-color: rgb(188,121,21); }
div.DivClassName
{
background-color: #BC7915;
}
.BgClassName
{
background-color: #BC7915;
}
</style>
border-color css
<style>
span { border-color: #BC7915; }
span { border-color: rgb(188,121,21); }
td.TdClassName
{
border-color: #BC7915;
}
.TagClassName
{
border-color: #BC7915;
}
</style>