Shades of Dark Goldenrod #BE7D14
Tints of Dark Goldenrod #BE7D14
RGB
CMYK
RGB Variations
Color information
#BE7D14 (or 0xBE7D14) is known color: Dark Goldenrod. HEX triplet: BE, 7D and 14. RGB value is (190,125,20). Sum of RGB (Red+Green+Blue) = 190+125+20=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7D14 is #4182EB. Grayscale: #848484. Windows color (decimal): -4293356 or 1342910. OLE color: 1342910.
HSL color Cylindrical-coordinate representation of color #BE7D14: hue angle of 37.06º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE7D14 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 125 | 20 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.25 |
| HSL | 37.06º | 0.81% | 0.41% | - |
| HSV(B) | 37.06º | 0.89% | 0.75% | - |
| XYZ | 28.7 | 25.66 | 4.1 | - |
| YUV | 132.47 | 64.53 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 20 | 0 | 0.34 | 0.89 | 0.25 | 37.06 | 0.81 | 0.41 |
| Hex | BE | 7D | 14 | 0 | 22 | 59 | 19 | 25 | 51 | 29 |
| Octal | 276 | 175 | 24 | 0 | 42 | 131 | 31 | 45 | 121 | 51 |
| Binary | 10111110 | 1111101 | 10100 | 0 | 100010 | 1011001 | 11001 | 100101 | 1010001 | 101001 |
Color Harmonies of #BE7D14
Complementary color
Monochromatic Colors of #BE7D14
Black with #BE7D14
Text Example
Text Example
White with #BE7D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7D14; }
p { color: rgb(190,125,20); }
H1.HeaderClassName
{
color: #BE7D14;
}
.AnyTagClassName
{
color: #BE7D14;
}
</style>
background-color css
<style>
a { background-color: #BE7D14; }
a { background-color: rgb(190,125,20); }
div.DivClassName
{
background-color: #BE7D14;
}
.BgClassName
{
background-color: #BE7D14;
}
</style>
border-color css
<style>
span { border-color: #BE7D14; }
span { border-color: rgb(190,125,20); }
td.TdClassName
{
border-color: #BE7D14;
}
.TagClassName
{
border-color: #BE7D14;
}
</style>