Shades of Dark Goldenrod #BE7C01
Tints of Dark Goldenrod #BE7C01
RGB
CMYK
RGB Variations
Color information
#BE7C01 (or 0xBE7C01) is known color: Dark Goldenrod. HEX triplet: BE, 7C and 01. RGB value is (190,124,1). Sum of RGB (Red+Green+Blue) = 190+124+1=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7C01 is #4183FE. Grayscale: #828282. Windows color (decimal): -4293631 or 97470. OLE color: 97470.
HSL color Cylindrical-coordinate representation of color #BE7C01: hue angle of 39.05º 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 #BE7C01 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 124 | 1 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.25 |
| HSL | 39.05º | 0.99% | 0.37% | - |
| HSV(B) | 39.05º | 0.99% | 0.75% | - |
| XYZ | 28.45 | 25.36 | 3.43 | - |
| YUV | 129.71 | 55.37 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 124 | 1 | 0 | 0.35 | 0.99 | 0.25 | 39.05 | 0.99 | 0.37 |
| Hex | BE | 7C | 1 | 0 | 23 | 63 | 19 | 27 | 63 | 25 |
| Octal | 276 | 174 | 1 | 0 | 43 | 143 | 31 | 47 | 143 | 45 |
| Binary | 10111110 | 1111100 | 1 | 0 | 100011 | 1100011 | 11001 | 100111 | 1100011 | 100101 |
Color Harmonies of #BE7C01
Complementary color
Monochromatic Colors of #BE7C01
Black with #BE7C01
Text Example
Text Example
White with #BE7C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7C01; }
p { color: rgb(190,124,1); }
H1.HeaderClassName
{
color: #BE7C01;
}
.AnyTagClassName
{
color: #BE7C01;
}
</style>
background-color css
<style>
a { background-color: #BE7C01; }
a { background-color: rgb(190,124,1); }
div.DivClassName
{
background-color: #BE7C01;
}
.BgClassName
{
background-color: #BE7C01;
}
</style>
border-color css
<style>
span { border-color: #BE7C01; }
span { border-color: rgb(190,124,1); }
td.TdClassName
{
border-color: #BE7C01;
}
.TagClassName
{
border-color: #BE7C01;
}
</style>