Shades of Dark Goldenrod #BE940D
Tints of Dark Goldenrod #BE940D
RGB
CMYK
RGB Variations
Color information
#BE940D (or 0xBE940D) is known color: Dark Goldenrod. HEX triplet: BE, 94 and 0D. RGB value is (190,148,13). Sum of RGB (Red+Green+Blue) = 190+148+13=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE940D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE940D is #416BF2. Grayscale: #919191. Windows color (decimal): -4287475 or 890046. OLE color: 890046.
HSL color Cylindrical-coordinate representation of color #BE940D: hue angle of 45.76º 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 #BE940D is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 148 | 13 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.25 |
| HSL | 45.76º | 0.87% | 0.4% | - |
| HSV(B) | 45.76º | 0.93% | 0.75% | - |
| XYZ | 31.9 | 32.16 | 4.91 | - |
| YUV | 145.17 | 53.41 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 148 | 13 | 0 | 0.22 | 0.93 | 0.25 | 45.76 | 0.87 | 0.4 |
| Hex | BE | 94 | D | 0 | 16 | 5D | 19 | 2E | 57 | 28 |
| Octal | 276 | 224 | 15 | 0 | 26 | 135 | 31 | 56 | 127 | 50 |
| Binary | 10111110 | 10010100 | 1101 | 0 | 10110 | 1011101 | 11001 | 101110 | 1010111 | 101000 |
Color Harmonies of #BE940D
Complementary color
Monochromatic Colors of #BE940D
Black with #BE940D
Text Example
Text Example
White with #BE940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE940D; }
p { color: rgb(190,148,13); }
H1.HeaderClassName
{
color: #BE940D;
}
.AnyTagClassName
{
color: #BE940D;
}
</style>
background-color css
<style>
a { background-color: #BE940D; }
a { background-color: rgb(190,148,13); }
div.DivClassName
{
background-color: #BE940D;
}
.BgClassName
{
background-color: #BE940D;
}
</style>
border-color css
<style>
span { border-color: #BE940D; }
span { border-color: rgb(190,148,13); }
td.TdClassName
{
border-color: #BE940D;
}
.TagClassName
{
border-color: #BE940D;
}
</style>