The background-color CSS property sets the background color of an element, either through a color value or the keyword transparent.
Initialtransparent
Applies toall elements
Inheritedno
Mediavisual
Computed ValueIf the value is translucent, the computed value will be the rgba() corresponding one. If it isn’t, it will be the rgb() corresponding one. The transparent keyword maps to rgb(0,0,0).
Is a CSS <color> that describes the uniform color of the background. Even if one or several background-image are defined, this color can be affect the rendering, by transparency if the images aren’t opaque.