Shades of Dark Goldenrod #BE7D16
Tints of Dark Goldenrod #BE7D16
RGB
CMYK
RGB Variations
Color information
#BE7D16 (or 0xBE7D16) is known color: Dark Goldenrod. HEX triplet: BE, 7D and 16. RGB value is (190,125,22). Sum of RGB (Red+Green+Blue) = 190+125+22=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7D16 is #4182E9. Grayscale: #858585. Windows color (decimal): -4293354 or 1473982. OLE color: 1473982.
HSL color Cylindrical-coordinate representation of color #BE7D16: hue angle of 36.79º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE7D16 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 125 | 22 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.25 |
| HSL | 36.79º | 0.79% | 0.42% | - |
| HSV(B) | 36.79º | 0.88% | 0.75% | - |
| XYZ | 28.71 | 25.67 | 4.2 | - |
| YUV | 132.69 | 65.53 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 22 | 0 | 0.34 | 0.88 | 0.25 | 36.79 | 0.79 | 0.42 |
| Hex | BE | 7D | 16 | 0 | 22 | 58 | 19 | 25 | 4F | 2A |
| Octal | 276 | 175 | 26 | 0 | 42 | 130 | 31 | 45 | 117 | 52 |
| Binary | 10111110 | 1111101 | 10110 | 0 | 100010 | 1011000 | 11001 | 100101 | 1001111 | 101010 |
Color Harmonies of #BE7D16
Complementary color
Monochromatic Colors of #BE7D16
Black with #BE7D16
Text Example
Text Example
White with #BE7D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7D16; }
p { color: rgb(190,125,22); }
H1.HeaderClassName
{
color: #BE7D16;
}
.AnyTagClassName
{
color: #BE7D16;
}
</style>
background-color css
<style>
a { background-color: #BE7D16; }
a { background-color: rgb(190,125,22); }
div.DivClassName
{
background-color: #BE7D16;
}
.BgClassName
{
background-color: #BE7D16;
}
</style>
border-color css
<style>
span { border-color: #BE7D16; }
span { border-color: rgb(190,125,22); }
td.TdClassName
{
border-color: #BE7D16;
}
.TagClassName
{
border-color: #BE7D16;
}
</style>