Shades of Dark Goldenrod #BC7A04
Tints of Dark Goldenrod #BC7A04
RGB
CMYK
RGB Variations
Color information
#BC7A04 (or 0xBC7A04) is known color: Dark Goldenrod. HEX triplet: BC, 7A and 04. RGB value is (188,122,4). Sum of RGB (Red+Green+Blue) = 188+122+4=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7A04 is #4385FB. Grayscale: #808080. Windows color (decimal): -4425212 or 293564. OLE color: 293564.
HSL color Cylindrical-coordinate representation of color #BC7A04: hue angle of 38.48º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC7A04 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 122 | 4 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.26 |
| HSL | 38.48º | 0.96% | 0.38% | - |
| HSV(B) | 38.48º | 0.98% | 0.74% | - |
| XYZ | 27.72 | 24.62 | 3.41 | - |
| YUV | 128.28 | 57.87 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 4 | 0 | 0.35 | 0.98 | 0.26 | 38.48 | 0.96 | 0.38 |
| Hex | BC | 7A | 4 | 0 | 23 | 62 | 1A | 26 | 60 | 26 |
| Octal | 274 | 172 | 4 | 0 | 43 | 142 | 32 | 46 | 140 | 46 |
| Binary | 10111100 | 1111010 | 100 | 0 | 100011 | 1100010 | 11010 | 100110 | 1100000 | 100110 |
Color Harmonies of #BC7A04
Complementary color
Monochromatic Colors of #BC7A04
Black with #BC7A04
Text Example
Text Example
White with #BC7A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7A04; }
p { color: rgb(188,122,4); }
H1.HeaderClassName
{
color: #BC7A04;
}
.AnyTagClassName
{
color: #BC7A04;
}
</style>
background-color css
<style>
a { background-color: #BC7A04; }
a { background-color: rgb(188,122,4); }
div.DivClassName
{
background-color: #BC7A04;
}
.BgClassName
{
background-color: #BC7A04;
}
</style>
border-color css
<style>
span { border-color: #BC7A04; }
span { border-color: rgb(188,122,4); }
td.TdClassName
{
border-color: #BC7A04;
}
.TagClassName
{
border-color: #BC7A04;
}
</style>