Color duplicity BrickColor

Hello,

When working on my project in Roblox, I encountered a problem with duplicate BrickColor names. I have found that some colors have the same names, which can lead to doubt in the development of games. Specifically, I discovered the following duplicity:

Gold (127)
Color3.fromRGB(220, 188, 129)
Gold (333)
Color3.fromRGB(239, 184, 56)

Rust (216)
Color3.fromRGB(144, 76, 42)
Rust (345)
Color3.fromRGB(143, 76, 42)

Lilac (219)
Color3.fromRGB(107, 98, 155)
Lilac (321)
Color3.fromRGB(167, 94, 155)

Deep orange (1005)
Color3.fromRGB(255, 176, 0)
Deep orange (1017)
Color3.fromRGB(255, 175, 0)

The colors “Rust” and “Deep orange” are indistinguishable to the human eye

Which name takes precedence?

Thank you for your help and support.

Codycheck

3 Likes

IS that problem, when you copy these colors?

Because the color Codes arent the Same!

This website with the roblox color names/color Codes might Help:

If IT didnt helped feel free to reply to me any time :D.

1 Like

This is a problem in this color list that I created and shared

https://devforum.roblox.com/t/list-color-code/3100455

codycheck

Ohhhh :no_mouth: why you have that exactly color Codes, why there are so Long?

local WhiteHSV = Color3.fromHSV(0.5, 0.00411994, 0.952941)

You have in RGB,RGB1,HSV and HEX…

Im Not a color expert sorry

When I started creating only RGB list
I made a complete RGB,RGB1,HSV and HEX

Are the tools that you can only take the first 3 numbers for a tenth of the dot.

It is a universal list of colors everyone can edit it.

Thats All

Codycheck

PS: And I have a clean RGB list and I will not give it to you for stupid speech :slight_smile:

1 Like

Ok…I Just wanted to help :pleading_face:

When the list works, what else is the Problem?
Do you need glasses for your colors?