Shades of Dark Goldenrod #BE910F
Tints of Dark Goldenrod #BE910F
RGB
CMYK
RGB Variations
Color information
#BE910F (or 0xBE910F) is known color: Dark Goldenrod. HEX triplet: BE, 91 and 0F. RGB value is (190,145,15). Sum of RGB (Red+Green+Blue) = 190+145+15=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE910F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE910F is #416EF0. Grayscale: #909090. Windows color (decimal): -4288241 or 1020350. OLE color: 1020350.
HSL color Cylindrical-coordinate representation of color #BE910F: hue angle of 44.57º 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 #BE910F is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 145 | 15 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.25 |
| HSL | 44.57º | 0.85% | 0.4% | - |
| HSV(B) | 44.57º | 0.92% | 0.75% | - |
| XYZ | 31.45 | 31.23 | 4.82 | - |
| YUV | 143.64 | 55.41 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 15 | 0 | 0.24 | 0.92 | 0.25 | 44.57 | 0.85 | 0.4 |
| Hex | BE | 91 | F | 0 | 18 | 5C | 19 | 2D | 55 | 28 |
| Octal | 276 | 221 | 17 | 0 | 30 | 134 | 31 | 55 | 125 | 50 |
| Binary | 10111110 | 10010001 | 1111 | 0 | 11000 | 1011100 | 11001 | 101101 | 1010101 | 101000 |
Color Harmonies of #BE910F
Complementary color
Monochromatic Colors of #BE910F
Black with #BE910F
Text Example
Text Example
White with #BE910F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE910F; }
p { color: rgb(190,145,15); }
H1.HeaderClassName
{
color: #BE910F;
}
.AnyTagClassName
{
color: #BE910F;
}
</style>
background-color css
<style>
a { background-color: #BE910F; }
a { background-color: rgb(190,145,15); }
div.DivClassName
{
background-color: #BE910F;
}
.BgClassName
{
background-color: #BE910F;
}
</style>
border-color css
<style>
span { border-color: #BE910F; }
span { border-color: rgb(190,145,15); }
td.TdClassName
{
border-color: #BE910F;
}
.TagClassName
{
border-color: #BE910F;
}
</style>