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