Browsers by default remove background colors in HTML. code example
Example 1: css transparent background color
div {
opacity:25% ;
}
Example 2: css coor background
body {background-color: coral;}
div {
opacity:25% ;
}
body {background-color: coral;}