Shades of Dark Goldenrod #BE8001
Tints of Dark Goldenrod #BE8001
RGB
CMYK
RGB Variations
Color information
#BE8001 (or 0xBE8001) is known color: Dark Goldenrod. HEX triplet: BE, 80 and 01. RGB value is (190,128,1). Sum of RGB (Red+Green+Blue) = 190+128+1=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8001 is #417FFE. Grayscale: #848484. Windows color (decimal): -4292607 or 98494. OLE color: 98494.
HSL color Cylindrical-coordinate representation of color #BE8001: hue angle of 40.32º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE8001 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 128 | 1 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.25 |
| HSL | 40.32º | 0.99% | 0.37% | - |
| HSV(B) | 40.32º | 0.99% | 0.75% | - |
| XYZ | 28.96 | 26.39 | 3.6 | - |
| YUV | 132.06 | 54.04 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 128 | 1 | 0 | 0.33 | 0.99 | 0.25 | 40.32 | 0.99 | 0.37 |
| Hex | BE | 80 | 1 | 0 | 21 | 63 | 19 | 28 | 63 | 25 |
| Octal | 276 | 200 | 1 | 0 | 41 | 143 | 31 | 50 | 143 | 45 |
| Binary | 10111110 | 10000000 | 1 | 0 | 100001 | 1100011 | 11001 | 101000 | 1100011 | 100101 |
Color Harmonies of #BE8001
Complementary color
Monochromatic Colors of #BE8001
Black with #BE8001
Text Example
Text Example
White with #BE8001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8001; }
p { color: rgb(190,128,1); }
H1.HeaderClassName
{
color: #BE8001;
}
.AnyTagClassName
{
color: #BE8001;
}
</style>
background-color css
<style>
a { background-color: #BE8001; }
a { background-color: rgb(190,128,1); }
div.DivClassName
{
background-color: #BE8001;
}
.BgClassName
{
background-color: #BE8001;
}
</style>
border-color css
<style>
span { border-color: #BE8001; }
span { border-color: rgb(190,128,1); }
td.TdClassName
{
border-color: #BE8001;
}
.TagClassName
{
border-color: #BE8001;
}
</style>