Shades of Dark Goldenrod #BE8F0F
Tints of Dark Goldenrod #BE8F0F
RGB
CMYK
RGB Variations
Color information
#BE8F0F (or 0xBE8F0F) is known color: Dark Goldenrod. HEX triplet: BE, 8F and 0F. RGB value is (190,143,15). Sum of RGB (Red+Green+Blue) = 190+143+15=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8F0F is #4170F0. Grayscale: #8F8F8F. Windows color (decimal): -4288753 or 1019838. OLE color: 1019838.
HSL color Cylindrical-coordinate representation of color #BE8F0F: hue angle of 43.89º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE8F0F is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 15 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.25 |
| HSL | 43.89º | 0.85% | 0.4% | - |
| HSV(B) | 43.89º | 0.92% | 0.75% | - |
| XYZ | 31.14 | 30.63 | 4.72 | - |
| YUV | 142.46 | 56.07 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 15 | 0 | 0.25 | 0.92 | 0.25 | 43.89 | 0.85 | 0.4 |
| Hex | BE | 8F | F | 0 | 19 | 5C | 19 | 2C | 55 | 28 |
| Octal | 276 | 217 | 17 | 0 | 31 | 134 | 31 | 54 | 125 | 50 |
| Binary | 10111110 | 10001111 | 1111 | 0 | 11001 | 1011100 | 11001 | 101100 | 1010101 | 101000 |
Color Harmonies of #BE8F0F
Complementary color
Monochromatic Colors of #BE8F0F
Black with #BE8F0F
Text Example
Text Example
White with #BE8F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F0F; }
p { color: rgb(190,143,15); }
H1.HeaderClassName
{
color: #BE8F0F;
}
.AnyTagClassName
{
color: #BE8F0F;
}
</style>
background-color css
<style>
a { background-color: #BE8F0F; }
a { background-color: rgb(190,143,15); }
div.DivClassName
{
background-color: #BE8F0F;
}
.BgClassName
{
background-color: #BE8F0F;
}
</style>
border-color css
<style>
span { border-color: #BE8F0F; }
span { border-color: rgb(190,143,15); }
td.TdClassName
{
border-color: #BE8F0F;
}
.TagClassName
{
border-color: #BE8F0F;
}
</style>