Shades of Dark Goldenrod #BE940C
Tints of Dark Goldenrod #BE940C
RGB
CMYK
RGB Variations
Color information
#BE940C (or 0xBE940C) is known color: Dark Goldenrod. HEX triplet: BE, 94 and 0C. RGB value is (190,148,12). Sum of RGB (Red+Green+Blue) = 190+148+12=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE940C is #416BF3. Grayscale: #919191. Windows color (decimal): -4287476 or 824510. OLE color: 824510.
HSL color Cylindrical-coordinate representation of color #BE940C: hue angle of 45.84º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE940C is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 148 | 12 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.25 |
| HSL | 45.84º | 0.88% | 0.4% | - |
| HSV(B) | 45.84º | 0.94% | 0.75% | - |
| XYZ | 31.89 | 32.15 | 4.87 | - |
| YUV | 145.05 | 52.91 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 148 | 12 | 0 | 0.22 | 0.94 | 0.25 | 45.84 | 0.88 | 0.4 |
| Hex | BE | 94 | C | 0 | 16 | 5E | 19 | 2E | 58 | 28 |
| Octal | 276 | 224 | 14 | 0 | 26 | 136 | 31 | 56 | 130 | 50 |
| Binary | 10111110 | 10010100 | 1100 | 0 | 10110 | 1011110 | 11001 | 101110 | 1011000 | 101000 |
Color Harmonies of #BE940C
Complementary color
Monochromatic Colors of #BE940C
Black with #BE940C
Text Example
Text Example
White with #BE940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE940C; }
p { color: rgb(190,148,12); }
H1.HeaderClassName
{
color: #BE940C;
}
.AnyTagClassName
{
color: #BE940C;
}
</style>
background-color css
<style>
a { background-color: #BE940C; }
a { background-color: rgb(190,148,12); }
div.DivClassName
{
background-color: #BE940C;
}
.BgClassName
{
background-color: #BE940C;
}
</style>
border-color css
<style>
span { border-color: #BE940C; }
span { border-color: rgb(190,148,12); }
td.TdClassName
{
border-color: #BE940C;
}
.TagClassName
{
border-color: #BE940C;
}
</style>