I’m not sure if this was intentional or not, but the BrickColor RGB values are listed in Color3 format instead of the more useful and standard RGB(0-255, 0-255, 0-255) format. Makes it more difficult to use because now each value needs to be multiplied by 255 to get the standard RGB format. By using the standard RGB format, the color of an item can be easily set using a quick copy and paste operation whereas calculations must be performed using the current values.