B00
b00 is a shorthand hexadecimal color notation used in CSS and HTML to specify colors with three hexadecimal digits. In this form, each digit is duplicated to yield a six-digit hex color. Therefore, b00 expands to #bb0000, a vivid red color. The digits 0–9 and a–f are valid; this shorthand is part of the standard method for writing web colors and is interpreted by browsers as equivalent to the full six-digit form.
In terms of color values, #bb0000 corresponds to RGB values of (187, 0, 0) on the 0–255
Usage and compatibility: The three-digit hex notation is supported by modern web browsers as part of standard
Other uses: The string “b00” may appear in contexts outside color notation as an identifier, code, or
See also: hex color notation, CSS color, color values in CSS.