Shades of Dark Goldenrod #BC8918
Tints of Dark Goldenrod #BC8918
RGB
CMYK
RGB Variations
Color information
#BC8918 (or 0xBC8918) is known color: Dark Goldenrod. HEX triplet: BC, 89 and 18. RGB value is (188,137,24). Sum of RGB (Red+Green+Blue) = 188+137+24=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8918 is #4376E7. Grayscale: #8B8B8B. Windows color (decimal): -4421352 or 1608124. OLE color: 1608124.
HSL color Cylindrical-coordinate representation of color #BC8918: hue angle of 41.34º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC8918 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 24 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.26 |
| HSL | 41.34º | 0.77% | 0.42% | - |
| HSV(B) | 41.34º | 0.87% | 0.74% | - |
| XYZ | 29.85 | 28.65 | 4.82 | - |
| YUV | 139.37 | 62.9 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 24 | 0 | 0.27 | 0.87 | 0.26 | 41.34 | 0.77 | 0.42 |
| Hex | BC | 89 | 18 | 0 | 1B | 57 | 1A | 29 | 4D | 2A |
| Octal | 274 | 211 | 30 | 0 | 33 | 127 | 32 | 51 | 115 | 52 |
| Binary | 10111100 | 10001001 | 11000 | 0 | 11011 | 1010111 | 11010 | 101001 | 1001101 | 101010 |
Color Harmonies of #BC8918
Complementary color
Monochromatic Colors of #BC8918
Black with #BC8918
Text Example
Text Example
White with #BC8918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8918; }
p { color: rgb(188,137,24); }
H1.HeaderClassName
{
color: #BC8918;
}
.AnyTagClassName
{
color: #BC8918;
}
</style>
background-color css
<style>
a { background-color: #BC8918; }
a { background-color: rgb(188,137,24); }
div.DivClassName
{
background-color: #BC8918;
}
.BgClassName
{
background-color: #BC8918;
}
</style>
border-color css
<style>
span { border-color: #BC8918; }
span { border-color: rgb(188,137,24); }
td.TdClassName
{
border-color: #BC8918;
}
.TagClassName
{
border-color: #BC8918;
}
</style>