Shades of Dark Goldenrod #BE7D04
Tints of Dark Goldenrod #BE7D04
RGB
CMYK
RGB Variations
Color information
#BE7D04 (or 0xBE7D04) is known color: Dark Goldenrod. HEX triplet: BE, 7D and 04. RGB value is (190,125,4). Sum of RGB (Red+Green+Blue) = 190+125+4=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7D04 is #4182FB. Grayscale: #838383. Windows color (decimal): -4293372 or 294334. OLE color: 294334.
HSL color Cylindrical-coordinate representation of color #BE7D04: hue angle of 39.03º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE7D04 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 125 | 4 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.25 |
| HSL | 39.03º | 0.96% | 0.38% | - |
| HSV(B) | 39.03º | 0.98% | 0.75% | - |
| XYZ | 28.59 | 25.62 | 3.55 | - |
| YUV | 130.64 | 56.53 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 4 | 0 | 0.34 | 0.98 | 0.25 | 39.03 | 0.96 | 0.38 |
| Hex | BE | 7D | 4 | 0 | 22 | 62 | 19 | 27 | 60 | 26 |
| Octal | 276 | 175 | 4 | 0 | 42 | 142 | 31 | 47 | 140 | 46 |
| Binary | 10111110 | 1111101 | 100 | 0 | 100010 | 1100010 | 11001 | 100111 | 1100000 | 100110 |
Color Harmonies of #BE7D04
Complementary color
Monochromatic Colors of #BE7D04
Black with #BE7D04
Text Example
Text Example
White with #BE7D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7D04; }
p { color: rgb(190,125,4); }
H1.HeaderClassName
{
color: #BE7D04;
}
.AnyTagClassName
{
color: #BE7D04;
}
</style>
background-color css
<style>
a { background-color: #BE7D04; }
a { background-color: rgb(190,125,4); }
div.DivClassName
{
background-color: #BE7D04;
}
.BgClassName
{
background-color: #BE7D04;
}
</style>
border-color css
<style>
span { border-color: #BE7D04; }
span { border-color: rgb(190,125,4); }
td.TdClassName
{
border-color: #BE7D04;
}
.TagClassName
{
border-color: #BE7D04;
}
</style>