Shades of Dark Goldenrod #BE720E
Tints of Dark Goldenrod #BE720E
RGB
CMYK
RGB Variations
Color information
#BE720E (or 0xBE720E) is known color: Dark Goldenrod. HEX triplet: BE, 72 and 0E. RGB value is (190,114,14). Sum of RGB (Red+Green+Blue) = 190+114+14=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE720E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE720E is #418DF1. Grayscale: #7D7D7D. Windows color (decimal): -4296178 or 946878. OLE color: 946878.
HSL color Cylindrical-coordinate representation of color #BE720E: hue angle of 34.09º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE720E is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 114 | 14 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.25 |
| HSL | 34.09º | 0.86% | 0.4% | - |
| HSV(B) | 34.09º | 0.93% | 0.75% | - |
| XYZ | 27.33 | 23.01 | 3.42 | - |
| YUV | 125.32 | 65.18 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 114 | 14 | 0 | 0.40 | 0.93 | 0.25 | 34.09 | 0.86 | 0.4 |
| Hex | BE | 72 | E | 0 | 28 | 5D | 19 | 22 | 56 | 28 |
| Octal | 276 | 162 | 16 | 0 | 50 | 135 | 31 | 42 | 126 | 50 |
| Binary | 10111110 | 1110010 | 1110 | 0 | 101000 | 1011101 | 11001 | 100010 | 1010110 | 101000 |
Color Harmonies of #BE720E
Complementary color
Monochromatic Colors of #BE720E
Black with #BE720E
Text Example
Text Example
White with #BE720E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE720E; }
p { color: rgb(190,114,14); }
H1.HeaderClassName
{
color: #BE720E;
}
.AnyTagClassName
{
color: #BE720E;
}
</style>
background-color css
<style>
a { background-color: #BE720E; }
a { background-color: rgb(190,114,14); }
div.DivClassName
{
background-color: #BE720E;
}
.BgClassName
{
background-color: #BE720E;
}
</style>
border-color css
<style>
span { border-color: #BE720E; }
span { border-color: rgb(190,114,14); }
td.TdClassName
{
border-color: #BE720E;
}
.TagClassName
{
border-color: #BE720E;
}
</style>