Shades of Dark Goldenrod #BC8D17
Tints of Dark Goldenrod #BC8D17
RGB
CMYK
RGB Variations
Color information
#BC8D17 (or 0xBC8D17) is known color: Dark Goldenrod. HEX triplet: BC, 8D and 17. RGB value is (188,141,23). Sum of RGB (Red+Green+Blue) = 188+141+23=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8D17 is #4372E8. Grayscale: #8E8E8E. Windows color (decimal): -4420329 or 1543612. OLE color: 1543612.
HSL color Cylindrical-coordinate representation of color #BC8D17: hue angle of 42.91º 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 #BC8D17 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 23 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.26 |
| HSL | 42.91º | 0.78% | 0.41% | - |
| HSV(B) | 42.91º | 0.88% | 0.74% | - |
| XYZ | 30.42 | 29.8 | 4.96 | - |
| YUV | 141.6 | 61.07 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 23 | 0 | 0.25 | 0.88 | 0.26 | 42.91 | 0.78 | 0.41 |
| Hex | BC | 8D | 17 | 0 | 19 | 58 | 1A | 2B | 4E | 29 |
| Octal | 274 | 215 | 27 | 0 | 31 | 130 | 32 | 53 | 116 | 51 |
| Binary | 10111100 | 10001101 | 10111 | 0 | 11001 | 1011000 | 11010 | 101011 | 1001110 | 101001 |
Color Harmonies of #BC8D17
Complementary color
Monochromatic Colors of #BC8D17
Black with #BC8D17
Text Example
Text Example
White with #BC8D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8D17; }
p { color: rgb(188,141,23); }
H1.HeaderClassName
{
color: #BC8D17;
}
.AnyTagClassName
{
color: #BC8D17;
}
</style>
background-color css
<style>
a { background-color: #BC8D17; }
a { background-color: rgb(188,141,23); }
div.DivClassName
{
background-color: #BC8D17;
}
.BgClassName
{
background-color: #BC8D17;
}
</style>
border-color css
<style>
span { border-color: #BC8D17; }
span { border-color: rgb(188,141,23); }
td.TdClassName
{
border-color: #BC8D17;
}
.TagClassName
{
border-color: #BC8D17;
}
</style>