Shades of Dark Goldenrod #BC8C11
Tints of Dark Goldenrod #BC8C11
RGB
CMYK
RGB Variations
Color information
#BC8C11 (or 0xBC8C11) is known color: Dark Goldenrod. HEX triplet: BC, 8C and 11. RGB value is (188,140,17). Sum of RGB (Red+Green+Blue) = 188+140+17=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8C11 is #4373EE. Grayscale: #8C8C8C. Windows color (decimal): -4420591 or 1150140. OLE color: 1150140.
HSL color Cylindrical-coordinate representation of color #BC8C11: hue angle of 43.16º 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 #BC8C11 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 17 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.26 |
| HSL | 43.16º | 0.83% | 0.4% | - |
| HSV(B) | 43.16º | 0.91% | 0.74% | - |
| XYZ | 30.22 | 29.49 | 4.63 | - |
| YUV | 140.33 | 58.4 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 17 | 0 | 0.26 | 0.91 | 0.26 | 43.16 | 0.83 | 0.4 |
| Hex | BC | 8C | 11 | 0 | 1A | 5B | 1A | 2B | 53 | 28 |
| Octal | 274 | 214 | 21 | 0 | 32 | 133 | 32 | 53 | 123 | 50 |
| Binary | 10111100 | 10001100 | 10001 | 0 | 11010 | 1011011 | 11010 | 101011 | 1010011 | 101000 |
Color Harmonies of #BC8C11
Complementary color
Monochromatic Colors of #BC8C11
Black with #BC8C11
Text Example
Text Example
White with #BC8C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C11; }
p { color: rgb(188,140,17); }
H1.HeaderClassName
{
color: #BC8C11;
}
.AnyTagClassName
{
color: #BC8C11;
}
</style>
background-color css
<style>
a { background-color: #BC8C11; }
a { background-color: rgb(188,140,17); }
div.DivClassName
{
background-color: #BC8C11;
}
.BgClassName
{
background-color: #BC8C11;
}
</style>
border-color css
<style>
span { border-color: #BC8C11; }
span { border-color: rgb(188,140,17); }
td.TdClassName
{
border-color: #BC8C11;
}
.TagClassName
{
border-color: #BC8C11;
}
</style>