Shades of Dark Goldenrod #BE770B
Tints of Dark Goldenrod #BE770B
RGB
CMYK
RGB Variations
Color information
#BE770B (or 0xBE770B) is known color: Dark Goldenrod. HEX triplet: BE, 77 and 0B. RGB value is (190,119,11). Sum of RGB (Red+Green+Blue) = 190+119+11=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE770B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE770B is #4188F4. Grayscale: #808080. Windows color (decimal): -4294901 or 751550. OLE color: 751550.
HSL color Cylindrical-coordinate representation of color #BE770B: hue angle of 36.2º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE770B is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 119 | 11 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.25 |
| HSL | 36.2º | 0.89% | 0.39% | - |
| HSV(B) | 36.2º | 0.94% | 0.75% | - |
| XYZ | 27.89 | 24.16 | 3.51 | - |
| YUV | 127.92 | 62.02 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 11 | 0 | 0.37 | 0.94 | 0.25 | 36.2 | 0.89 | 0.39 |
| Hex | BE | 77 | B | 0 | 25 | 5E | 19 | 24 | 59 | 27 |
| Octal | 276 | 167 | 13 | 0 | 45 | 136 | 31 | 44 | 131 | 47 |
| Binary | 10111110 | 1110111 | 1011 | 0 | 100101 | 1011110 | 11001 | 100100 | 1011001 | 100111 |
Color Harmonies of #BE770B
Complementary color
Monochromatic Colors of #BE770B
Black with #BE770B
Text Example
Text Example
White with #BE770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE770B; }
p { color: rgb(190,119,11); }
H1.HeaderClassName
{
color: #BE770B;
}
.AnyTagClassName
{
color: #BE770B;
}
</style>
background-color css
<style>
a { background-color: #BE770B; }
a { background-color: rgb(190,119,11); }
div.DivClassName
{
background-color: #BE770B;
}
.BgClassName
{
background-color: #BE770B;
}
</style>
border-color css
<style>
span { border-color: #BE770B; }
span { border-color: rgb(190,119,11); }
td.TdClassName
{
border-color: #BE770B;
}
.TagClassName
{
border-color: #BE770B;
}
</style>