Shades of Dark Goldenrod #BE810D
Tints of Dark Goldenrod #BE810D
RGB
CMYK
RGB Variations
Color information
#BE810D (or 0xBE810D) is known color: Dark Goldenrod. HEX triplet: BE, 81 and 0D. RGB value is (190,129,13). Sum of RGB (Red+Green+Blue) = 190+129+13=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE810D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE810D is #417EF2. Grayscale: #868686. Windows color (decimal): -4292339 or 885182. OLE color: 885182.
HSL color Cylindrical-coordinate representation of color #BE810D: hue angle of 39.32º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE810D is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 129 | 13 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.25 |
| HSL | 39.32º | 0.87% | 0.4% | - |
| HSV(B) | 39.32º | 0.93% | 0.75% | - |
| XYZ | 29.16 | 26.68 | 3.99 | - |
| YUV | 134.02 | 59.71 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 129 | 13 | 0 | 0.32 | 0.93 | 0.25 | 39.32 | 0.87 | 0.4 |
| Hex | BE | 81 | D | 0 | 20 | 5D | 19 | 27 | 57 | 28 |
| Octal | 276 | 201 | 15 | 0 | 40 | 135 | 31 | 47 | 127 | 50 |
| Binary | 10111110 | 10000001 | 1101 | 0 | 100000 | 1011101 | 11001 | 100111 | 1010111 | 101000 |
Color Harmonies of #BE810D
Complementary color
Monochromatic Colors of #BE810D
Black with #BE810D
Text Example
Text Example
White with #BE810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE810D; }
p { color: rgb(190,129,13); }
H1.HeaderClassName
{
color: #BE810D;
}
.AnyTagClassName
{
color: #BE810D;
}
</style>
background-color css
<style>
a { background-color: #BE810D; }
a { background-color: rgb(190,129,13); }
div.DivClassName
{
background-color: #BE810D;
}
.BgClassName
{
background-color: #BE810D;
}
</style>
border-color css
<style>
span { border-color: #BE810D; }
span { border-color: rgb(190,129,13); }
td.TdClassName
{
border-color: #BE810D;
}
.TagClassName
{
border-color: #BE810D;
}
</style>