Shades of Dark Goldenrod #BE7802
Tints of Dark Goldenrod #BE7802
RGB
CMYK
RGB Variations
Color information
#BE7802 (or 0xBE7802) is known color: Dark Goldenrod. HEX triplet: BE, 78 and 02. RGB value is (190,120,2). Sum of RGB (Red+Green+Blue) = 190+120+2=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7802 is #4187FD. Grayscale: #808080. Windows color (decimal): -4294654 or 161982. OLE color: 161982.
HSL color Cylindrical-coordinate representation of color #BE7802: hue angle of 37.66º 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 #BE7802 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 120 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.25 |
| HSL | 37.66º | 0.98% | 0.38% | - |
| HSV(B) | 37.66º | 0.99% | 0.75% | - |
| XYZ | 27.96 | 24.38 | 3.29 | - |
| YUV | 127.48 | 57.19 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 2 | 0 | 0.37 | 0.99 | 0.25 | 37.66 | 0.98 | 0.38 |
| Hex | BE | 78 | 2 | 0 | 25 | 63 | 19 | 26 | 62 | 26 |
| Octal | 276 | 170 | 2 | 0 | 45 | 143 | 31 | 46 | 142 | 46 |
| Binary | 10111110 | 1111000 | 10 | 0 | 100101 | 1100011 | 11001 | 100110 | 1100010 | 100110 |
Color Harmonies of #BE7802
Complementary color
Monochromatic Colors of #BE7802
Black with #BE7802
Text Example
Text Example
White with #BE7802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7802; }
p { color: rgb(190,120,2); }
H1.HeaderClassName
{
color: #BE7802;
}
.AnyTagClassName
{
color: #BE7802;
}
</style>
background-color css
<style>
a { background-color: #BE7802; }
a { background-color: rgb(190,120,2); }
div.DivClassName
{
background-color: #BE7802;
}
.BgClassName
{
background-color: #BE7802;
}
</style>
border-color css
<style>
span { border-color: #BE7802; }
span { border-color: rgb(190,120,2); }
td.TdClassName
{
border-color: #BE7802;
}
.TagClassName
{
border-color: #BE7802;
}
</style>