Shades of Dark Goldenrod #BE780C
Tints of Dark Goldenrod #BE780C
RGB
CMYK
RGB Variations
Color information
#BE780C (or 0xBE780C) is known color: Dark Goldenrod. HEX triplet: BE, 78 and 0C. RGB value is (190,120,12). Sum of RGB (Red+Green+Blue) = 190+120+12=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE780C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE780C is #4187F3. Grayscale: #818181. Windows color (decimal): -4294644 or 817342. OLE color: 817342.
HSL color Cylindrical-coordinate representation of color #BE780C: hue angle of 36.4º 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 #BE780C is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 120 | 12 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.25 |
| HSL | 36.4º | 0.88% | 0.4% | - |
| HSV(B) | 36.4º | 0.94% | 0.75% | - |
| XYZ | 28.02 | 24.41 | 3.58 | - |
| YUV | 128.62 | 62.19 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 12 | 0 | 0.37 | 0.94 | 0.25 | 36.4 | 0.88 | 0.4 |
| Hex | BE | 78 | C | 0 | 25 | 5E | 19 | 24 | 58 | 28 |
| Octal | 276 | 170 | 14 | 0 | 45 | 136 | 31 | 44 | 130 | 50 |
| Binary | 10111110 | 1111000 | 1100 | 0 | 100101 | 1011110 | 11001 | 100100 | 1011000 | 101000 |
Color Harmonies of #BE780C
Complementary color
Monochromatic Colors of #BE780C
Black with #BE780C
Text Example
Text Example
White with #BE780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE780C; }
p { color: rgb(190,120,12); }
H1.HeaderClassName
{
color: #BE780C;
}
.AnyTagClassName
{
color: #BE780C;
}
</style>
background-color css
<style>
a { background-color: #BE780C; }
a { background-color: rgb(190,120,12); }
div.DivClassName
{
background-color: #BE780C;
}
.BgClassName
{
background-color: #BE780C;
}
</style>
border-color css
<style>
span { border-color: #BE780C; }
span { border-color: rgb(190,120,12); }
td.TdClassName
{
border-color: #BE780C;
}
.TagClassName
{
border-color: #BE780C;
}
</style>