Shades of Dark Goldenrod #BC8200
Tints of Dark Goldenrod #BC8200
RGB
CMYK
RGB Variations
Color information
#BC8200 (or 0xBC8200) is known color: Dark Goldenrod. HEX triplet: BC, 82 and 00. RGB value is (188,130,0). Sum of RGB (Red+Green+Blue) = 188+130+0=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8200 is #437DFF. Grayscale: #858585. Windows color (decimal): -4423168 or 33468. OLE color: 33468.
HSL color Cylindrical-coordinate representation of color #BC8200: hue angle of 41.49º 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 #BC8200 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.26 |
| HSL | 41.49º | 1% | 0.37% | - |
| HSV(B) | 41.49º | 1% | 0.74% | - |
| XYZ | 28.72 | 26.66 | 3.63 | - |
| YUV | 132.52 | 53.22 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 0 | 0 | 0.31 | 1 | 0.26 | 41.49 | 1 | 0.37 |
| Hex | BC | 82 | 0 | 0 | 1F | 64 | 1A | 29 | 64 | 25 |
| Octal | 274 | 202 | 0 | 0 | 37 | 144 | 32 | 51 | 144 | 45 |
| Binary | 10111100 | 10000010 | 0 | 0 | 11111 | 1100100 | 11010 | 101001 | 1100100 | 100101 |
Color Harmonies of #BC8200
Complementary color
Monochromatic Colors of #BC8200
Black with #BC8200
Text Example
Text Example
White with #BC8200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8200; }
p { color: rgb(188,130,0); }
H1.HeaderClassName
{
color: #BC8200;
}
.AnyTagClassName
{
color: #BC8200;
}
</style>
background-color css
<style>
a { background-color: #BC8200; }
a { background-color: rgb(188,130,0); }
div.DivClassName
{
background-color: #BC8200;
}
.BgClassName
{
background-color: #BC8200;
}
</style>
border-color css
<style>
span { border-color: #BC8200; }
span { border-color: rgb(188,130,0); }
td.TdClassName
{
border-color: #BC8200;
}
.TagClassName
{
border-color: #BC8200;
}
</style>