CSS color vs. background-color vs. background?
color is referring to the text color in that element. background-color refers to the background color background is shorthand to combine many background tags into one line. Combines color, image and background image properties in the one line instead of typing our each style individually. w3schools