crispedge.com

Color picker

Loading...

#bd7550 hex color - Orange - Warm color - Information

#bd7550 hex color - Orange - Warm color

Color Hue/Base color: Orange

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

Hex #bd7550 color code is between #bb7755 web safe hex color code and #cc6644 web safe hex color code. #bb7755 is the nearest web safe color code. You can see here many more shades of #bd7550 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebd7550#bd7550
RGB Decimal189, 117, 80rgb(189, 117, 80)
RGB Percent74%, 46%, 31%rgb(74%, 46%, 31%)
CSS RGBa189, 117, 80,1rgba(189,117,80,1)
CMYK Modelcmyk(0%,38%,58%,26%)
HSL Color Space20,45% ,53%hsl(20,45% ,53%)
HSV Color Space20°, 58%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111010111010101010000
Octal275165120
Decimal18911780
Hexbd7550

Different shades of #bd7550 color code.

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

Light Shade of #bd7550
#cb9275
Dark Shade of #bd7550
#9e5d3c
Saturated Shade of #bd7550
#c97144
Desaturated Shade of #bd7550
#b1795c
Grey scale Shade of #bd7550
#868686
Brighten Shade
#d68e69
Most Readable Shade
#FFFFFF

Shades of #bd7550 color code

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

#bd7550
#a86847
#935b3e
#7e4e35
#69412c
#543423
#3f271a
#2a1a11
#150d08
#000000

Similar Color like #bd7550 color

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

#be7651
#bf7752
#c07853
#c17954
#c27a55
#c37b56
#c47c57
#c57d58
#c67e59
#c77f5a
#c8805b
#c9815c
#ca825d
#cb835e
#bc744f
#bb734e
#ba724d
#b9714c
#b8704b
#b76f4a
#b66e49
#b56d48
#b46c47
#b36b46
#b26a45
#b16944
#b06843
#af6742

Monochromatic Color with #bd7550

#bd7550
#e78f62
#130c08
#3d261a
#68402c
#925b3e

Tints of #bd7550 Color

#bd7550
#c48463
#cb9376
#d3a38a
#dab29d
#e1c1b1
#e9d1c4
#f0e0d8
#f7efeb
#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

#bd7550
#5098bd

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

Split Complementary

#bd7550
#50bdac
#5062bd

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

Analogous Color

#bd5057
#bd5f50
#bd7550
#bd8b50
#bda150

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

#bd7550
#50bd75
#7550bd

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

#bd7550
#61bd50
#5098bd
#ab50bd

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

#bd7550
#5098bd
#5062bd
#bdac50

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

#bd7550 Color Code Preview on Black Background Color

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

#bd7550 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd7550

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd7550

#bd7550 color code is use for CSS Background Color

Background color for the above div is #bd7550

HTML with inline CSS

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

#bd7550 color code is use for CSS Border Color

CSS Border color for the above div is #bd7550

HTML with inline CSS

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

CSS Border Left color for the above div is #bd7550

HTML with inline CSS

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

CSS Border Right color for the above div is #bd7550

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd7550

HTML with inline CSS

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

CSS Border Top color for the above div is #bd7550

HTML with inline CSS

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

#bd7550 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd7550 Color code Preview on White Background

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

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,117,80,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(80,152,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,117,80,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.