Shades of Dark Goldenrod #BE7304
Tints of Dark Goldenrod #BE7304
RGB
CMYK
RGB Variations
Color information
#BE7304 (or 0xBE7304) is known color: Dark Goldenrod. HEX triplet: BE, 73 and 04. RGB value is (190,115,4). Sum of RGB (Red+Green+Blue) = 190+115+4=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7304 is #418CFB. Grayscale: #7D7D7D. Windows color (decimal): -4295932 or 291774. OLE color: 291774.
HSL color Cylindrical-coordinate representation of color #BE7304: hue angle of 35.81º 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 #BE7304 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 115 | 4 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.25 |
| HSL | 35.81º | 0.96% | 0.38% | - |
| HSV(B) | 35.81º | 0.98% | 0.75% | - |
| XYZ | 27.39 | 23.22 | 3.15 | - |
| YUV | 124.77 | 59.85 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 4 | 0 | 0.39 | 0.98 | 0.25 | 35.81 | 0.96 | 0.38 |
| Hex | BE | 73 | 4 | 0 | 27 | 62 | 19 | 24 | 60 | 26 |
| Octal | 276 | 163 | 4 | 0 | 47 | 142 | 31 | 44 | 140 | 46 |
| Binary | 10111110 | 1110011 | 100 | 0 | 100111 | 1100010 | 11001 | 100100 | 1100000 | 100110 |
Color Harmonies of #BE7304
Complementary color
Monochromatic Colors of #BE7304
Black with #BE7304
Text Example
Text Example
White with #BE7304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7304; }
p { color: rgb(190,115,4); }
H1.HeaderClassName
{
color: #BE7304;
}
.AnyTagClassName
{
color: #BE7304;
}
</style>
background-color css
<style>
a { background-color: #BE7304; }
a { background-color: rgb(190,115,4); }
div.DivClassName
{
background-color: #BE7304;
}
.BgClassName
{
background-color: #BE7304;
}
</style>
border-color css
<style>
span { border-color: #BE7304; }
span { border-color: rgb(190,115,4); }
td.TdClassName
{
border-color: #BE7304;
}
.TagClassName
{
border-color: #BE7304;
}
</style>