Returns a human-readable string representation of the background color.
For dimmed colors, appends "(d)" to the color name.
@override String get printableBg => _dim ? '$name(d)' : name;