Shades of Dark Goldenrod #BE7E14
Tints of Dark Goldenrod #BE7E14
RGB
CMYK
RGB Variations
Color information
#BE7E14 (or 0xBE7E14) is known color: Dark Goldenrod. HEX triplet: BE, 7E and 14. RGB value is (190,126,20). Sum of RGB (Red+Green+Blue) = 190+126+20=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7E14 is #4181EB. Grayscale: #858585. Windows color (decimal): -4293100 or 1343166. OLE color: 1343166.
HSL color Cylindrical-coordinate representation of color #BE7E14: hue angle of 37.41º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE7E14 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 126 | 20 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.25 |
| HSL | 37.41º | 0.81% | 0.41% | - |
| HSV(B) | 37.41º | 0.89% | 0.75% | - |
| XYZ | 28.82 | 25.92 | 4.15 | - |
| YUV | 133.05 | 64.2 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 126 | 20 | 0 | 0.34 | 0.89 | 0.25 | 37.41 | 0.81 | 0.41 |
| Hex | BE | 7E | 14 | 0 | 22 | 59 | 19 | 25 | 51 | 29 |
| Octal | 276 | 176 | 24 | 0 | 42 | 131 | 31 | 45 | 121 | 51 |
| Binary | 10111110 | 1111110 | 10100 | 0 | 100010 | 1011001 | 11001 | 100101 | 1010001 | 101001 |
Color Harmonies of #BE7E14
Complementary color
Monochromatic Colors of #BE7E14
Black with #BE7E14
Text Example
Text Example
White with #BE7E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7E14; }
p { color: rgb(190,126,20); }
H1.HeaderClassName
{
color: #BE7E14;
}
.AnyTagClassName
{
color: #BE7E14;
}
</style>
background-color css
<style>
a { background-color: #BE7E14; }
a { background-color: rgb(190,126,20); }
div.DivClassName
{
background-color: #BE7E14;
}
.BgClassName
{
background-color: #BE7E14;
}
</style>
border-color css
<style>
span { border-color: #BE7E14; }
span { border-color: rgb(190,126,20); }
td.TdClassName
{
border-color: #BE7E14;
}
.TagClassName
{
border-color: #BE7E14;
}
</style>