Shades of Dark Goldenrod #BC7C03
Tints of Dark Goldenrod #BC7C03
RGB
CMYK
RGB Variations
Color information
#BC7C03 (or 0xBC7C03) is known color: Dark Goldenrod. HEX triplet: BC, 7C and 03. RGB value is (188,124,3). Sum of RGB (Red+Green+Blue) = 188+124+3=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7C03 is #4383FC. Grayscale: #818181. Windows color (decimal): -4424701 or 228540. OLE color: 228540.
HSL color Cylindrical-coordinate representation of color #BC7C03: hue angle of 39.24º 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 #BC7C03 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 3 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.26 |
| HSL | 39.24º | 0.97% | 0.37% | - |
| HSV(B) | 39.24º | 0.98% | 0.74% | - |
| XYZ | 27.96 | 25.11 | 3.46 | - |
| YUV | 129.34 | 56.7 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 3 | 0 | 0.34 | 0.98 | 0.26 | 39.24 | 0.97 | 0.37 |
| Hex | BC | 7C | 3 | 0 | 22 | 62 | 1A | 27 | 61 | 25 |
| Octal | 274 | 174 | 3 | 0 | 42 | 142 | 32 | 47 | 141 | 45 |
| Binary | 10111100 | 1111100 | 11 | 0 | 100010 | 1100010 | 11010 | 100111 | 1100001 | 100101 |
Color Harmonies of #BC7C03
Complementary color
Monochromatic Colors of #BC7C03
Black with #BC7C03
Text Example
Text Example
White with #BC7C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C03; }
p { color: rgb(188,124,3); }
H1.HeaderClassName
{
color: #BC7C03;
}
.AnyTagClassName
{
color: #BC7C03;
}
</style>
background-color css
<style>
a { background-color: #BC7C03; }
a { background-color: rgb(188,124,3); }
div.DivClassName
{
background-color: #BC7C03;
}
.BgClassName
{
background-color: #BC7C03;
}
</style>
border-color css
<style>
span { border-color: #BC7C03; }
span { border-color: rgb(188,124,3); }
td.TdClassName
{
border-color: #BC7C03;
}
.TagClassName
{
border-color: #BC7C03;
}
</style>