Shades of Dark Goldenrod #BC8503
Tints of Dark Goldenrod #BC8503
RGB
CMYK
RGB Variations
Color information
#BC8503 (or 0xBC8503) is known color: Dark Goldenrod. HEX triplet: BC, 85 and 03. RGB value is (188,133,3). Sum of RGB (Red+Green+Blue) = 188+133+3=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 3 (1.56% from 255 or 0.93% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8503 is #437AFC. Grayscale: #878787. Windows color (decimal): -4422397 or 230844. OLE color: 230844.
HSL color Cylindrical-coordinate representation of color #BC8503: hue angle of 42.16º 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 #BC8503 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 3 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.26 |
| HSL | 42.16º | 0.97% | 0.37% | - |
| HSV(B) | 42.16º | 0.98% | 0.74% | - |
| XYZ | 29.14 | 27.47 | 3.85 | - |
| YUV | 134.63 | 53.72 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 3 | 0 | 0.29 | 0.98 | 0.26 | 42.16 | 0.97 | 0.37 |
| Hex | BC | 85 | 3 | 0 | 1D | 62 | 1A | 2A | 61 | 25 |
| Octal | 274 | 205 | 3 | 0 | 35 | 142 | 32 | 52 | 141 | 45 |
| Binary | 10111100 | 10000101 | 11 | 0 | 11101 | 1100010 | 11010 | 101010 | 1100001 | 100101 |
Color Harmonies of #BC8503
Complementary color
Monochromatic Colors of #BC8503
Black with #BC8503
Text Example
Text Example
White with #BC8503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8503; }
p { color: rgb(188,133,3); }
H1.HeaderClassName
{
color: #BC8503;
}
.AnyTagClassName
{
color: #BC8503;
}
</style>
background-color css
<style>
a { background-color: #BC8503; }
a { background-color: rgb(188,133,3); }
div.DivClassName
{
background-color: #BC8503;
}
.BgClassName
{
background-color: #BC8503;
}
</style>
border-color css
<style>
span { border-color: #BC8503; }
span { border-color: rgb(188,133,3); }
td.TdClassName
{
border-color: #BC8503;
}
.TagClassName
{
border-color: #BC8503;
}
</style>