Shades of Dark Goldenrod #BE8913
Tints of Dark Goldenrod #BE8913
RGB
CMYK
RGB Variations
Color information
#BE8913 (or 0xBE8913) is known color: Dark Goldenrod. HEX triplet: BE, 89 and 13. RGB value is (190,137,19). Sum of RGB (Red+Green+Blue) = 190+137+19=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8913 is #4176EC. Grayscale: #8B8B8B. Windows color (decimal): -4290285 or 1280446. OLE color: 1280446.
HSL color Cylindrical-coordinate representation of color #BE8913: hue angle of 41.4º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE8913 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 137 | 19 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.25 |
| HSL | 41.4º | 0.82% | 0.41% | - |
| HSV(B) | 41.4º | 0.9% | 0.75% | - |
| XYZ | 30.3 | 28.89 | 4.59 | - |
| YUV | 139.4 | 60.06 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 137 | 19 | 0 | 0.28 | 0.90 | 0.25 | 41.4 | 0.82 | 0.41 |
| Hex | BE | 89 | 13 | 0 | 1C | 5A | 19 | 29 | 52 | 29 |
| Octal | 276 | 211 | 23 | 0 | 34 | 132 | 31 | 51 | 122 | 51 |
| Binary | 10111110 | 10001001 | 10011 | 0 | 11100 | 1011010 | 11001 | 101001 | 1010010 | 101001 |
Color Harmonies of #BE8913
Complementary color
Monochromatic Colors of #BE8913
Black with #BE8913
Text Example
Text Example
White with #BE8913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8913; }
p { color: rgb(190,137,19); }
H1.HeaderClassName
{
color: #BE8913;
}
.AnyTagClassName
{
color: #BE8913;
}
</style>
background-color css
<style>
a { background-color: #BE8913; }
a { background-color: rgb(190,137,19); }
div.DivClassName
{
background-color: #BE8913;
}
.BgClassName
{
background-color: #BE8913;
}
</style>
border-color css
<style>
span { border-color: #BE8913; }
span { border-color: rgb(190,137,19); }
td.TdClassName
{
border-color: #BE8913;
}
.TagClassName
{
border-color: #BE8913;
}
</style>