crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#bb333e hex color - Brown - Warm color - Information

#bb333e hex color - Brown - Warm color

Color Hue/Base color: Brown

Hex #bb333e Color code in RGB color code model is created after adding 73.33% red color, 20% green color and 24.31% blue color. Hex #bb333e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 73% magenta, 67% yellow and 27% black.

Hex #bb333e color code is between #aa2244 web safe hex color code and #cc4433 web safe hex color code. #aa2244 is the nearest web safe color code. You can see here many more shades of #bb333e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebb333e#bb333e
RGB Decimal187, 51, 62rgb(187, 51, 62)
RGB Percent73%, 20%, 24%rgb(73%, 20%, 24%)
CSS RGBa187, 51, 62,1rgba(187,51,62,1)
CMYK Modelcmyk(0%,73%,67%,27%)
HSL Color Space355,57% ,47%hsl(355,57% ,47%)
HSV Color Space355°, 73%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110110011001100111110
Octal2736376
Decimal1875162
Hexbb333e

Different shades of #bb333e color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #bb333e
#d0515c
Dark Shade of #bb333e
#932831
Saturated Shade of #bb333e
#c72734
Desaturated Shade of #bb333e
#af3f48
Grey scale Shade of #bb333e
#777777
Brighten Shade
#d44c57
Most Readable Shade
#FFFFFF

Shades of #bb333e color code

Generate more color scales with scales (color stack) generator.

#bb333e
#a62d37
#912730
#7c2229
#671c22
#53161b
#3e1114
#290b0d
#140506
#000000

Similar Color like #bb333e color

Find visually similar hex color codes nearing to #bb333e hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#bc343f
#bd3540
#be3641
#bf3742
#c03843
#c13944
#c23a45
#c33b46
#c43c47
#c53d48
#c63e49
#c73f4a
#c8404b
#c9414c
#ba323d
#b9313c
#b8303b
#b72f3a
#b62e39
#b52d38
#b42c37
#b32b36
#b22a35
#b12934
#b02833
#af2732
#ae2631
#ad2530

Monochromatic Color with #bb333e

#bb333e
#e53f4c
#110506
#3b1014
#661c22
#902730

Tints of #bb333e Color

#bb333e
#c24953
#ca6068
#d1777e
#d98d93
#e0a4a9
#e8bbbe
#efd1d4
#f7e8e9
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#bb333e
#33bbb0

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#bb333e
#33bb6c
#3382bb

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#bb3374
#bb3359
#bb333e
#bb4333
#bb5e33

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#bb333e
#3ebb33
#333ebb

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#bb333e
#82bb33
#33bbb0
#6c33bb

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#bb333e
#33bbb0
#3382bb
#bb6c33

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #bb333e Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#bb333e Color Code Preview on Black Background Color

This is how #bb333e Color will look on black background color. Color contrast ratio is 3.66

#bb333e in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#bb333e">Your Example Paragraph content text in with font color #bb333e </p>

Your Example Paragraph content text in with font color #bb333e

HTML with inline CSS

<div style="color:#bb333e">Your Paragraph text in with font color #bb333e </div>

Your Example Paragraph content text in with font color #bb333e

#bb333e color code is use for CSS Background Color

Background color for the above div is #bb333e

HTML with inline CSS

<div style="background-color:#bb333e;"></div>

#bb333e color code is use for CSS Border Color

CSS Border color for the above div is #bb333e

HTML with inline CSS

<div style="border:5px solid #bb333e;"></div>

CSS Border Left color for the above div is #bb333e

HTML with inline CSS

<div style="border-left:5px solid #bb333e;"></div>

CSS Border Right color for the above div is #bb333e

HTML with inline CSS

<div style="border-right:5px solid #bb333e;"></div>

CSS Border Bottom color for the above div is #bb333e

HTML with inline CSS

<div style="border-bottom:5px solid #bb333e;"></div>

CSS Border Top color for the above div is #bb333e

HTML with inline CSS

<div style="border-top:5px solid #bb333e;"></div>

#bb333e hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#bb333e; } .examplecolorclass {color:#bb333e; } .examplebordercolor {border:3px solid #bb333e; }

#bb333e Color code Preview on White Background

This is how #bb333e Color code will look on white background color. Color contrast ratio is 5.74

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #bb333e; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #bb333e; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.