crispedge.com

Color picker

Loading...

#b7503e hex color - Orange - Warm color - Information

#b7503e hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #b7503e Color code in RGB color code model is created after adding 71.76% red color, 31.37% green color and 24.31% blue color. Hex #b7503e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 56% magenta, 66% yellow and 28% black.

Hex #b7503e color code is between #bb5544 web safe hex color code and #aa4433 web safe hex color code. #bb5544 is the nearest web safe color code. You can see here many more shades of #b7503e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb7503e#b7503e
RGB Decimal183, 80, 62rgb(183, 80, 62)
RGB Percent72%, 31%, 24%rgb(72%, 31%, 24%)
CSS RGBa183, 80, 62,1rgba(183,80,62,1)
CMYK Modelcmyk(0%,56%,66%,28%)
HSL Color Space9,49% ,48%hsl(9,49% ,48%)
HSV Color Space9°, 66%, 72%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101110101000000111110
Octal26712076
Decimal1838062
Hexb7503e

Different shades of #b7503e color code.

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

Light Shade of #b7503e
#c96f5f
Dark Shade of #b7503e
#913f31
Saturated Shade of #b7503e
#c34732
Desaturated Shade of #b7503e
#ab594a
Grey scale Shade of #b7503e
#7a7a7a
Brighten Shade
#d06957
Most Readable Shade
#FFFFFF

Shades of #b7503e color code

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

#b7503e
#a24737
#8e3e30
#7a3529
#652c22
#51231b
#3d1a14
#28110d
#140806
#000000

Similar Color like #b7503e color

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

#b8513f
#b95240
#ba5341
#bb5442
#bc5543
#bd5644
#be5745
#bf5846
#c05947
#c15a48
#c25b49
#c35c4a
#c45d4b
#c55e4c
#b64f3d
#b54e3c
#b44d3b
#b34c3a
#b24b39
#b14a38
#b04937
#af4836
#ae4735
#ad4634
#ac4533
#ab4432
#aa4331
#a94230

Monochromatic Color with #b7503e

#b7503e
#e1634c
#0d0604
#371813
#622b21
#8c3d30

Tints of #b7503e Color

#b7503e
#bf6353
#c77668
#cf8a7e
#d79d93
#dfb1a9
#e7c4be
#efd8d4
#f7ebe9
#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

#b7503e
#3ea5b7

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

Split Complementary

#b7503e
#3eb78d
#3e69b7

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

Analogous Color

#b73e5c
#b73e44
#b7503e
#b7683e
#b7803e

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

#b7503e
#3eb750
#503eb7

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

#b7503e
#68b73e
#3ea5b7
#8c3eb7

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

#b7503e
#3ea5b7
#3e69b7
#b78d3e

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

#b7503e Color Code Preview on Black Background Color

This is how #b7503e Color will look on black background color. Color contrast ratio is 4.23

#b7503e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b7503e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b7503e

#b7503e color code is use for CSS Background Color

Background color for the above div is #b7503e

HTML with inline CSS

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

#b7503e color code is use for CSS Border Color

CSS Border color for the above div is #b7503e

HTML with inline CSS

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

CSS Border Left color for the above div is #b7503e

HTML with inline CSS

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

CSS Border Right color for the above div is #b7503e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b7503e

HTML with inline CSS

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

CSS Border Top color for the above div is #b7503e

HTML with inline CSS

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

#b7503e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b7503e Color code Preview on White Background

This is how #b7503e Color code will look on white background color. Color contrast ratio is 4.96

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

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(183,80,62,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(62,165,183,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(183,80,62,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.