Shades of Dark Goldenrod #BE7706
Tints of Dark Goldenrod #BE7706
RGB
CMYK
RGB Variations
Color information
#BE7706 (or 0xBE7706) is known color: Dark Goldenrod. HEX triplet: BE, 77 and 06. RGB value is (190,119,6). Sum of RGB (Red+Green+Blue) = 190+119+6=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7706 is #4188F9. Grayscale: #7F7F7F. Windows color (decimal): -4294906 or 423870. OLE color: 423870.
HSL color Cylindrical-coordinate representation of color #BE7706: hue angle of 36.85º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE7706 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 119 | 6 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.25 |
| HSL | 36.85º | 0.94% | 0.38% | - |
| HSV(B) | 36.85º | 0.97% | 0.75% | - |
| XYZ | 27.86 | 24.15 | 3.37 | - |
| YUV | 127.35 | 59.52 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 6 | 0 | 0.37 | 0.97 | 0.25 | 36.85 | 0.94 | 0.38 |
| Hex | BE | 77 | 6 | 0 | 25 | 61 | 19 | 25 | 5E | 26 |
| Octal | 276 | 167 | 6 | 0 | 45 | 141 | 31 | 45 | 136 | 46 |
| Binary | 10111110 | 1110111 | 110 | 0 | 100101 | 1100001 | 11001 | 100101 | 1011110 | 100110 |
Color Harmonies of #BE7706
Complementary color
Monochromatic Colors of #BE7706
Black with #BE7706
Text Example
Text Example
White with #BE7706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7706; }
p { color: rgb(190,119,6); }
H1.HeaderClassName
{
color: #BE7706;
}
.AnyTagClassName
{
color: #BE7706;
}
</style>
background-color css
<style>
a { background-color: #BE7706; }
a { background-color: rgb(190,119,6); }
div.DivClassName
{
background-color: #BE7706;
}
.BgClassName
{
background-color: #BE7706;
}
</style>
border-color css
<style>
span { border-color: #BE7706; }
span { border-color: rgb(190,119,6); }
td.TdClassName
{
border-color: #BE7706;
}
.TagClassName
{
border-color: #BE7706;
}
</style>