Shades of Dark Goldenrod #BE920D
Tints of Dark Goldenrod #BE920D
RGB
CMYK
RGB Variations
Color information
#BE920D (or 0xBE920D) is known color: Dark Goldenrod. HEX triplet: BE, 92 and 0D. RGB value is (190,146,13). Sum of RGB (Red+Green+Blue) = 190+146+13=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE920D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE920D is #416DF2. Grayscale: #909090. Windows color (decimal): -4287987 or 889534. OLE color: 889534.
HSL color Cylindrical-coordinate representation of color #BE920D: hue angle of 45.08º 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 #BE920D is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 146 | 13 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.25 |
| HSL | 45.08º | 0.87% | 0.4% | - |
| HSV(B) | 45.08º | 0.93% | 0.75% | - |
| XYZ | 31.59 | 31.53 | 4.8 | - |
| YUV | 143.99 | 54.08 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 146 | 13 | 0 | 0.23 | 0.93 | 0.25 | 45.08 | 0.87 | 0.4 |
| Hex | BE | 92 | D | 0 | 17 | 5D | 19 | 2D | 57 | 28 |
| Octal | 276 | 222 | 15 | 0 | 27 | 135 | 31 | 55 | 127 | 50 |
| Binary | 10111110 | 10010010 | 1101 | 0 | 10111 | 1011101 | 11001 | 101101 | 1010111 | 101000 |
Color Harmonies of #BE920D
Complementary color
Monochromatic Colors of #BE920D
Black with #BE920D
Text Example
Text Example
White with #BE920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE920D; }
p { color: rgb(190,146,13); }
H1.HeaderClassName
{
color: #BE920D;
}
.AnyTagClassName
{
color: #BE920D;
}
</style>
background-color css
<style>
a { background-color: #BE920D; }
a { background-color: rgb(190,146,13); }
div.DivClassName
{
background-color: #BE920D;
}
.BgClassName
{
background-color: #BE920D;
}
</style>
border-color css
<style>
span { border-color: #BE920D; }
span { border-color: rgb(190,146,13); }
td.TdClassName
{
border-color: #BE920D;
}
.TagClassName
{
border-color: #BE920D;
}
</style>