Shades of Dark Goldenrod #BE8301
Tints of Dark Goldenrod #BE8301
RGB
CMYK
RGB Variations
Color information
#BE8301 (or 0xBE8301) is known color: Dark Goldenrod. HEX triplet: BE, 83 and 01. RGB value is (190,131,1). Sum of RGB (Red+Green+Blue) = 190+131+1=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8301 is #417CFE. Grayscale: #868686. Windows color (decimal): -4291839 or 99262. OLE color: 99262.
HSL color Cylindrical-coordinate representation of color #BE8301: hue angle of 41.27º 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 #BE8301 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 131 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.25 |
| HSL | 41.27º | 0.99% | 0.37% | - |
| HSV(B) | 41.27º | 0.99% | 0.75% | - |
| XYZ | 29.36 | 27.18 | 3.73 | - |
| YUV | 133.82 | 53.05 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 131 | 1 | 0 | 0.31 | 0.99 | 0.25 | 41.27 | 0.99 | 0.37 |
| Hex | BE | 83 | 1 | 0 | 1F | 63 | 19 | 29 | 63 | 25 |
| Octal | 276 | 203 | 1 | 0 | 37 | 143 | 31 | 51 | 143 | 45 |
| Binary | 10111110 | 10000011 | 1 | 0 | 11111 | 1100011 | 11001 | 101001 | 1100011 | 100101 |
Color Harmonies of #BE8301
Complementary color
Monochromatic Colors of #BE8301
Black with #BE8301
Text Example
Text Example
White with #BE8301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8301; }
p { color: rgb(190,131,1); }
H1.HeaderClassName
{
color: #BE8301;
}
.AnyTagClassName
{
color: #BE8301;
}
</style>
background-color css
<style>
a { background-color: #BE8301; }
a { background-color: rgb(190,131,1); }
div.DivClassName
{
background-color: #BE8301;
}
.BgClassName
{
background-color: #BE8301;
}
</style>
border-color css
<style>
span { border-color: #BE8301; }
span { border-color: rgb(190,131,1); }
td.TdClassName
{
border-color: #BE8301;
}
.TagClassName
{
border-color: #BE8301;
}
</style>