Shades of Dark Goldenrod #BE8702
Tints of Dark Goldenrod #BE8702
RGB
CMYK
RGB Variations
Color information
#BE8702 (or 0xBE8702) is known color: Dark Goldenrod. HEX triplet: BE, 87 and 02. RGB value is (190,135,2). Sum of RGB (Red+Green+Blue) = 190+135+2=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8702 is #4178FD. Grayscale: #888888. Windows color (decimal): -4290814 or 165822. OLE color: 165822.
HSL color Cylindrical-coordinate representation of color #BE8702: hue angle of 42.45º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE8702 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 135 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.25 |
| HSL | 42.45º | 0.98% | 0.38% | - |
| HSV(B) | 42.45º | 0.99% | 0.75% | - |
| XYZ | 29.91 | 28.28 | 3.94 | - |
| YUV | 136.28 | 52.22 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 135 | 2 | 0 | 0.29 | 0.99 | 0.25 | 42.45 | 0.98 | 0.38 |
| Hex | BE | 87 | 2 | 0 | 1D | 63 | 19 | 2A | 62 | 26 |
| Octal | 276 | 207 | 2 | 0 | 35 | 143 | 31 | 52 | 142 | 46 |
| Binary | 10111110 | 10000111 | 10 | 0 | 11101 | 1100011 | 11001 | 101010 | 1100010 | 100110 |
Color Harmonies of #BE8702
Complementary color
Monochromatic Colors of #BE8702
Black with #BE8702
Text Example
Text Example
White with #BE8702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8702; }
p { color: rgb(190,135,2); }
H1.HeaderClassName
{
color: #BE8702;
}
.AnyTagClassName
{
color: #BE8702;
}
</style>
background-color css
<style>
a { background-color: #BE8702; }
a { background-color: rgb(190,135,2); }
div.DivClassName
{
background-color: #BE8702;
}
.BgClassName
{
background-color: #BE8702;
}
</style>
border-color css
<style>
span { border-color: #BE8702; }
span { border-color: rgb(190,135,2); }
td.TdClassName
{
border-color: #BE8702;
}
.TagClassName
{
border-color: #BE8702;
}
</style>