crispedge.com

Color picker

Loading...

#b75c73 hex color - Red - Warm color - Information

#b75c73 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #b75c73 Color code in RGB color code model is created after adding 71.76% red color, 36.08% green color and 45.1% blue color. Hex #b75c73 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 50% magenta, 37% yellow and 28% black.

Hex #b75c73 color code is between #bb5577 web safe hex color code and #aa6666 web safe hex color code. #bb5577 is the nearest web safe color code. You can see here many more shades of #b75c73 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb75c73#b75c73
RGB Decimal183, 92, 115rgb(183, 92, 115)
RGB Percent72%, 36%, 45%rgb(72%, 36%, 45%)
CSS RGBa183, 92, 115,1rgba(183,92,115,1)
CMYK Modelcmyk(0%,50%,37%,28%)
HSL Color Space345,39% ,54%hsl(345,39% ,54%)
HSV Color Space345°, 50%, 72%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101110101110001110011
Octal267134163
Decimal18392115
Hexb75c73

Different shades of #b75c73 color code.

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

Light Shade of #b75c73
#c77f91
Dark Shade of #b75c73
#9b455b
Saturated Shade of #b75c73
#c3506d
Desaturated Shade of #b75c73
#ab6879
Grey scale Shade of #b75c73
#898989
Brighten Shade
#d0758c
Most Readable Shade
#FFFFFF

Shades of #b75c73 color code

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

#b75c73
#a25166
#8e4759
#7a3d4c
#65333f
#512833
#3d1e26
#281419
#140a0c
#000000

Similar Color like #b75c73 color

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

#b85d74
#b95e75
#ba5f76
#bb6077
#bc6178
#bd6279
#be637a
#bf647b
#c0657c
#c1667d
#c2677e
#c3687f
#c46980
#c56a81
#b65b72
#b55a71
#b45970
#b3586f
#b2576e
#b1566d
#b0556c
#af546b
#ae536a
#ad5269
#ac5168
#ab5067
#aa4f66
#a94e65

Monochromatic Color with #b75c73

#b75c73
#e1718e
#0d0708
#371c23
#62313e
#8c4758

Tints of #b75c73 Color

#b75c73
#bf6e82
#c78092
#cf92a1
#d7a4b1
#dfb6c0
#e7c8d0
#efdadf
#f7ecef
#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

#b75c73
#5cb7a0

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

Split Complementary

#b75c73
#5cb773
#5ca1b7

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

Analogous Color

#b75c97
#b75c85
#b75c73
#b75c61
#b7695c

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

#b75c73
#73b75c
#5c73b7

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

#b75c73
#a0b75c
#5cb7a0
#725cb7

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

#b75c73
#5cb7a0
#5ca1b7
#b7735c

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

#b75c73 Color Code Preview on Black Background Color

This is how #b75c73 Color will look on black background color. Color contrast ratio is 4.79

#b75c73 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b75c73

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b75c73

#b75c73 color code is use for CSS Background Color

Background color for the above div is #b75c73

HTML with inline CSS

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

#b75c73 color code is use for CSS Border Color

CSS Border color for the above div is #b75c73

HTML with inline CSS

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

CSS Border Left color for the above div is #b75c73

HTML with inline CSS

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

CSS Border Right color for the above div is #b75c73

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b75c73

HTML with inline CSS

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

CSS Border Top color for the above div is #b75c73

HTML with inline CSS

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

#b75c73 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b75c73 Color code Preview on White Background

This is how #b75c73 Color code will look on white background color. Color contrast ratio is 4.38

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

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(183,92,115,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(92,183,160,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(183,92,115,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.