public static function bgRGB($r, $g = null, $b = null) { return self::bg(Ansi::toAnsi($r, $g, $b)); }