Shades of Dark Goldenrod #BE7301
Tints of Dark Goldenrod #BE7301
RGB
CMYK
RGB Variations
Color information
#BE7301 (or 0xBE7301) is known color: Dark Goldenrod. HEX triplet: BE, 73 and 01. RGB value is (190,115,1). Sum of RGB (Red+Green+Blue) = 190+115+1=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7301 is #418CFE. Grayscale: #7C7C7C. Windows color (decimal): -4295935 or 95166. OLE color: 95166.
HSL color Cylindrical-coordinate representation of color #BE7301: hue angle of 36.19º 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 #BE7301 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 115 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.25 |
| HSL | 36.19º | 0.99% | 0.37% | - |
| HSV(B) | 36.19º | 0.99% | 0.75% | - |
| XYZ | 27.37 | 23.21 | 3.07 | - |
| YUV | 124.43 | 58.35 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 1 | 0 | 0.39 | 0.99 | 0.25 | 36.19 | 0.99 | 0.37 |
| Hex | BE | 73 | 1 | 0 | 27 | 63 | 19 | 24 | 63 | 25 |
| Octal | 276 | 163 | 1 | 0 | 47 | 143 | 31 | 44 | 143 | 45 |
| Binary | 10111110 | 1110011 | 1 | 0 | 100111 | 1100011 | 11001 | 100100 | 1100011 | 100101 |
Color Harmonies of #BE7301
Complementary color
Monochromatic Colors of #BE7301
Black with #BE7301
Text Example
Text Example
White with #BE7301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7301; }
p { color: rgb(190,115,1); }
H1.HeaderClassName
{
color: #BE7301;
}
.AnyTagClassName
{
color: #BE7301;
}
</style>
background-color css
<style>
a { background-color: #BE7301; }
a { background-color: rgb(190,115,1); }
div.DivClassName
{
background-color: #BE7301;
}
.BgClassName
{
background-color: #BE7301;
}
</style>
border-color css
<style>
span { border-color: #BE7301; }
span { border-color: rgb(190,115,1); }
td.TdClassName
{
border-color: #BE7301;
}
.TagClassName
{
border-color: #BE7301;
}
</style>