Shades of Dark Goldenrod #BE8002
Tints of Dark Goldenrod #BE8002
RGB
CMYK
RGB Variations
Color information
#BE8002 (or 0xBE8002) is known color: Dark Goldenrod. HEX triplet: BE, 80 and 02. RGB value is (190,128,2). Sum of RGB (Red+Green+Blue) = 190+128+2=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8002 is #417FFD. Grayscale: #848484. Windows color (decimal): -4292606 or 164030. OLE color: 164030.
HSL color Cylindrical-coordinate representation of color #BE8002: hue angle of 40.21º 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 #BE8002 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 128 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.25 |
| HSL | 40.21º | 0.98% | 0.38% | - |
| HSV(B) | 40.21º | 0.99% | 0.75% | - |
| XYZ | 28.97 | 26.39 | 3.62 | - |
| YUV | 132.17 | 54.54 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 128 | 2 | 0 | 0.33 | 0.99 | 0.25 | 40.21 | 0.98 | 0.38 |
| Hex | BE | 80 | 2 | 0 | 21 | 63 | 19 | 28 | 62 | 26 |
| Octal | 276 | 200 | 2 | 0 | 41 | 143 | 31 | 50 | 142 | 46 |
| Binary | 10111110 | 10000000 | 10 | 0 | 100001 | 1100011 | 11001 | 101000 | 1100010 | 100110 |
Color Harmonies of #BE8002
Complementary color
Monochromatic Colors of #BE8002
Black with #BE8002
Text Example
Text Example
White with #BE8002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8002; }
p { color: rgb(190,128,2); }
H1.HeaderClassName
{
color: #BE8002;
}
.AnyTagClassName
{
color: #BE8002;
}
</style>
background-color css
<style>
a { background-color: #BE8002; }
a { background-color: rgb(190,128,2); }
div.DivClassName
{
background-color: #BE8002;
}
.BgClassName
{
background-color: #BE8002;
}
</style>
border-color css
<style>
span { border-color: #BE8002; }
span { border-color: rgb(190,128,2); }
td.TdClassName
{
border-color: #BE8002;
}
.TagClassName
{
border-color: #BE8002;
}
</style>