To center a background image in CSS, you can use the following properties: Set `background-image` to your image URL, then use `background-position: center;` to center the image horizontally and vertically. Add `background-size: cover;` to ensure the image covers the entire area. This method provides a simple yet effective solution.