Shades of Dark Goldenrod #BC7614
Tints of Dark Goldenrod #BC7614
RGB
CMYK
RGB Variations
Color information
#BC7614 (or 0xBC7614) is known color: Dark Goldenrod. HEX triplet: BC, 76 and 14. RGB value is (188,118,20). Sum of RGB (Red+Green+Blue) = 188+118+20=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7614 is #4389EB. Grayscale: #808080. Windows color (decimal): -4426220 or 1341116. OLE color: 1341116.
HSL color Cylindrical-coordinate representation of color #BC7614: hue angle of 35º degrees, saturation: 0.81, 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 #BC7614 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 20 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.26 |
| HSL | 35º | 0.81% | 0.41% | - |
| HSV(B) | 35º | 0.89% | 0.74% | - |
| XYZ | 27.34 | 23.7 | 3.79 | - |
| YUV | 127.76 | 67.19 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 20 | 0 | 0.37 | 0.89 | 0.26 | 35 | 0.81 | 0.41 |
| Hex | BC | 76 | 14 | 0 | 25 | 59 | 1A | 23 | 51 | 29 |
| Octal | 274 | 166 | 24 | 0 | 45 | 131 | 32 | 43 | 121 | 51 |
| Binary | 10111100 | 1110110 | 10100 | 0 | 100101 | 1011001 | 11010 | 100011 | 1010001 | 101001 |
Color Harmonies of #BC7614
Complementary color
Monochromatic Colors of #BC7614
Black with #BC7614
Text Example
Text Example
White with #BC7614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7614; }
p { color: rgb(188,118,20); }
H1.HeaderClassName
{
color: #BC7614;
}
.AnyTagClassName
{
color: #BC7614;
}
</style>
background-color css
<style>
a { background-color: #BC7614; }
a { background-color: rgb(188,118,20); }
div.DivClassName
{
background-color: #BC7614;
}
.BgClassName
{
background-color: #BC7614;
}
</style>
border-color css
<style>
span { border-color: #BC7614; }
span { border-color: rgb(188,118,20); }
td.TdClassName
{
border-color: #BC7614;
}
.TagClassName
{
border-color: #BC7614;
}
</style>