crispedge.com

Color picker

Loading...

#bd746a hex color - Red - Warm color - Information

#bd746a hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #bd746a 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 #bd746a color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebd746a#bd746a
RGB Decimal189, 116, 106rgb(189, 116, 106)
RGB Percent74%, 45%, 42%rgb(74%, 45%, 42%)
CSS RGBa189, 116, 106,1rgba(189,116,106,1)
CMYK Modelcmyk(0%,39%,44%,26%)
HSL Color Space7,39% ,58%hsl(7,39% ,58%)
HSV Color Space7°, 44%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111010111010001101010
Octal275164152
Decimal189116106
Hexbd746a

Different shades of #bd746a color code.

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

Light Shade of #bd746a
#cd958d
Dark Shade of #bd746a
#a9564b
Saturated Shade of #bd746a
#c86c5f
Desaturated Shade of #bd746a
#b27c75
Grey scale Shade of #bd746a
#939393
Brighten Shade
#d68d83
Most Readable Shade
#FFFFFF

Shades of #bd746a color code

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

#bd746a
#a8675e
#935a52
#7e4d46
#69403a
#54332f
#3f2623
#2a1917
#150c0b
#000000

Similar Color like #bd746a color

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

#be756b
#bf766c
#c0776d
#c1786e
#c2796f
#c37a70
#c47b71
#c57c72
#c67d73
#c77e74
#c87f75
#c98076
#ca8177
#cb8278
#bc7369
#bb7268
#ba7167
#b97066
#b86f65
#b76e64
#b66d63
#b56c62
#b46b61
#b36a60
#b2695f
#b1685e
#b0675d
#af665c

Monochromatic Color with #bd746a

#bd746a
#e78e82
#130c0b
#3d2622
#68403a
#925a52

Tints of #bd746a Color

#bd746a
#c4837a
#cb928b
#d3a29b
#dab1ac
#e1c1bc
#e9d0cd
#f0e0dd
#f7efee
#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

#bd746a
#6ab3bd

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

Split Complementary

#bd746a
#6abd9e
#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

#bd6a81
#bd6a71
#bd746a
#bd856a
#bd956a

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

#bd746a
#6abd74
#746abd

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

#bd746a
#89bd6a
#6ab3bd
#9d6abd

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

#bd746a
#6ab3bd
#6a8abd
#bd9e6a

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

#bd746a Color Code Preview on Black Background Color

This is how #bd746a Color will look on black background color. Color contrast ratio is 5.87

#bd746a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd746a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd746a

#bd746a color code is use for CSS Background Color

Background color for the above div is #bd746a

HTML with inline CSS

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

#bd746a color code is use for CSS Border Color

CSS Border color for the above div is #bd746a

HTML with inline CSS

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

CSS Border Left color for the above div is #bd746a

HTML with inline CSS

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

CSS Border Right color for the above div is #bd746a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd746a

HTML with inline CSS

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

CSS Border Top color for the above div is #bd746a

HTML with inline CSS

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

#bd746a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd746a Color code Preview on White Background

This is how #bd746a Color code will look on white background color. Color contrast ratio is 3.58

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.