Shades of Dark Goldenrod #BE770F
Tints of Dark Goldenrod #BE770F
RGB
CMYK
RGB Variations
Color information
#BE770F (or 0xBE770F) is known color: Dark Goldenrod. HEX triplet: BE, 77 and 0F. RGB value is (190,119,15). Sum of RGB (Red+Green+Blue) = 190+119+15=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE770F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE770F is #4188F0. Grayscale: #808080. Windows color (decimal): -4294897 or 1013694. OLE color: 1013694.
HSL color Cylindrical-coordinate representation of color #BE770F: hue angle of 35.66º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE770F is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 119 | 15 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.25 |
| HSL | 35.66º | 0.85% | 0.4% | - |
| HSV(B) | 35.66º | 0.92% | 0.75% | - |
| XYZ | 27.92 | 24.18 | 3.65 | - |
| YUV | 128.37 | 64.02 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 15 | 0 | 0.37 | 0.92 | 0.25 | 35.66 | 0.85 | 0.4 |
| Hex | BE | 77 | F | 0 | 25 | 5C | 19 | 24 | 55 | 28 |
| Octal | 276 | 167 | 17 | 0 | 45 | 134 | 31 | 44 | 125 | 50 |
| Binary | 10111110 | 1110111 | 1111 | 0 | 100101 | 1011100 | 11001 | 100100 | 1010101 | 101000 |
Color Harmonies of #BE770F
Complementary color
Monochromatic Colors of #BE770F
Black with #BE770F
Text Example
Text Example
White with #BE770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE770F; }
p { color: rgb(190,119,15); }
H1.HeaderClassName
{
color: #BE770F;
}
.AnyTagClassName
{
color: #BE770F;
}
</style>
background-color css
<style>
a { background-color: #BE770F; }
a { background-color: rgb(190,119,15); }
div.DivClassName
{
background-color: #BE770F;
}
.BgClassName
{
background-color: #BE770F;
}
</style>
border-color css
<style>
span { border-color: #BE770F; }
span { border-color: rgb(190,119,15); }
td.TdClassName
{
border-color: #BE770F;
}
.TagClassName
{
border-color: #BE770F;
}
</style>