About 7,610,000 results
Open links in new tab
  1. CSS background-color property - W3Schools

    The background-color property sets the background color of an element. The background of an element is the total size of the element, including padding and border (but not the margin).

  2. background-color - CSS | MDN - MDN Web Docs

    Nov 7, 2025 · The uniform color of the background. It is rendered behind any background-image that is specified, although the color will still be visible through any transparency in the image.

  3. background-color - CSS-Tricks

    Feb 17, 2015 · The background-color property in CSS applies solid colors as background on an element. Here's an example:

  4. CSS background-color Property - W3docs

    CSS background-color property sets an element background color. The background of an element is the total size of the element. Try the examples.

  5. CSS background-color Property - GeeksforGeeks

    Jul 11, 2025 · The background-color CSS property sets the background color of an element, allowing you to create a solid color backdrop. You can define the color using named colors, …

  6. CSS: background-color property - TechOnTheNet

    This CSS tutorial explains how to use the CSS property called background-color property with syntax and examples. The CSS background-color property defines the background color of an …

  7. background-color - CSS Reference

    By default, the background color is transparent, basically meaning that there is no background color.

  8. CSS Style backgroundColor Property: CSS Background Color

    Feb 17, 2025 · A comprehensive guide to the CSS backgroundColor property, covering syntax, values, and practical examples for styling web page backgrounds.

  9. CSS background-color Property - CSS Portal

    Jan 1, 2024 · Learn about the background-color CSS Property. View description, syntax, values, examples and browser support for the background-color CSS Property.

  10. CSS background-color Property - Tutorial Republic

    The background-color CSS property sets the background color of an element. You can set color of the background either through a color value or the keyword transparent.