Shades of Dark Goldenrod #BE930E
Tints of Dark Goldenrod #BE930E
RGB
CMYK
RGB Variations
Color information
#BE930E (or 0xBE930E) is known color: Dark Goldenrod. HEX triplet: BE, 93 and 0E. RGB value is (190,147,14). Sum of RGB (Red+Green+Blue) = 190+147+14=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE930E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE930E is #416CF1. Grayscale: #919191. Windows color (decimal): -4287730 or 955326. OLE color: 955326.
HSL color Cylindrical-coordinate representation of color #BE930E: hue angle of 45.34º 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 #BE930E is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 147 | 14 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.25 |
| HSL | 45.34º | 0.86% | 0.4% | - |
| HSV(B) | 45.34º | 0.93% | 0.75% | - |
| XYZ | 31.75 | 31.85 | 4.89 | - |
| YUV | 144.7 | 54.25 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 14 | 0 | 0.23 | 0.93 | 0.25 | 45.34 | 0.86 | 0.4 |
| Hex | BE | 93 | E | 0 | 17 | 5D | 19 | 2D | 56 | 28 |
| Octal | 276 | 223 | 16 | 0 | 27 | 135 | 31 | 55 | 126 | 50 |
| Binary | 10111110 | 10010011 | 1110 | 0 | 10111 | 1011101 | 11001 | 101101 | 1010110 | 101000 |
Color Harmonies of #BE930E
Complementary color
Monochromatic Colors of #BE930E
Black with #BE930E
Text Example
Text Example
White with #BE930E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE930E; }
p { color: rgb(190,147,14); }
H1.HeaderClassName
{
color: #BE930E;
}
.AnyTagClassName
{
color: #BE930E;
}
</style>
background-color css
<style>
a { background-color: #BE930E; }
a { background-color: rgb(190,147,14); }
div.DivClassName
{
background-color: #BE930E;
}
.BgClassName
{
background-color: #BE930E;
}
</style>
border-color css
<style>
span { border-color: #BE930E; }
span { border-color: rgb(190,147,14); }
td.TdClassName
{
border-color: #BE930E;
}
.TagClassName
{
border-color: #BE930E;
}
</style>