To change the background color for header go to Appearance -> Customize -> Design Options Tab -> Custom CSS then paste the following CSS code and Click on Save & Publish button:
#branding {
background-color: #fff;
}
Please change above HEX color code #fff to your own HEX color code.