Shades of Dark Goldenrod #BE8F11
Tints of Dark Goldenrod #BE8F11
RGB
CMYK
RGB Variations
Color information
#BE8F11 (or 0xBE8F11) is known color: Dark Goldenrod. HEX triplet: BE, 8F and 11. RGB value is (190,143,17). Sum of RGB (Red+Green+Blue) = 190+143+17=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8F11 is #4170EE. Grayscale: #8F8F8F. Windows color (decimal): -4288751 or 1150910. OLE color: 1150910.
HSL color Cylindrical-coordinate representation of color #BE8F11: hue angle of 43.7º degrees, saturation: 0.84, 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 #BE8F11 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 17 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.25 |
| HSL | 43.7º | 0.84% | 0.41% | - |
| HSV(B) | 43.7º | 0.91% | 0.75% | - |
| XYZ | 31.16 | 30.63 | 4.8 | - |
| YUV | 142.69 | 57.07 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 17 | 0 | 0.25 | 0.91 | 0.25 | 43.7 | 0.84 | 0.41 |
| Hex | BE | 8F | 11 | 0 | 19 | 5B | 19 | 2C | 54 | 29 |
| Octal | 276 | 217 | 21 | 0 | 31 | 133 | 31 | 54 | 124 | 51 |
| Binary | 10111110 | 10001111 | 10001 | 0 | 11001 | 1011011 | 11001 | 101100 | 1010100 | 101001 |
Color Harmonies of #BE8F11
Complementary color
Monochromatic Colors of #BE8F11
Black with #BE8F11
Text Example
Text Example
White with #BE8F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F11; }
p { color: rgb(190,143,17); }
H1.HeaderClassName
{
color: #BE8F11;
}
.AnyTagClassName
{
color: #BE8F11;
}
</style>
background-color css
<style>
a { background-color: #BE8F11; }
a { background-color: rgb(190,143,17); }
div.DivClassName
{
background-color: #BE8F11;
}
.BgClassName
{
background-color: #BE8F11;
}
</style>
border-color css
<style>
span { border-color: #BE8F11; }
span { border-color: rgb(190,143,17); }
td.TdClassName
{
border-color: #BE8F11;
}
.TagClassName
{
border-color: #BE8F11;
}
</style>