Shades of Dark Goldenrod #BC8614
Tints of Dark Goldenrod #BC8614
RGB
CMYK
RGB Variations
Color information
#BC8614 (or 0xBC8614) is known color: Dark Goldenrod. HEX triplet: BC, 86 and 14. RGB value is (188,134,20). Sum of RGB (Red+Green+Blue) = 188+134+20=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8614 is #4379EB. Grayscale: #898989. Windows color (decimal): -4422124 or 1345212. OLE color: 1345212.
HSL color Cylindrical-coordinate representation of color #BC8614: hue angle of 40.71º 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 #BC8614 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 20 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.26 |
| HSL | 40.71º | 0.81% | 0.41% | - |
| HSV(B) | 40.71º | 0.89% | 0.74% | - |
| XYZ | 29.39 | 27.79 | 4.48 | - |
| YUV | 137.15 | 61.89 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 20 | 0 | 0.29 | 0.89 | 0.26 | 40.71 | 0.81 | 0.41 |
| Hex | BC | 86 | 14 | 0 | 1D | 59 | 1A | 29 | 51 | 29 |
| Octal | 274 | 206 | 24 | 0 | 35 | 131 | 32 | 51 | 121 | 51 |
| Binary | 10111100 | 10000110 | 10100 | 0 | 11101 | 1011001 | 11010 | 101001 | 1010001 | 101001 |
Color Harmonies of #BC8614
Complementary color
Monochromatic Colors of #BC8614
Black with #BC8614
Text Example
Text Example
White with #BC8614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8614; }
p { color: rgb(188,134,20); }
H1.HeaderClassName
{
color: #BC8614;
}
.AnyTagClassName
{
color: #BC8614;
}
</style>
background-color css
<style>
a { background-color: #BC8614; }
a { background-color: rgb(188,134,20); }
div.DivClassName
{
background-color: #BC8614;
}
.BgClassName
{
background-color: #BC8614;
}
</style>
border-color css
<style>
span { border-color: #BC8614; }
span { border-color: rgb(188,134,20); }
td.TdClassName
{
border-color: #BC8614;
}
.TagClassName
{
border-color: #BC8614;
}
</style>