Shades of Dark Goldenrod #BE7A16
Tints of Dark Goldenrod #BE7A16
RGB
CMYK
RGB Variations
Color information
#BE7A16 (or 0xBE7A16) is known color: Dark Goldenrod. HEX triplet: BE, 7A and 16. RGB value is (190,122,22). Sum of RGB (Red+Green+Blue) = 190+122+22=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7A16 is #4185E9. Grayscale: #838383. Windows color (decimal): -4294122 or 1473214. OLE color: 1473214.
HSL color Cylindrical-coordinate representation of color #BE7A16: hue angle of 35.71º 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 #BE7A16 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 122 | 22 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.25 |
| HSL | 35.71º | 0.79% | 0.42% | - |
| HSV(B) | 35.71º | 0.88% | 0.75% | - |
| XYZ | 28.34 | 24.92 | 4.08 | - |
| YUV | 130.93 | 66.53 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 122 | 22 | 0 | 0.36 | 0.88 | 0.25 | 35.71 | 0.79 | 0.42 |
| Hex | BE | 7A | 16 | 0 | 24 | 58 | 19 | 24 | 4F | 2A |
| Octal | 276 | 172 | 26 | 0 | 44 | 130 | 31 | 44 | 117 | 52 |
| Binary | 10111110 | 1111010 | 10110 | 0 | 100100 | 1011000 | 11001 | 100100 | 1001111 | 101010 |
Color Harmonies of #BE7A16
Complementary color
Monochromatic Colors of #BE7A16
Black with #BE7A16
Text Example
Text Example
White with #BE7A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7A16; }
p { color: rgb(190,122,22); }
H1.HeaderClassName
{
color: #BE7A16;
}
.AnyTagClassName
{
color: #BE7A16;
}
</style>
background-color css
<style>
a { background-color: #BE7A16; }
a { background-color: rgb(190,122,22); }
div.DivClassName
{
background-color: #BE7A16;
}
.BgClassName
{
background-color: #BE7A16;
}
</style>
border-color css
<style>
span { border-color: #BE7A16; }
span { border-color: rgb(190,122,22); }
td.TdClassName
{
border-color: #BE7A16;
}
.TagClassName
{
border-color: #BE7A16;
}
</style>