crispedge.com

Color picker

Loading...

#bd7b93 hex color - Red - Warm color - Information

#bd7b93 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #bd7b93 Color code in RGB color code model is created after adding 74.12% red color, 48.24% green color and 57.65% blue color. Hex #bd7b93 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 22% yellow and 26% black.

Hex #bd7b93 color code is between #bb7799 web safe hex color code and #cc8888 web safe hex color code. #bb7799 is the nearest web safe color code. You can see here many more shades of #bd7b93 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebd7b93#bd7b93
RGB Decimal189, 123, 147rgb(189, 123, 147)
RGB Percent74%, 48%, 58%rgb(74%, 48%, 58%)
CSS RGBa189, 123, 147,1rgba(189,123,147,1)
CMYK Modelcmyk(0%,35%,22%,26%)
HSL Color Space338,33% ,61%hsl(338,33% ,61%)
HSV Color Space338°, 35%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111010111101110010011
Octal275173223
Decimal189123147
Hexbd7b93

Different shades of #bd7b93 color code.

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

Light Shade of #bd7b93
#ce9daf
Dark Shade of #bd7b93
#ac5977
Saturated Shade of #bd7b93
#c77190
Desaturated Shade of #bd7b93
#b38596
Grey scale Shade of #bd7b93
#9c9c9c
Brighten Shade
#d694ac
Most Readable Shade
#000000

Shades of #bd7b93 color code

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

#bd7b93
#a86d82
#935f72
#7e5262
#694451
#543641
#3f2931
#2a1b20
#150d10
#000000

Similar Color like #bd7b93 color

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

#be7c94
#bf7d95
#c07e96
#c17f97
#c28098
#c38199
#c4829a
#c5839b
#c6849c
#c7859d
#c8869e
#c9879f
#ca88a0
#cb89a1
#bc7a92
#bb7991
#ba7890
#b9778f
#b8768e
#b7758d
#b6748c
#b5738b
#b4728a
#b37189
#b27088
#b16f87
#b06e86
#af6d85

Monochromatic Color with #bd7b93

#bd7b93
#e797b4
#130c0f
#3d2830
#684451
#925f72

Tints of #bd7b93 Color

#bd7b93
#c4899f
#cb98ab
#d3a7b7
#dab5c3
#e1c4cf
#e9d3db
#f0e1e7
#f7f0f3
#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

#bd7b93
#7bbda5

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

Split Complementary

#bd7b93
#7bbd84
#7bb4bd

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

Analogous Color

#bd7bad
#bd7ba0
#bd7b93
#bd7b86
#bd7d7b

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

#bd7b93
#93bd7b
#7b93bd

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

#bd7b93
#b4bd7b
#7bbda5
#847bbd

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

#bd7b93
#7bbda5
#7bb4bd
#bd847b

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

#bd7b93 Color Code Preview on Black Background Color

This is how #bd7b93 Color will look on black background color. Color contrast ratio is 6.42

#bd7b93 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd7b93

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd7b93

#bd7b93 color code is use for CSS Background Color

Background color for the above div is #bd7b93

HTML with inline CSS

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

#bd7b93 color code is use for CSS Border Color

CSS Border color for the above div is #bd7b93

HTML with inline CSS

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

CSS Border Left color for the above div is #bd7b93

HTML with inline CSS

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

CSS Border Right color for the above div is #bd7b93

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd7b93

HTML with inline CSS

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

CSS Border Top color for the above div is #bd7b93

HTML with inline CSS

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

#bd7b93 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd7b93 Color code Preview on White Background

This is how #bd7b93 Color code will look on white background color. Color contrast ratio is 3.27

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

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(189,123,147,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(123,189,165,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,123,147,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.