Shades of Dark Goldenrod #BE7B14
Tints of Dark Goldenrod #BE7B14
RGB
CMYK
RGB Variations
Color information
#BE7B14 (or 0xBE7B14) is known color: Dark Goldenrod. HEX triplet: BE, 7B and 14. RGB value is (190,123,20). Sum of RGB (Red+Green+Blue) = 190+123+20=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7B14 is #4184EB. Grayscale: #838383. Windows color (decimal): -4293868 or 1342398. OLE color: 1342398.
HSL color Cylindrical-coordinate representation of color #BE7B14: hue angle of 36.35º 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 #BE7B14 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 20 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.25 |
| HSL | 36.35º | 0.81% | 0.41% | - |
| HSV(B) | 36.35º | 0.89% | 0.75% | - |
| XYZ | 28.44 | 25.16 | 4.02 | - |
| YUV | 131.29 | 65.2 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 20 | 0 | 0.35 | 0.89 | 0.25 | 36.35 | 0.81 | 0.41 |
| Hex | BE | 7B | 14 | 0 | 23 | 59 | 19 | 24 | 51 | 29 |
| Octal | 276 | 173 | 24 | 0 | 43 | 131 | 31 | 44 | 121 | 51 |
| Binary | 10111110 | 1111011 | 10100 | 0 | 100011 | 1011001 | 11001 | 100100 | 1010001 | 101001 |
Color Harmonies of #BE7B14
Complementary color
Monochromatic Colors of #BE7B14
Black with #BE7B14
Text Example
Text Example
White with #BE7B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B14; }
p { color: rgb(190,123,20); }
H1.HeaderClassName
{
color: #BE7B14;
}
.AnyTagClassName
{
color: #BE7B14;
}
</style>
background-color css
<style>
a { background-color: #BE7B14; }
a { background-color: rgb(190,123,20); }
div.DivClassName
{
background-color: #BE7B14;
}
.BgClassName
{
background-color: #BE7B14;
}
</style>
border-color css
<style>
span { border-color: #BE7B14; }
span { border-color: rgb(190,123,20); }
td.TdClassName
{
border-color: #BE7B14;
}
.TagClassName
{
border-color: #BE7B14;
}
</style>