Shades of Dark Goldenrod #BC7903
Tints of Dark Goldenrod #BC7903
RGB
CMYK
RGB Variations
Color information
#BC7903 (or 0xBC7903) is known color: Dark Goldenrod. HEX triplet: BC, 79 and 03. RGB value is (188,121,3). Sum of RGB (Red+Green+Blue) = 188+121+3=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7903 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7903 is #4386FC. Grayscale: #808080. Windows color (decimal): -4425469 or 227772. OLE color: 227772.
HSL color Cylindrical-coordinate representation of color #BC7903: hue angle of 38.27º 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 #BC7903 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 3 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.26 |
| HSL | 38.27º | 0.97% | 0.37% | - |
| HSV(B) | 38.27º | 0.98% | 0.74% | - |
| XYZ | 27.59 | 24.37 | 3.34 | - |
| YUV | 127.58 | 57.7 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 3 | 0 | 0.36 | 0.98 | 0.26 | 38.27 | 0.97 | 0.37 |
| Hex | BC | 79 | 3 | 0 | 24 | 62 | 1A | 26 | 61 | 25 |
| Octal | 274 | 171 | 3 | 0 | 44 | 142 | 32 | 46 | 141 | 45 |
| Binary | 10111100 | 1111001 | 11 | 0 | 100100 | 1100010 | 11010 | 100110 | 1100001 | 100101 |
Color Harmonies of #BC7903
Complementary color
Monochromatic Colors of #BC7903
Black with #BC7903
Text Example
Text Example
White with #BC7903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7903; }
p { color: rgb(188,121,3); }
H1.HeaderClassName
{
color: #BC7903;
}
.AnyTagClassName
{
color: #BC7903;
}
</style>
background-color css
<style>
a { background-color: #BC7903; }
a { background-color: rgb(188,121,3); }
div.DivClassName
{
background-color: #BC7903;
}
.BgClassName
{
background-color: #BC7903;
}
</style>
border-color css
<style>
span { border-color: #BC7903; }
span { border-color: rgb(188,121,3); }
td.TdClassName
{
border-color: #BC7903;
}
.TagClassName
{
border-color: #BC7903;
}
</style>