Shades of Dark Goldenrod #BC8716
Tints of Dark Goldenrod #BC8716
RGB
CMYK
RGB Variations
Color information
#BC8716 (or 0xBC8716) is known color: Dark Goldenrod. HEX triplet: BC, 87 and 16. RGB value is (188,135,22). Sum of RGB (Red+Green+Blue) = 188+135+22=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8716 is #4378E9. Grayscale: #8A8A8A. Windows color (decimal): -4421866 or 1476540. OLE color: 1476540.
HSL color Cylindrical-coordinate representation of color #BC8716: hue angle of 40.84º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC8716 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 22 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.26 |
| HSL | 40.84º | 0.79% | 0.41% | - |
| HSV(B) | 40.84º | 0.88% | 0.74% | - |
| XYZ | 29.55 | 28.08 | 4.62 | - |
| YUV | 137.97 | 62.56 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 22 | 0 | 0.28 | 0.88 | 0.26 | 40.84 | 0.79 | 0.41 |
| Hex | BC | 87 | 16 | 0 | 1C | 58 | 1A | 29 | 4F | 29 |
| Octal | 274 | 207 | 26 | 0 | 34 | 130 | 32 | 51 | 117 | 51 |
| Binary | 10111100 | 10000111 | 10110 | 0 | 11100 | 1011000 | 11010 | 101001 | 1001111 | 101001 |
Color Harmonies of #BC8716
Complementary color
Monochromatic Colors of #BC8716
Black with #BC8716
Text Example
Text Example
White with #BC8716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8716; }
p { color: rgb(188,135,22); }
H1.HeaderClassName
{
color: #BC8716;
}
.AnyTagClassName
{
color: #BC8716;
}
</style>
background-color css
<style>
a { background-color: #BC8716; }
a { background-color: rgb(188,135,22); }
div.DivClassName
{
background-color: #BC8716;
}
.BgClassName
{
background-color: #BC8716;
}
</style>
border-color css
<style>
span { border-color: #BC8716; }
span { border-color: rgb(188,135,22); }
td.TdClassName
{
border-color: #BC8716;
}
.TagClassName
{
border-color: #BC8716;
}
</style>