Shades of Dark Goldenrod #BE8D10
Tints of Dark Goldenrod #BE8D10
RGB
CMYK
RGB Variations
Color information
#BE8D10 (or 0xBE8D10) is known color: Dark Goldenrod. HEX triplet: BE, 8D and 10. RGB value is (190,141,16). Sum of RGB (Red+Green+Blue) = 190+141+16=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8D10 is #4172EF. Grayscale: #8D8D8D. Windows color (decimal): -4289264 or 1084862. OLE color: 1084862.
HSL color Cylindrical-coordinate representation of color #BE8D10: hue angle of 43.1º 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 #BE8D10 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 141 | 16 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.25 |
| HSL | 43.1º | 0.84% | 0.4% | - |
| HSV(B) | 43.1º | 0.92% | 0.75% | - |
| XYZ | 30.85 | 30.03 | 4.66 | - |
| YUV | 141.4 | 57.23 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 16 | 0 | 0.26 | 0.92 | 0.25 | 43.1 | 0.84 | 0.4 |
| Hex | BE | 8D | 10 | 0 | 1A | 5C | 19 | 2B | 54 | 28 |
| Octal | 276 | 215 | 20 | 0 | 32 | 134 | 31 | 53 | 124 | 50 |
| Binary | 10111110 | 10001101 | 10000 | 0 | 11010 | 1011100 | 11001 | 101011 | 1010100 | 101000 |
Color Harmonies of #BE8D10
Complementary color
Monochromatic Colors of #BE8D10
Black with #BE8D10
Text Example
Text Example
White with #BE8D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8D10; }
p { color: rgb(190,141,16); }
H1.HeaderClassName
{
color: #BE8D10;
}
.AnyTagClassName
{
color: #BE8D10;
}
</style>
background-color css
<style>
a { background-color: #BE8D10; }
a { background-color: rgb(190,141,16); }
div.DivClassName
{
background-color: #BE8D10;
}
.BgClassName
{
background-color: #BE8D10;
}
</style>
border-color css
<style>
span { border-color: #BE8D10; }
span { border-color: rgb(190,141,16); }
td.TdClassName
{
border-color: #BE8D10;
}
.TagClassName
{
border-color: #BE8D10;
}
</style>