BrickColor

Show Deprecated

The BrickColor data type provides a predefined list of named colors, not to be confused with Color3, a more general data type that describes RGB colors. The following code shows how to use BrickColor.new() to declare the BrickColor property of a Part.


-- By color name
workspace.Part.BrickColor = BrickColor.new("Pastel Blue")
-- By numerical index
workspace.Part.BrickColor = BrickColor.new(11)
-- By RGB decimal values in range of 0-1
workspace.Part.BrickColor = BrickColor.new(0.502, 0.734, 0.859)

The following table is the list of available brick colors.

ColorNameNumberRGB Value
White1[0.950, 0.953, 0.953]
Grey2[0.632, 0.648, 0.636]
Light yellow3[0.977, 0.914, 0.600]
Brick yellow5[0.844, 0.773, 0.604]
Light green (Mint)6[0.761, 0.855, 0.722]
Light reddish violet9[0.910, 0.730, 0.785]
Pastel Blue11[0.502, 0.734, 0.859]
Light orange brown12[0.797, 0.518, 0.259]
Nougat18[0.800, 0.557, 0.412]
Bright red21[0.769, 0.157, 0.110]
Med. reddish violet22[0.769, 0.440, 0.628]
Bright blue23[0.051, 0.412, 0.675]
Bright yellow24[0.961, 0.804, 0.189]
Earth orange25[0.385, 0.279, 0.197]
Black26[0.106, 0.165, 0.208]
Dark grey27[0.428, 0.432, 0.424]
Dark green28[0.157, 0.499, 0.279]
Medium green29[0.632, 0.769, 0.550]
Lig. Yellowich orange36[0.953, 0.812, 0.608]
Bright green37[0.295, 0.593, 0.295]
Dark orange38[0.628, 0.373, 0.208]
Light bluish violet39[0.757, 0.793, 0.871]
Transparent40[0.926, 0.926, 0.926]
Tr. Red41[0.804, 0.330, 0.295]
Tr. Lg blue42[0.757, 0.875, 0.942]
Tr. Blue43[0.483, 0.714, 0.910]
Tr. Yellow44[0.969, 0.946, 0.553]
Light blue45[0.706, 0.824, 0.895]
Tr. Flu. Reddish orange47[0.851, 0.522, 0.424]
Tr. Green48[0.518, 0.714, 0.553]
Tr. Flu. Green49[0.973, 0.946, 0.518]
Phosph. White50[0.926, 0.910, 0.871]
Light red100[0.934, 0.769, 0.714]
Medium red101[0.855, 0.526, 0.479]
Medium blue102[0.432, 0.600, 0.793]
Light grey103[0.781, 0.757, 0.718]
Bright violet104[0.420, 0.197, 0.487]
Br. yellowish orange105[0.887, 0.608, 0.251]
Bright orange106[0.855, 0.522, 0.255]
Bright bluish green107[0.000, 0.561, 0.612]
Earth yellow108[0.408, 0.361, 0.263]
Bright bluish violet110[0.263, 0.330, 0.577]
Tr. Brown111[0.750, 0.718, 0.695]
Medium bluish violet112[0.408, 0.455, 0.675]
Tr. Medi. reddish violet113[0.899, 0.679, 0.785]
Med. yellowish green115[0.781, 0.824, 0.236]
Med. bluish green116[0.334, 0.648, 0.687]
Light bluish green118[0.718, 0.844, 0.836]
Br. yellowish green119[0.644, 0.742, 0.279]
Lig. yellowish green120[0.851, 0.895, 0.655]
Med. yellowish orange121[0.906, 0.675, 0.346]
Br. reddish orange123[0.828, 0.436, 0.299]
Bright reddish violet124[0.573, 0.224, 0.471]
Light orange125[0.918, 0.722, 0.573]
Tr. Bright bluish violet126[0.648, 0.648, 0.797]
Gold127[0.863, 0.738, 0.506]
Dark nougat128[0.683, 0.479, 0.350]
Silver131[0.612, 0.640, 0.659]
Neon orange133[0.836, 0.451, 0.240]
Neon green134[0.848, 0.867, 0.338]
Sand blue135[0.455, 0.526, 0.616]
Sand violet136[0.530, 0.487, 0.565]
Medium orange137[0.879, 0.597, 0.393]
Sand yellow138[0.585, 0.542, 0.451]
Earth blue140[0.126, 0.228, 0.338]
Earth green141[0.153, 0.275, 0.177]
Tr. Flu. Blue143[0.812, 0.887, 0.969]
Sand blue metallic145[0.475, 0.534, 0.632]
Sand violet metallic146[0.585, 0.557, 0.640]
Sand yellow metallic147[0.577, 0.530, 0.404]
Dark grey metallic148[0.342, 0.346, 0.342]
Black metallic149[0.087, 0.114, 0.197]
Light grey metallic150[0.671, 0.679, 0.675]
Sand green151[0.471, 0.565, 0.510]
Sand red153[0.585, 0.475, 0.467]
Dark red154[0.483, 0.181, 0.185]
Tr. Flu. Yellow157[1.000, 0.965, 0.483]
Tr. Flu. Red158[0.883, 0.644, 0.761]
Gun metallic168[0.459, 0.424, 0.385]
Red flip/flop176[0.593, 0.412, 0.357]
Yellow flip/flop178[0.706, 0.518, 0.334]
Silver flip/flop179[0.538, 0.530, 0.534]
Curry180[0.844, 0.663, 0.295]
Fire Yellow190[0.977, 0.840, 0.181]
Flame yellowish orange191[0.910, 0.671, 0.177]
Reddish brown192[0.412, 0.251, 0.157]
Flame reddish orange193[0.812, 0.377, 0.142]
Medium stone grey194[0.640, 0.636, 0.648]
Royal blue195[0.275, 0.404, 0.644]
Dark Royal blue196[0.138, 0.279, 0.546]
Bright reddish lilac198[0.557, 0.259, 0.522]
Dark stone grey199[0.389, 0.373, 0.385]
Lemon metalic200[0.510, 0.542, 0.365]
Light stone grey208[0.899, 0.895, 0.875]
Dark Curry209[0.691, 0.557, 0.267]
Faded green210[0.440, 0.585, 0.471]
Turquoise211[0.475, 0.710, 0.710]
Light Royal blue212[0.624, 0.765, 0.914]
Medium Royal blue213[0.424, 0.506, 0.718]
Rust216[0.565, 0.299, 0.165]
Brown217[0.487, 0.361, 0.275]
Reddish lilac218[0.589, 0.440, 0.624]
Lilac219[0.420, 0.385, 0.608]
Light lilac220[0.655, 0.663, 0.808]
Bright purple221[0.804, 0.385, 0.597]
Light purple222[0.895, 0.679, 0.785]
Light pink223[0.863, 0.565, 0.585]
Light brick yellow224[0.942, 0.836, 0.628]
Warm yellowish orange225[0.922, 0.722, 0.499]
Cool yellow226[0.993, 0.918, 0.553]
Dove blue232[0.491, 0.734, 0.867]
Medium lilac268[0.204, 0.169, 0.459]
Slime green301[0.314, 0.428, 0.330]
Smoky grey302[0.357, 0.365, 0.412]
Dark blue303[0.000, 0.063, 0.691]
Parsley green304[0.173, 0.397, 0.114]
Steel blue305[0.322, 0.487, 0.683]
Storm blue306[0.200, 0.346, 0.510]
Lapis307[0.063, 0.165, 0.863]
Dark indigo308[0.240, 0.083, 0.522]
Sea green309[0.204, 0.557, 0.251]
Shamrock310[0.357, 0.604, 0.299]
Fossil311[0.624, 0.632, 0.675]
Mulberry312[0.350, 0.134, 0.350]
Forest green313[0.122, 0.502, 0.114]
Cadet blue314[0.624, 0.679, 0.753]
Electric blue315[0.036, 0.538, 0.812]
Eggplant316[0.483, 0.000, 0.483]
Moss317[0.487, 0.612, 0.420]
Artichoke318[0.542, 0.671, 0.522]
Sage green319[0.726, 0.769, 0.695]
Ghost grey320[0.793, 0.797, 0.820]
Lilac321[0.655, 0.369, 0.608]
Plum322[0.483, 0.185, 0.483]
Olivine323[0.581, 0.746, 0.506]
Laurel green324[0.659, 0.742, 0.600]
Quill grey325[0.875, 0.875, 0.871]
Crimson327[0.593, 0.000, 0.000]
Mint328[0.695, 0.899, 0.651]
Baby blue329[0.597, 0.761, 0.859]
Carnation pink330[1.000, 0.597, 0.863]
Persimmon331[1.000, 0.350, 0.350]
Maroon332[0.459, 0.000, 0.000]
Gold333[0.938, 0.722, 0.220]
Daisy orange334[0.973, 0.851, 0.428]
Pearl335[0.906, 0.906, 0.926]
Fog336[0.781, 0.832, 0.895]
Salmon337[1.000, 0.581, 0.581]
Terra Cotta338[0.746, 0.408, 0.385]
Cocoa339[0.338, 0.142, 0.142]
Wheat340[0.946, 0.906, 0.781]
Buttermilk341[0.997, 0.953, 0.734]
Mauve342[0.879, 0.699, 0.816]
Sunrise343[0.832, 0.565, 0.742]
Tawny344[0.589, 0.334, 0.334]
Rust345[0.561, 0.299, 0.165]
Cashmere346[0.828, 0.746, 0.589]
Khaki347[0.887, 0.863, 0.738]
Lily white348[0.930, 0.918, 0.918]
Seashell349[0.914, 0.855, 0.855]
Burgundy350[0.534, 0.244, 0.244]
Cork351[0.738, 0.608, 0.365]
Burlap352[0.781, 0.675, 0.471]
Beige353[0.793, 0.750, 0.640]
Oyster354[0.734, 0.702, 0.699]
Pine Cone355[0.424, 0.346, 0.295]
Fawn brown356[0.628, 0.518, 0.310]
Hurricane grey357[0.585, 0.538, 0.534]
Cloudy grey358[0.671, 0.659, 0.620]
Linen359[0.687, 0.581, 0.514]
Copper360[0.589, 0.404, 0.400]
Medium brown361[0.338, 0.259, 0.212]
Bronze362[0.495, 0.408, 0.248]
Flint363[0.412, 0.400, 0.361]
Dark taupe364[0.353, 0.299, 0.259]
Burnt Sienna365[0.416, 0.224, 0.036]
Institutional white1001[0.973, 0.973, 0.973]
Mid gray1002[0.804, 0.804, 0.804]
Really black1003[0.067, 0.067, 0.067]
Really red1004[1.000, 0.000, 0.000]
Deep orange1005[1.000, 0.691, 0.000]
Alder1006[0.706, 0.502, 1.000]
Dusty Rose1007[0.640, 0.295, 0.295]
Olive1008[0.757, 0.746, 0.259]
New Yeller1009[1.000, 1.000, 0.000]
Really blue1010[0.000, 0.000, 1.000]
Navy blue1011[0.000, 0.126, 0.377]
Deep blue1012[0.130, 0.330, 0.726]
Cyan1013[0.016, 0.687, 0.926]
CGA brown1014[0.667, 0.334, 0.000]
Magenta1015[0.667, 0.000, 0.667]
Pink1016[1.000, 0.400, 0.800]
Deep orange1017[1.000, 0.687, 0.000]
Teal1018[0.071, 0.934, 0.832]
Toothpaste1019[0.000, 1.000, 1.000]
Lime green1020[0.000, 1.000, 0.000]
Camo1021[0.228, 0.491, 0.083]
Grime1022[0.499, 0.557, 0.393]
Lavender1023[0.550, 0.357, 0.624]
Pastel light blue1024[0.687, 0.867, 1.000]
Pastel orange1025[1.000, 0.789, 0.789]
Pastel violet1026[0.695, 0.655, 1.000]
Pastel blue-green1027[0.624, 0.953, 0.914]
Pastel green1028[0.800, 1.000, 0.800]
Pastel yellow1029[1.000, 1.000, 0.800]
Pastel brown1030[1.000, 0.800, 0.600]
Royal purple1031[0.385, 0.146, 0.820]
Hot pink1032[1.000, 0.000, 0.750]

Summary

Constructors

Properties

Constructors

new

Parameters

val: number

new

Parameters

new

Parameters

name: string

new

Parameters

color: Color3

palette

Parameters

paletteValue: number

random

White

Gray

DarkGray

Black

Red

Yellow

Green

Blue

Properties

Number

The unique number that identifies the BrickColor.

The red component of the BrickColor (between 0 and 1).

The green component of the BrickColor (between 0 and 1).

The blue component of the BrickColor (between 0 and 1).

Name

The name associated with the BrickColor.

Color

The Color3 associated with the BrickColor.