You load an image file into a numpy array and look at its shape, which is (433, 650). What does this indicate?

A) The image has 433 pixels and is 650 Kb in size.

B) The image is a color (RGB) image that is 433 pixels high by 650 pixels wide.

C) The image is a grayscale image that is 433 pixels high by 650 pixels wide.

D)The image has 433 red pixels, 650 blue pixels, and no green pixels.