Shades of Dark Goldenrod #BE8F0E
Tints of Dark Goldenrod #BE8F0E
RGB
CMYK
RGB Variations
Color information
#BE8F0E (or 0xBE8F0E) is known color: Dark Goldenrod. HEX triplet: BE, 8F and 0E. RGB value is (190,143,14). Sum of RGB (Red+Green+Blue) = 190+143+14=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8F0E is #4170F1. Grayscale: #8E8E8E. Windows color (decimal): -4288754 or 954302. OLE color: 954302.
HSL color Cylindrical-coordinate representation of color #BE8F0E: hue angle of 43.98º 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 #BE8F0E is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 14 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.25 |
| HSL | 43.98º | 0.86% | 0.4% | - |
| HSV(B) | 43.98º | 0.93% | 0.75% | - |
| XYZ | 31.14 | 30.62 | 4.69 | - |
| YUV | 142.35 | 55.57 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 14 | 0 | 0.25 | 0.93 | 0.25 | 43.98 | 0.86 | 0.4 |
| Hex | BE | 8F | E | 0 | 19 | 5D | 19 | 2C | 56 | 28 |
| Octal | 276 | 217 | 16 | 0 | 31 | 135 | 31 | 54 | 126 | 50 |
| Binary | 10111110 | 10001111 | 1110 | 0 | 11001 | 1011101 | 11001 | 101100 | 1010110 | 101000 |
Color Harmonies of #BE8F0E
Complementary color
Monochromatic Colors of #BE8F0E
Black with #BE8F0E
Text Example
Text Example
White with #BE8F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F0E; }
p { color: rgb(190,143,14); }
H1.HeaderClassName
{
color: #BE8F0E;
}
.AnyTagClassName
{
color: #BE8F0E;
}
</style>
background-color css
<style>
a { background-color: #BE8F0E; }
a { background-color: rgb(190,143,14); }
div.DivClassName
{
background-color: #BE8F0E;
}
.BgClassName
{
background-color: #BE8F0E;
}
</style>
border-color css
<style>
span { border-color: #BE8F0E; }
span { border-color: rgb(190,143,14); }
td.TdClassName
{
border-color: #BE8F0E;
}
.TagClassName
{
border-color: #BE8F0E;
}
</style>