Shades of Dark Goldenrod #BE8D13
Tints of Dark Goldenrod #BE8D13
RGB
CMYK
RGB Variations
Color information
#BE8D13 (or 0xBE8D13) is known color: Dark Goldenrod. HEX triplet: BE, 8D and 13. RGB value is (190,141,19). Sum of RGB (Red+Green+Blue) = 190+141+19=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8D13 is #4172EC. Grayscale: #8E8E8E. Windows color (decimal): -4289261 or 1281470. OLE color: 1281470.
HSL color Cylindrical-coordinate representation of color #BE8D13: hue angle of 42.81º 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 #BE8D13 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 141 | 19 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.25 |
| HSL | 42.81º | 0.82% | 0.41% | - |
| HSV(B) | 42.81º | 0.9% | 0.75% | - |
| XYZ | 30.88 | 30.04 | 4.79 | - |
| YUV | 141.74 | 58.73 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 19 | 0 | 0.26 | 0.90 | 0.25 | 42.81 | 0.82 | 0.41 |
| Hex | BE | 8D | 13 | 0 | 1A | 5A | 19 | 2B | 52 | 29 |
| Octal | 276 | 215 | 23 | 0 | 32 | 132 | 31 | 53 | 122 | 51 |
| Binary | 10111110 | 10001101 | 10011 | 0 | 11010 | 1011010 | 11001 | 101011 | 1010010 | 101001 |
Color Harmonies of #BE8D13
Complementary color
Monochromatic Colors of #BE8D13
Black with #BE8D13
Text Example
Text Example
White with #BE8D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8D13; }
p { color: rgb(190,141,19); }
H1.HeaderClassName
{
color: #BE8D13;
}
.AnyTagClassName
{
color: #BE8D13;
}
</style>
background-color css
<style>
a { background-color: #BE8D13; }
a { background-color: rgb(190,141,19); }
div.DivClassName
{
background-color: #BE8D13;
}
.BgClassName
{
background-color: #BE8D13;
}
</style>
border-color css
<style>
span { border-color: #BE8D13; }
span { border-color: rgb(190,141,19); }
td.TdClassName
{
border-color: #BE8D13;
}
.TagClassName
{
border-color: #BE8D13;
}
</style>