Shades of Dark Goldenrod #BC8410
Tints of Dark Goldenrod #BC8410
RGB
CMYK
RGB Variations
Color information
#BC8410 (or 0xBC8410) is known color: Dark Goldenrod. HEX triplet: BC, 84 and 10. RGB value is (188,132,16). Sum of RGB (Red+Green+Blue) = 188+132+16=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8410 is #437BEF. Grayscale: #888888. Windows color (decimal): -4422640 or 1082556. OLE color: 1082556.
HSL color Cylindrical-coordinate representation of color #BC8410: hue angle of 40.47º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC8410 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 16 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.26 |
| HSL | 40.47º | 0.84% | 0.4% | - |
| HSV(B) | 40.47º | 0.91% | 0.74% | - |
| XYZ | 29.08 | 27.23 | 4.21 | - |
| YUV | 135.52 | 60.55 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 16 | 0 | 0.30 | 0.91 | 0.26 | 40.47 | 0.84 | 0.4 |
| Hex | BC | 84 | 10 | 0 | 1E | 5B | 1A | 28 | 54 | 28 |
| Octal | 274 | 204 | 20 | 0 | 36 | 133 | 32 | 50 | 124 | 50 |
| Binary | 10111100 | 10000100 | 10000 | 0 | 11110 | 1011011 | 11010 | 101000 | 1010100 | 101000 |
Color Harmonies of #BC8410
Complementary color
Monochromatic Colors of #BC8410
Black with #BC8410
Text Example
Text Example
White with #BC8410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8410; }
p { color: rgb(188,132,16); }
H1.HeaderClassName
{
color: #BC8410;
}
.AnyTagClassName
{
color: #BC8410;
}
</style>
background-color css
<style>
a { background-color: #BC8410; }
a { background-color: rgb(188,132,16); }
div.DivClassName
{
background-color: #BC8410;
}
.BgClassName
{
background-color: #BC8410;
}
</style>
border-color css
<style>
span { border-color: #BC8410; }
span { border-color: rgb(188,132,16); }
td.TdClassName
{
border-color: #BC8410;
}
.TagClassName
{
border-color: #BC8410;
}
</style>