Shades of Dark Goldenrod #BE8511
Tints of Dark Goldenrod #BE8511
RGB
CMYK
RGB Variations
Color information
#BE8511 (or 0xBE8511) is known color: Dark Goldenrod. HEX triplet: BE, 85 and 11. RGB value is (190,133,17). Sum of RGB (Red+Green+Blue) = 190+133+17=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8511 is #417AEE. Grayscale: #898989. Windows color (decimal): -4291311 or 1148350. OLE color: 1148350.
HSL color Cylindrical-coordinate representation of color #BE8511: hue angle of 40.23º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE8511 is Cyan = 0, Magento = 0.3, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 133 | 17 | - |
| CMYK | 0 | 0.3 | 0.91 | 0.25 |
| HSL | 40.23º | 0.84% | 0.41% | - |
| HSV(B) | 40.23º | 0.91% | 0.75% | - |
| XYZ | 29.72 | 27.76 | 4.32 | - |
| YUV | 136.82 | 60.38 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 17 | 0 | 0.3 | 0.91 | 0.25 | 40.23 | 0.84 | 0.41 |
| Hex | BE | 85 | 11 | 0 | 1E | 5B | 19 | 28 | 54 | 29 |
| Octal | 276 | 205 | 21 | 0 | 36 | 133 | 31 | 50 | 124 | 51 |
| Binary | 10111110 | 10000101 | 10001 | 0 | 11110 | 1011011 | 11001 | 101000 | 1010100 | 101001 |
Color Harmonies of #BE8511
Complementary color
Monochromatic Colors of #BE8511
Black with #BE8511
Text Example
Text Example
White with #BE8511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8511; }
p { color: rgb(190,133,17); }
H1.HeaderClassName
{
color: #BE8511;
}
.AnyTagClassName
{
color: #BE8511;
}
</style>
background-color css
<style>
a { background-color: #BE8511; }
a { background-color: rgb(190,133,17); }
div.DivClassName
{
background-color: #BE8511;
}
.BgClassName
{
background-color: #BE8511;
}
</style>
border-color css
<style>
span { border-color: #BE8511; }
span { border-color: rgb(190,133,17); }
td.TdClassName
{
border-color: #BE8511;
}
.TagClassName
{
border-color: #BE8511;
}
</style>