Shades of Dark Goldenrod #BC8003
Tints of Dark Goldenrod #BC8003
RGB
CMYK
RGB Variations
Color information
#BC8003 (or 0xBC8003) is known color: Dark Goldenrod. HEX triplet: BC, 80 and 03. RGB value is (188,128,3). Sum of RGB (Red+Green+Blue) = 188+128+3=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8003 is #437FFC. Grayscale: #848484. Windows color (decimal): -4423677 or 229564. OLE color: 229564.
HSL color Cylindrical-coordinate representation of color #BC8003: hue angle of 40.54º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC8003 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 3 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.26 |
| HSL | 40.54º | 0.97% | 0.37% | - |
| HSV(B) | 40.54º | 0.98% | 0.74% | - |
| XYZ | 28.47 | 26.14 | 3.63 | - |
| YUV | 131.69 | 55.38 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 3 | 0 | 0.32 | 0.98 | 0.26 | 40.54 | 0.97 | 0.37 |
| Hex | BC | 80 | 3 | 0 | 20 | 62 | 1A | 29 | 61 | 25 |
| Octal | 274 | 200 | 3 | 0 | 40 | 142 | 32 | 51 | 141 | 45 |
| Binary | 10111100 | 10000000 | 11 | 0 | 100000 | 1100010 | 11010 | 101001 | 1100001 | 100101 |
Color Harmonies of #BC8003
Complementary color
Monochromatic Colors of #BC8003
Black with #BC8003
Text Example
Text Example
White with #BC8003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8003; }
p { color: rgb(188,128,3); }
H1.HeaderClassName
{
color: #BC8003;
}
.AnyTagClassName
{
color: #BC8003;
}
</style>
background-color css
<style>
a { background-color: #BC8003; }
a { background-color: rgb(188,128,3); }
div.DivClassName
{
background-color: #BC8003;
}
.BgClassName
{
background-color: #BC8003;
}
</style>
border-color css
<style>
span { border-color: #BC8003; }
span { border-color: rgb(188,128,3); }
td.TdClassName
{
border-color: #BC8003;
}
.TagClassName
{
border-color: #BC8003;
}
</style>