Shades of Dark Goldenrod #BC8911
Tints of Dark Goldenrod #BC8911
RGB
CMYK
RGB Variations
Color information
#BC8911 (or 0xBC8911) is known color: Dark Goldenrod. HEX triplet: BC, 89 and 11. RGB value is (188,137,17). Sum of RGB (Red+Green+Blue) = 188+137+17=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8911 is #4376EE. Grayscale: #8B8B8B. Windows color (decimal): -4421359 or 1149372. OLE color: 1149372.
HSL color Cylindrical-coordinate representation of color #BC8911: hue angle of 42.11º degrees, saturation: 0.83, 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 #BC8911 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 17 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.26 |
| HSL | 42.11º | 0.83% | 0.4% | - |
| HSV(B) | 42.11º | 0.91% | 0.74% | - |
| XYZ | 29.79 | 28.62 | 4.49 | - |
| YUV | 138.57 | 59.4 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 17 | 0 | 0.27 | 0.91 | 0.26 | 42.11 | 0.83 | 0.4 |
| Hex | BC | 89 | 11 | 0 | 1B | 5B | 1A | 2A | 53 | 28 |
| Octal | 274 | 211 | 21 | 0 | 33 | 133 | 32 | 52 | 123 | 50 |
| Binary | 10111100 | 10001001 | 10001 | 0 | 11011 | 1011011 | 11010 | 101010 | 1010011 | 101000 |
Color Harmonies of #BC8911
Complementary color
Monochromatic Colors of #BC8911
Black with #BC8911
Text Example
Text Example
White with #BC8911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8911; }
p { color: rgb(188,137,17); }
H1.HeaderClassName
{
color: #BC8911;
}
.AnyTagClassName
{
color: #BC8911;
}
</style>
background-color css
<style>
a { background-color: #BC8911; }
a { background-color: rgb(188,137,17); }
div.DivClassName
{
background-color: #BC8911;
}
.BgClassName
{
background-color: #BC8911;
}
</style>
border-color css
<style>
span { border-color: #BC8911; }
span { border-color: rgb(188,137,17); }
td.TdClassName
{
border-color: #BC8911;
}
.TagClassName
{
border-color: #BC8911;
}
</style>