- An image twice as bright
- An image three times brighter than the default
- An gray image
<html> <head> <style>img { filter: brightness(200%); }</style> </head> <body> <h3>Astronomie Magazine</h3> <p>Unusual solar activity detected recently</p> <img src="https://mimo.app/i/solar-flare.png"> </body> </html>]]>An image twice as bright.