Shades of Dark Goldenrod #BE8512
Tints of Dark Goldenrod #BE8512
RGB
CMYK
RGB Variations
Color information
#BE8512 (or 0xBE8512) is known color: Dark Goldenrod. HEX triplet: BE, 85 and 12. RGB value is (190,133,18). Sum of RGB (Red+Green+Blue) = 190+133+18=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8512 is #417AED. Grayscale: #898989. Windows color (decimal): -4291310 or 1213886. OLE color: 1213886.
HSL color Cylindrical-coordinate representation of color #BE8512: hue angle of 40.12º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE8512 is Cyan = 0, Magento = 0.3, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 133 | 18 | - |
| CMYK | 0 | 0.3 | 0.91 | 0.25 |
| HSL | 40.12º | 0.83% | 0.41% | - |
| HSV(B) | 40.12º | 0.91% | 0.75% | - |
| XYZ | 29.73 | 27.77 | 4.36 | - |
| YUV | 136.93 | 60.88 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 18 | 0 | 0.3 | 0.91 | 0.25 | 40.12 | 0.83 | 0.41 |
| Hex | BE | 85 | 12 | 0 | 1E | 5B | 19 | 28 | 53 | 29 |
| Octal | 276 | 205 | 22 | 0 | 36 | 133 | 31 | 50 | 123 | 51 |
| Binary | 10111110 | 10000101 | 10010 | 0 | 11110 | 1011011 | 11001 | 101000 | 1010011 | 101001 |
Color Harmonies of #BE8512
Complementary color
Monochromatic Colors of #BE8512
Black with #BE8512
Text Example
Text Example
White with #BE8512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8512; }
p { color: rgb(190,133,18); }
H1.HeaderClassName
{
color: #BE8512;
}
.AnyTagClassName
{
color: #BE8512;
}
</style>
background-color css
<style>
a { background-color: #BE8512; }
a { background-color: rgb(190,133,18); }
div.DivClassName
{
background-color: #BE8512;
}
.BgClassName
{
background-color: #BE8512;
}
</style>
border-color css
<style>
span { border-color: #BE8512; }
span { border-color: rgb(190,133,18); }
td.TdClassName
{
border-color: #BE8512;
}
.TagClassName
{
border-color: #BE8512;
}
</style>