crispedge.com

Color picker

Loading...

#bb4c57 hex color - Brown - Warm color - Information

#bb4c57 hex color - Brown - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Brown

Hex #bb4c57 Color code in RGB color code model is created after adding 73.33% red color, 29.8% green color and 34.12% blue color. Hex #bb4c57 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 59% magenta, 53% yellow and 27% black.

Hex #bb4c57 color code is between #aa4455 web safe hex color code and #cc5566 web safe hex color code. #aa4455 is the nearest web safe color code. You can see here many more shades of #bb4c57 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codebb4c57#bb4c57
RGB Decimal187, 76, 87rgb(187, 76, 87)
RGB Percent73%, 30%, 34%rgb(73%, 30%, 34%)
CSS RGBa187, 76, 87,1rgba(187,76,87,1)
CMYK Modelcmyk(0%,59%,53%,27%)
HSL Color Space354,45% ,52%hsl(354,45% ,52%)
HSV Color Space354°, 59%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110110100110001010111
Octal273114127
Decimal1877687
Hexbb4c57

Different shades of #bb4c57 color code.

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

Light Shade of #bb4c57
#c9717a
Dark Shade of #bb4c57
#9a3a44
Saturated Shade of #bb4c57
#c7404d
Desaturated Shade of #bb4c57
#af5861
Grey scale Shade of #bb4c57
#838383
Brighten Shade
#d46570
Most Readable Shade
#FFFFFF

Shades of #bb4c57 color code

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

#bb4c57
#a6434d
#913b43
#7c323a
#672a30
#532126
#3e191d
#291013
#140809
#000000

Similar Color like #bb4c57 color

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

#bc4d58
#bd4e59
#be4f5a
#bf505b
#c0515c
#c1525d
#c2535e
#c3545f
#c45560
#c55661
#c65762
#c75863
#c85964
#c95a65
#ba4b56
#b94a55
#b84954
#b74853
#b64752
#b54651
#b44550
#b3444f
#b2434e
#b1424d
#b0414c
#af404b
#ae3f4a
#ad3e49

Monochromatic Color with #bb4c57

#bb4c57
#e55d6b
#110708
#3b181c
#66292f
#903b43

Tints of #bb4c57 Color

#bb4c57
#c25f69
#ca737c
#d1878f
#d99ba1
#e0afb4
#e8c3c7
#efd7d9
#f7ebec
#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

#bb4c57
#4cbbb0

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

Split Complementary

#bb4c57
#4cbb79
#4c8ebb

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

Analogous Color

#bb4c83
#bb4c6d
#bb4c57
#bb574c
#bb6d4c

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

#bb4c57
#57bb4c
#4c57bb

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

#bb4c57
#8ebb4c
#4cbbb0
#784cbb

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

#bb4c57
#4cbbb0
#4c8ebb
#bb794c

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 #bb4c57 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.

#bb4c57 Color Code Preview on Black Background Color

This is how #bb4c57 Color will look on black background color. Color contrast ratio is 4.28

#bb4c57 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb4c57

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb4c57

#bb4c57 color code is use for CSS Background Color

Background color for the above div is #bb4c57

HTML with inline CSS

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

#bb4c57 color code is use for CSS Border Color

CSS Border color for the above div is #bb4c57

HTML with inline CSS

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

CSS Border Left color for the above div is #bb4c57

HTML with inline CSS

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

CSS Border Right color for the above div is #bb4c57

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bb4c57

HTML with inline CSS

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

CSS Border Top color for the above div is #bb4c57

HTML with inline CSS

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

#bb4c57 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bb4c57 Color code Preview on White Background

This is how #bb4c57 Color code will look on white background color. Color contrast ratio is 4.90

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 #bb4c57; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #bb4c57; }

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(187,76,87,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(76,187,176,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,76,87,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.