Background color for body of webpage.
If you want to change your webpage background color
By extending <BODY> tag
As below
<html>
<head>
<title>
Background color of page body
</title>
</head>
<body bgcolor=
“green”>
Page with green color
</body>
<html>
You can take color code also that’s you will get from Photoshop colors
Or just right
On google and search it’s will produce all html codes for you
Then you can picked color code and paste on bgcolor.
After changed background color.