Shades of Dark Goldenrod #BC8517
Tints of Dark Goldenrod #BC8517
RGB
CMYK
RGB Variations
Color information
#BC8517 (or 0xBC8517) is known color: Dark Goldenrod. HEX triplet: BC, 85 and 17. RGB value is (188,133,23). Sum of RGB (Red+Green+Blue) = 188+133+23=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8517 is #437AE8. Grayscale: #898989. Windows color (decimal): -4422377 or 1541564. OLE color: 1541564.
HSL color Cylindrical-coordinate representation of color #BC8517: hue angle of 40º degrees, saturation: 0.78, 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 #BC8517 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 23 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.26 |
| HSL | 40º | 0.78% | 0.41% | - |
| HSV(B) | 40º | 0.88% | 0.74% | - |
| XYZ | 29.28 | 27.53 | 4.58 | - |
| YUV | 136.91 | 63.72 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 23 | 0 | 0.29 | 0.88 | 0.26 | 40 | 0.78 | 0.41 |
| Hex | BC | 85 | 17 | 0 | 1D | 58 | 1A | 28 | 4E | 29 |
| Octal | 274 | 205 | 27 | 0 | 35 | 130 | 32 | 50 | 116 | 51 |
| Binary | 10111100 | 10000101 | 10111 | 0 | 11101 | 1011000 | 11010 | 101000 | 1001110 | 101001 |
Color Harmonies of #BC8517
Complementary color
Monochromatic Colors of #BC8517
Black with #BC8517
Text Example
Text Example
White with #BC8517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8517; }
p { color: rgb(188,133,23); }
H1.HeaderClassName
{
color: #BC8517;
}
.AnyTagClassName
{
color: #BC8517;
}
</style>
background-color css
<style>
a { background-color: #BC8517; }
a { background-color: rgb(188,133,23); }
div.DivClassName
{
background-color: #BC8517;
}
.BgClassName
{
background-color: #BC8517;
}
</style>
border-color css
<style>
span { border-color: #BC8517; }
span { border-color: rgb(188,133,23); }
td.TdClassName
{
border-color: #BC8517;
}
.TagClassName
{
border-color: #BC8517;
}
</style>