Skip to main content Skip to docs navigation

#bd504f 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 Maple Red and its hex is #BF514E Nearest Color Name

Color Hue/Base color: Red

Hex #bd504f Color code in RGB color code model is created after adding 74.12% red color, 31.37% green color and 30.98% blue color. Hex #bd504f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 58% yellow and 25.88% black.

Hex #bd504f color code is between #bb5555 web safe hex color code and #cc4444 web safe hex color code. #bb5555 is the nearest web safe color code. You can see here many more shades of #bd504f color code.

RGB Chart

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

Color Table

Hex Color Code bd504f #bd504f
RGB Decimal 189, 80, 79 189, 80, 79
RGB Percent 74%, 31%, 31% rgb(74%, 31%, 31%)
CSS RGBa 189, 80, 79,1 rgba(189,80,79,1)
CMYK Model cmyk(0%,58%,58%,25.88%)
HSL Color Space 1,45% ,53% hsl(1,45% ,53%)
HSV Color Space 1°, 58%, 74%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111101 01010000 01001111
Octal 275 120 117
Decimal 189 80 79
Hex bd 50 4f

Different shades of #bd504f color code.

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

Darkest of #bd504f
#54201f
Darker of #bd504f
#792e2d
Dark of #bd504f
#9e3c3b
Base of #bd504f
#bd504f
Light of #bd504f
#cb7574
Lighter
#d99a99
Lightest
#e7bfbe

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

#bd504f
#4fbcbd

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

Split Complementary

#bd504f
#4fbd87
#4f85bd

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

Analogous Color

#bd4f8e
#bd4f7c
#bd504f
#bd754f
#bda34f

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

#bd504f
#504fbd
#4fbd50

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

#bd504f
#4fbd50
#4fbcbd
#bd4fbc

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

#bd504f
#85bd4f
#4fbcbd
#874fbd

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 #bd504f

#2f1211
#54201f
#792e2d
#9e3c3b
#bd504f
#cb7574
#d99a99
#e7bfbe
#f5e4e3

Tints of #bd504f Color

#bd504f
#c46362
#cb7676
#d38a89
#da9d9d
#e1b1b0
#e9c4c4
#f0d8d7
#f7ebeb
#ffffff

Shades of #bd504f color code

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

#bd504f
#a84746
#933e3d
#7e3534
#692c2b
#542323
#3f1a1a
#2a1111
#150808
#000000

Tones

#bd504f
#a56867
#8d807f
#868686
#868686

Tones

Similar Color like #bd504f color

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

#be5150
#bf5251
#c05352
#c15453
#c25554
#c35655
#c45756
#c55857
#c65958
#c75a59
#c85b5a
#c95c5b
#ca5d5c
#cb5e5d
#bc4f4e
#bb4e4d
#ba4d4c
#b94c4b
#b84b4a
#b74a49
#b64948
#b54847
#b44746
#b34645
#b24544
#b14443
#b04342
#af4241

Download this Dark Red

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

#bd504f Color Code Preview on Black Background Color

This is how #bd504f Color will look on black background color. Color contrast ratio is 4.42

#bd504f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd504f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd504f

#bd504f color code is use for CSS Background Color

Background color for the above div is #bd504f

HTML with inline CSS

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

#bd504f color code is use for CSS Border Color

CSS Border color for the above div is #bd504f

HTML with inline CSS

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

CSS Border Left color for the above div is #bd504f

HTML with inline CSS

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

CSS Border Right color for the above div is #bd504f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd504f

HTML with inline CSS

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

CSS Border Top color for the above div is #bd504f

HTML with inline CSS

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

#bd504f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd504f Color code Preview on White Background

This is how #bd504f Color code will look on white background color. Color contrast ratio is 4.75

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

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,80,79,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(79,188,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,80,79,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }