Shades of Dark Goldenrod #BC8700
Tints of Dark Goldenrod #BC8700
RGB
CMYK
RGB Variations
Color information
#BC8700 (or 0xBC8700) is known color: Dark Goldenrod. HEX triplet: BC, 87 and 00. RGB value is (188,135,0). Sum of RGB (Red+Green+Blue) = 188+135+0=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8700 is #4378FF. Grayscale: #888888. Windows color (decimal): -4421888 or 34748. OLE color: 34748.
HSL color Cylindrical-coordinate representation of color #BC8700: hue angle of 43.09º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC8700 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.26 |
| HSL | 43.09º | 1% | 0.37% | - |
| HSV(B) | 43.09º | 1% | 0.74% | - |
| XYZ | 29.4 | 28.02 | 3.86 | - |
| YUV | 135.46 | 51.56 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 0 | 0 | 0.28 | 1 | 0.26 | 43.09 | 1 | 0.37 |
| Hex | BC | 87 | 0 | 0 | 1C | 64 | 1A | 2B | 64 | 25 |
| Octal | 274 | 207 | 0 | 0 | 34 | 144 | 32 | 53 | 144 | 45 |
| Binary | 10111100 | 10000111 | 0 | 0 | 11100 | 1100100 | 11010 | 101011 | 1100100 | 100101 |
Color Harmonies of #BC8700
Complementary color
Monochromatic Colors of #BC8700
Black with #BC8700
Text Example
Text Example
White with #BC8700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8700; }
p { color: rgb(188,135,0); }
H1.HeaderClassName
{
color: #BC8700;
}
.AnyTagClassName
{
color: #BC8700;
}
</style>
background-color css
<style>
a { background-color: #BC8700; }
a { background-color: rgb(188,135,0); }
div.DivClassName
{
background-color: #BC8700;
}
.BgClassName
{
background-color: #BC8700;
}
</style>
border-color css
<style>
span { border-color: #BC8700; }
span { border-color: rgb(188,135,0); }
td.TdClassName
{
border-color: #BC8700;
}
.TagClassName
{
border-color: #BC8700;
}
</style>