Skip to main content Skip to docs navigation

#bd736a 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 November and its hex is #BE7767 Nearest Color Name

Color Hue/Base color: Red

Hex #bd736a Color code in RGB color code model is created after adding 74.12% red color, 45.1% green color and 41.57% blue color. Hex #bd736a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 39% magenta, 44% yellow and 25.88% black.

Hex #bd736a color code is between #bb7766 web safe hex color code and #cc6677 web safe hex color code. #bb7766 is the nearest web safe color code. You can see here many more shades of #bd736a color code.

RGB Chart

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

Color Table

Hex Color Code bd736a #bd736a
RGB Decimal 189, 115, 106 189, 115, 106
RGB Percent 74%, 45%, 42% rgb(74%, 45%, 42%)
CSS RGBa 189, 115, 106,1 rgba(189,115,106,1)
CMYK Model cmyk(0%,39%,44%,25.88%)
HSL Color Space 7,39% ,58% hsl(7,39% ,58%)
HSV Color Space 7°, 44%, 74%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111101 01110011 01101010
Octal 275 163 152
Decimal 189 115 106
Hex bd 73 6a

Different shades of #bd736a color code.

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

Darkest of #bd736a
#62322c
Darker of #bd736a
#86433b
Dark of #bd736a
#a9554b
Base of #bd736a
#bd736a
Light of #bd736a
#cd948d
Lighter
#dcb5b1
Lightest
#ecd7d4

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

#bd736a
#6ab4bd

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

Split Complementary

#bd736a
#6abd9c
#6a8abd

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

Analogous Color

#bd6a91
#bd6a84
#bd736a
#bd8f6a
#bdb16a

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

#bd736a
#736abd
#6abd73

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

#bd736a
#6abd73
#6ab4bd
#bd6ab4

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

#bd736a
#8abd6a
#6ab4bd
#9c6abd

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

#3f201c
#62322c
#86433b
#a9554b
#bd736a
#cd948d
#dcb5b1
#ecd7d4
#fcf8f7

Tints of #bd736a Color

#bd736a
#c4827a
#cb928b
#d3a19b
#dab1ac
#e1c0bc
#e9d0cd
#f0dfdd
#f7efee
#ffffff

Shades of #bd736a color code

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

#bd736a
#a8665e
#935952
#7e4c46
#693f3a
#54332f
#3f2623
#2a1917
#150c0b
#000000

Tones

#bd736a
#a7847f
#939393
#939393
#939393

Tones

Similar Color like #bd736a color

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

#be746b
#bf756c
#c0766d
#c1776e
#c2786f
#c37970
#c47a71
#c57b72
#c67c73
#c77d74
#c87e75
#c97f76
#ca8077
#cb8178
#bc7269
#bb7168
#ba7067
#b96f66
#b86e65
#b76d64
#b66c63
#b56b62
#b46a61
#b36960
#b2685f
#b1675e
#b0665d
#af655c

Download this Dark Red

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

#bd736a Color Code Preview on Black Background Color

This is how #bd736a Color will look on black background color. Color contrast ratio is 5.82

#bd736a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd736a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd736a

#bd736a color code is use for CSS Background Color

Background color for the above div is #bd736a

HTML with inline CSS

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

#bd736a color code is use for CSS Border Color

CSS Border color for the above div is #bd736a

HTML with inline CSS

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

CSS Border Left color for the above div is #bd736a

HTML with inline CSS

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

CSS Border Right color for the above div is #bd736a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd736a

HTML with inline CSS

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

CSS Border Top color for the above div is #bd736a

HTML with inline CSS

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

#bd736a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd736a Color code Preview on White Background

This is how #bd736a Color code will look on white background color. Color contrast ratio is 3.61

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

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