Shades of Dark Goldenrod #BE8013
Tints of Dark Goldenrod #BE8013
RGB
CMYK
RGB Variations
Color information
#BE8013 (or 0xBE8013) is known color: Dark Goldenrod. HEX triplet: BE, 80 and 13. RGB value is (190,128,19). Sum of RGB (Red+Green+Blue) = 190+128+19=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8013 is #417FEC. Grayscale: #868686. Windows color (decimal): -4292589 or 1278142. OLE color: 1278142.
HSL color Cylindrical-coordinate representation of color #BE8013: hue angle of 38.25º 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 #BE8013 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 128 | 19 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.25 |
| HSL | 38.25º | 0.82% | 0.41% | - |
| HSV(B) | 38.25º | 0.9% | 0.75% | - |
| XYZ | 29.07 | 26.43 | 4.19 | - |
| YUV | 134.11 | 63.04 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 128 | 19 | 0 | 0.33 | 0.90 | 0.25 | 38.25 | 0.82 | 0.41 |
| Hex | BE | 80 | 13 | 0 | 21 | 5A | 19 | 26 | 52 | 29 |
| Octal | 276 | 200 | 23 | 0 | 41 | 132 | 31 | 46 | 122 | 51 |
| Binary | 10111110 | 10000000 | 10011 | 0 | 100001 | 1011010 | 11001 | 100110 | 1010010 | 101001 |
Color Harmonies of #BE8013
Complementary color
Monochromatic Colors of #BE8013
Black with #BE8013
Text Example
Text Example
White with #BE8013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8013; }
p { color: rgb(190,128,19); }
H1.HeaderClassName
{
color: #BE8013;
}
.AnyTagClassName
{
color: #BE8013;
}
</style>
background-color css
<style>
a { background-color: #BE8013; }
a { background-color: rgb(190,128,19); }
div.DivClassName
{
background-color: #BE8013;
}
.BgClassName
{
background-color: #BE8013;
}
</style>
border-color css
<style>
span { border-color: #BE8013; }
span { border-color: rgb(190,128,19); }
td.TdClassName
{
border-color: #BE8013;
}
.TagClassName
{
border-color: #BE8013;
}
</style>