Shades of Dark Goldenrod #BC8714
Tints of Dark Goldenrod #BC8714
RGB
CMYK
RGB Variations
Color information
#BC8714 (or 0xBC8714) is known color: Dark Goldenrod. HEX triplet: BC, 87 and 14. RGB value is (188,135,20). Sum of RGB (Red+Green+Blue) = 188+135+20=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8714 is #4378EB. Grayscale: #8A8A8A. Windows color (decimal): -4421868 or 1345468. OLE color: 1345468.
HSL color Cylindrical-coordinate representation of color #BC8714: hue angle of 41.07º 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 #BC8714 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 20 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.26 |
| HSL | 41.07º | 0.81% | 0.41% | - |
| HSV(B) | 41.07º | 0.89% | 0.74% | - |
| XYZ | 29.53 | 28.07 | 4.52 | - |
| YUV | 137.74 | 61.56 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 20 | 0 | 0.28 | 0.89 | 0.26 | 41.07 | 0.81 | 0.41 |
| Hex | BC | 87 | 14 | 0 | 1C | 59 | 1A | 29 | 51 | 29 |
| Octal | 274 | 207 | 24 | 0 | 34 | 131 | 32 | 51 | 121 | 51 |
| Binary | 10111100 | 10000111 | 10100 | 0 | 11100 | 1011001 | 11010 | 101001 | 1010001 | 101001 |
Color Harmonies of #BC8714
Complementary color
Monochromatic Colors of #BC8714
Black with #BC8714
Text Example
Text Example
White with #BC8714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8714; }
p { color: rgb(188,135,20); }
H1.HeaderClassName
{
color: #BC8714;
}
.AnyTagClassName
{
color: #BC8714;
}
</style>
background-color css
<style>
a { background-color: #BC8714; }
a { background-color: rgb(188,135,20); }
div.DivClassName
{
background-color: #BC8714;
}
.BgClassName
{
background-color: #BC8714;
}
</style>
border-color css
<style>
span { border-color: #BC8714; }
span { border-color: rgb(188,135,20); }
td.TdClassName
{
border-color: #BC8714;
}
.TagClassName
{
border-color: #BC8714;
}
</style>