Shades of Dark Goldenrod #BE8510
Tints of Dark Goldenrod #BE8510
RGB
CMYK
RGB Variations
Color information
#BE8510 (or 0xBE8510) is known color: Dark Goldenrod. HEX triplet: BE, 85 and 10. RGB value is (190,133,16). Sum of RGB (Red+Green+Blue) = 190+133+16=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8510 is #417AEF. Grayscale: #898989. Windows color (decimal): -4291312 or 1082814. OLE color: 1082814.
HSL color Cylindrical-coordinate representation of color #BE8510: hue angle of 40.34º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE8510 is Cyan = 0, Magento = 0.3, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 133 | 16 | - |
| CMYK | 0 | 0.3 | 0.92 | 0.25 |
| HSL | 40.34º | 0.84% | 0.4% | - |
| HSV(B) | 40.34º | 0.92% | 0.75% | - |
| XYZ | 29.72 | 27.76 | 4.28 | - |
| YUV | 136.71 | 59.88 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 16 | 0 | 0.3 | 0.92 | 0.25 | 40.34 | 0.84 | 0.4 |
| Hex | BE | 85 | 10 | 0 | 1E | 5C | 19 | 28 | 54 | 28 |
| Octal | 276 | 205 | 20 | 0 | 36 | 134 | 31 | 50 | 124 | 50 |
| Binary | 10111110 | 10000101 | 10000 | 0 | 11110 | 1011100 | 11001 | 101000 | 1010100 | 101000 |
Color Harmonies of #BE8510
Complementary color
Monochromatic Colors of #BE8510
Black with #BE8510
Text Example
Text Example
White with #BE8510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8510; }
p { color: rgb(190,133,16); }
H1.HeaderClassName
{
color: #BE8510;
}
.AnyTagClassName
{
color: #BE8510;
}
</style>
background-color css
<style>
a { background-color: #BE8510; }
a { background-color: rgb(190,133,16); }
div.DivClassName
{
background-color: #BE8510;
}
.BgClassName
{
background-color: #BE8510;
}
</style>
border-color css
<style>
span { border-color: #BE8510; }
span { border-color: rgb(190,133,16); }
td.TdClassName
{
border-color: #BE8510;
}
.TagClassName
{
border-color: #BE8510;
}
</style>