Shades of Dark Goldenrod #BC7403
Tints of Dark Goldenrod #BC7403
RGB
CMYK
RGB Variations
Color information
#BC7403 (or 0xBC7403) is known color: Dark Goldenrod. HEX triplet: BC, 74 and 03. RGB value is (188,116,3). Sum of RGB (Red+Green+Blue) = 188+116+3=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7403 is #438BFC. Grayscale: #7D7D7D. Windows color (decimal): -4426749 or 226492. OLE color: 226492.
HSL color Cylindrical-coordinate representation of color #BC7403: hue angle of 36.65º 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 #BC7403 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 3 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.26 |
| HSL | 36.65º | 0.97% | 0.37% | - |
| HSV(B) | 36.65º | 0.98% | 0.74% | - |
| XYZ | 27 | 23.19 | 3.14 | - |
| YUV | 124.65 | 59.35 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 3 | 0 | 0.38 | 0.98 | 0.26 | 36.65 | 0.97 | 0.37 |
| Hex | BC | 74 | 3 | 0 | 26 | 62 | 1A | 25 | 61 | 25 |
| Octal | 274 | 164 | 3 | 0 | 46 | 142 | 32 | 45 | 141 | 45 |
| Binary | 10111100 | 1110100 | 11 | 0 | 100110 | 1100010 | 11010 | 100101 | 1100001 | 100101 |
Color Harmonies of #BC7403
Complementary color
Monochromatic Colors of #BC7403
Black with #BC7403
Text Example
Text Example
White with #BC7403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7403; }
p { color: rgb(188,116,3); }
H1.HeaderClassName
{
color: #BC7403;
}
.AnyTagClassName
{
color: #BC7403;
}
</style>
background-color css
<style>
a { background-color: #BC7403; }
a { background-color: rgb(188,116,3); }
div.DivClassName
{
background-color: #BC7403;
}
.BgClassName
{
background-color: #BC7403;
}
</style>
border-color css
<style>
span { border-color: #BC7403; }
span { border-color: rgb(188,116,3); }
td.TdClassName
{
border-color: #BC7403;
}
.TagClassName
{
border-color: #BC7403;
}
</style>