Shades of Dark Goldenrod #BE7A01
Tints of Dark Goldenrod #BE7A01
RGB
CMYK
RGB Variations
Color information
#BE7A01 (or 0xBE7A01) is known color: Dark Goldenrod. HEX triplet: BE, 7A and 01. RGB value is (190,122,1). Sum of RGB (Red+Green+Blue) = 190+122+1=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7A01 is #4185FE. Grayscale: #818181. Windows color (decimal): -4294143 or 96958. OLE color: 96958.
HSL color Cylindrical-coordinate representation of color #BE7A01: hue angle of 38.41º 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 #BE7A01 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 122 | 1 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.25 |
| HSL | 38.41º | 0.99% | 0.37% | - |
| HSV(B) | 38.41º | 0.99% | 0.75% | - |
| XYZ | 28.2 | 24.87 | 3.34 | - |
| YUV | 128.54 | 56.03 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 122 | 1 | 0 | 0.36 | 0.99 | 0.25 | 38.41 | 0.99 | 0.37 |
| Hex | BE | 7A | 1 | 0 | 24 | 63 | 19 | 26 | 63 | 25 |
| Octal | 276 | 172 | 1 | 0 | 44 | 143 | 31 | 46 | 143 | 45 |
| Binary | 10111110 | 1111010 | 1 | 0 | 100100 | 1100011 | 11001 | 100110 | 1100011 | 100101 |
Color Harmonies of #BE7A01
Complementary color
Monochromatic Colors of #BE7A01
Black with #BE7A01
Text Example
Text Example
White with #BE7A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7A01; }
p { color: rgb(190,122,1); }
H1.HeaderClassName
{
color: #BE7A01;
}
.AnyTagClassName
{
color: #BE7A01;
}
</style>
background-color css
<style>
a { background-color: #BE7A01; }
a { background-color: rgb(190,122,1); }
div.DivClassName
{
background-color: #BE7A01;
}
.BgClassName
{
background-color: #BE7A01;
}
</style>
border-color css
<style>
span { border-color: #BE7A01; }
span { border-color: rgb(190,122,1); }
td.TdClassName
{
border-color: #BE7A01;
}
.TagClassName
{
border-color: #BE7A01;
}
</style>