Skip to main content Skip to docs navigation

#bd718f hex color | Download Dark Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Pinky Pickle and its hex is #B96D8E Nearest Color Name

Color Hue/Base color: Red

Hex #bd718f Color code in RGB color code model is created after adding 74.12% red color, 44.31% green color and 56.08% blue color. Hex #bd718f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 40% magenta, 24% yellow and 25.88% black.

Hex #bd718f color code is between #bb7788 web safe hex color code and #cc6699 web safe hex color code. #bb7788 is the nearest web safe color code. You can see here many more shades of #bd718f color code.

RGB Chart

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

Color Table

Hex Color Code bd718f #bd718f
RGB Decimal 189, 113, 143 189, 113, 143
RGB Percent 74%, 44%, 56% rgb(74%, 44%, 56%)
CSS RGBa 189, 113, 143,1 rgba(189,113,143,1)
CMYK Model cmyk(0%,40%,24%,25.88%)
HSL Color Space 336,37% ,59% hsl(336,37% ,59%)
HSV Color Space 336°, 40%, 74%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111101 01110001 10001111
Octal 275 161 217
Decimal 189 113 143
Hex bd 71 8f

Different shades of #bd718f color code.

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

Darkest of #bd718f
#662f45
Darker of #bd718f
#893f5c
Dark of #bd718f
#ab5074
Base of #bd718f
#bd718f
Light of #bd718f
#cd94aa
Lighter
#ddb7c6
Lightest
#eed9e1

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

#bd718f
#71bd9f

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

Split Complementary

#bd718f
#71bd79
#71b5bd

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

Analogous Color

#bd71bb
#bd71af
#bd718f
#bd7176
#bd8c71

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

#bd718f
#718fbd
#8fbd71

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

#bd718f
#8fbd71
#71bd9f
#9f71bd

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

Square Color

#bd718f
#b5bd71
#71bd9f
#7971bd

Square 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).

Monochromatic Color with #bd718f

#431f2d
#662f45
#893f5c
#ab5074
#bd718f
#cd94aa
#ddb7c6
#eed9e1
#fefcfd

Tints of #bd718f Color

#bd718f
#c4809b
#cb90a7
#d3a0b4
#dab0c0
#e1bfcd
#e9cfd9
#f0dfe6
#f7eff2
#ffffff

Shades of #bd718f color code

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

#bd718f
#a8647f
#93576f
#7e4b5f
#693e4f
#54323f
#3f252f
#2a191f
#150c0f
#000000

Tones

#bd718f
#a88693
#979797
#979797
#979797

Tones

Similar Color like #bd718f color

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

#be7290
#bf7391
#c07492
#c17593
#c27694
#c37795
#c47896
#c57997
#c67a98
#c77b99
#c87c9a
#c97d9b
#ca7e9c
#cb7f9d
#bc708e
#bb6f8d
#ba6e8c
#b96d8b
#b86c8a
#b76b89
#b66a88
#b56987
#b46886
#b36785
#b26684
#b16583
#b06482
#af6381

Download this Dark Red

Hex #bd718f 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.

#bd718f Color Code Preview on Black Background Color

This is how #bd718f Color will look on black background color. Color contrast ratio is 5.92

#bd718f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd718f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd718f

#bd718f color code is use for CSS Background Color

Background color for the above div is #bd718f

HTML with inline CSS

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

#bd718f color code is use for CSS Border Color

CSS Border color for the above div is #bd718f

HTML with inline CSS

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

CSS Border Left color for the above div is #bd718f

HTML with inline CSS

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

CSS Border Right color for the above div is #bd718f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd718f

HTML with inline CSS

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

CSS Border Top color for the above div is #bd718f

HTML with inline CSS

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

#bd718f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd718f Color code Preview on White Background

This is how #bd718f Color code will look on white background color. Color contrast ratio is 3.55

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(189,113,143,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(113,189,159,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,113,143,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }