Shades of Dark Goldenrod #BE850D
Tints of Dark Goldenrod #BE850D
RGB
CMYK
RGB Variations
Color information
#BE850D (or 0xBE850D) is known color: Dark Goldenrod. HEX triplet: BE, 85 and 0D. RGB value is (190,133,13). Sum of RGB (Red+Green+Blue) = 190+133+13=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE850D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE850D is #417AF2. Grayscale: #888888. Windows color (decimal): -4291315 or 886206. OLE color: 886206.
HSL color Cylindrical-coordinate representation of color #BE850D: hue angle of 40.68º degrees, saturation: 0.87, 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 #BE850D is Cyan = 0, Magento = 0.3, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 133 | 13 | - |
| CMYK | 0 | 0.3 | 0.93 | 0.25 |
| HSL | 40.68º | 0.87% | 0.4% | - |
| HSV(B) | 40.68º | 0.93% | 0.75% | - |
| XYZ | 29.7 | 27.75 | 4.17 | - |
| YUV | 136.36 | 58.38 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 13 | 0 | 0.3 | 0.93 | 0.25 | 40.68 | 0.87 | 0.4 |
| Hex | BE | 85 | D | 0 | 1E | 5D | 19 | 29 | 57 | 28 |
| Octal | 276 | 205 | 15 | 0 | 36 | 135 | 31 | 51 | 127 | 50 |
| Binary | 10111110 | 10000101 | 1101 | 0 | 11110 | 1011101 | 11001 | 101001 | 1010111 | 101000 |
Color Harmonies of #BE850D
Complementary color
Monochromatic Colors of #BE850D
Black with #BE850D
Text Example
Text Example
White with #BE850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE850D; }
p { color: rgb(190,133,13); }
H1.HeaderClassName
{
color: #BE850D;
}
.AnyTagClassName
{
color: #BE850D;
}
</style>
background-color css
<style>
a { background-color: #BE850D; }
a { background-color: rgb(190,133,13); }
div.DivClassName
{
background-color: #BE850D;
}
.BgClassName
{
background-color: #BE850D;
}
</style>
border-color css
<style>
span { border-color: #BE850D; }
span { border-color: rgb(190,133,13); }
td.TdClassName
{
border-color: #BE850D;
}
.TagClassName
{
border-color: #BE850D;
}
</style>