Shades of Dark Goldenrod #BE780A
Tints of Dark Goldenrod #BE780A
RGB
CMYK
RGB Variations
Color information
#BE780A (or 0xBE780A) is known color: Dark Goldenrod. HEX triplet: BE, 78 and 0A. RGB value is (190,120,10). Sum of RGB (Red+Green+Blue) = 190+120+10=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE780A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE780A is #4187F5. Grayscale: #808080. Windows color (decimal): -4294646 or 686270. OLE color: 686270.
HSL color Cylindrical-coordinate representation of color #BE780A: hue angle of 36.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE780A is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 120 | 10 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.25 |
| HSL | 36.67º | 0.9% | 0.39% | - |
| HSV(B) | 36.67º | 0.95% | 0.75% | - |
| XYZ | 28.01 | 24.4 | 3.52 | - |
| YUV | 128.39 | 61.19 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 10 | 0 | 0.37 | 0.95 | 0.25 | 36.67 | 0.9 | 0.39 |
| Hex | BE | 78 | A | 0 | 25 | 5F | 19 | 25 | 5A | 27 |
| Octal | 276 | 170 | 12 | 0 | 45 | 137 | 31 | 45 | 132 | 47 |
| Binary | 10111110 | 1111000 | 1010 | 0 | 100101 | 1011111 | 11001 | 100101 | 1011010 | 100111 |
Color Harmonies of #BE780A
Complementary color
Monochromatic Colors of #BE780A
Black with #BE780A
Text Example
Text Example
White with #BE780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE780A; }
p { color: rgb(190,120,10); }
H1.HeaderClassName
{
color: #BE780A;
}
.AnyTagClassName
{
color: #BE780A;
}
</style>
background-color css
<style>
a { background-color: #BE780A; }
a { background-color: rgb(190,120,10); }
div.DivClassName
{
background-color: #BE780A;
}
.BgClassName
{
background-color: #BE780A;
}
</style>
border-color css
<style>
span { border-color: #BE780A; }
span { border-color: rgb(190,120,10); }
td.TdClassName
{
border-color: #BE780A;
}
.TagClassName
{
border-color: #BE780A;
}
</style>