Skip to main content Skip to docs navigation

#b45f4f hex color | Download Dark Orange 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 Bruschetta and its hex is #B2654E Nearest Color Name

Color Hue/Base color: Orange

Hex #b45f4f Color code in RGB color code model is created after adding 70.59% red color, 37.25% green color and 30.98% blue color. Hex #b45f4f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 47% magenta, 56% yellow and 29.41% black.

Hex #b45f4f color code is between #bb6655 web safe hex color code and #aa5544 web safe hex color code. #bb6655 is the nearest web safe color code. You can see here many more shades of #b45f4f color code.

RGB Chart

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

Color Table

Hex Color Code b45f4f #b45f4f
RGB Decimal 180, 95, 79 180, 95, 79
RGB Percent 71%, 37%, 31% rgb(71%, 37%, 31%)
CSS RGBa 180, 95, 79,1 rgba(180,95,79,1)
CMYK Model cmyk(0%,47%,56%,29.41%)
HSL Color Space 10,40% ,51% hsl(10,40% ,51%)
HSV Color Space 10°, 56%, 71%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110100 01011111 01001111
Octal 264 137 117
Decimal 180 95 79
Hex b4 5f 4f

Different shades of #b45f4f color code.

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

Darkest of #b45f4f
#4a2620
Darker of #b45f4f
#6e392f
Dark of #b45f4f
#924b3e
Base of #b45f4f
#b45f4f
Light of #b45f4f
#c37f73
Lighter
#d2a097
Lightest
#e2c1ba

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

#b45f4f
#4fa4b4

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

Split Complementary

#b45f4f
#4fb491
#4f71b4

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

Analogous Color

#b44f7a
#b44f69
#b45f4f
#b4814f
#b4ab4f

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

#b45f4f
#5f4fb4
#4fb45f

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

#b45f4f
#4fb45f
#4fa4b4
#b44fa4

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

#b45f4f
#71b44f
#4fa4b4
#914fb4

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

#271410
#4a2620
#6e392f
#924b3e
#b45f4f
#c37f73
#d2a097
#e2c1ba
#f1e1de

Tints of #b45f4f Color

#b45f4f
#bc7062
#c48276
#cd9489
#d5a69d
#ddb7b0
#e6c9c4
#eedbd7
#f6edeb
#ffffff

Shades of #b45f4f color code

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

#b45f4f
#a05446
#8c493d
#783f34
#64342b
#502a23
#3c1f1a
#281511
#140a08
#000000

Tones

#b45f4f
#9b7068
#828181
#818181
#818181

Tones

Similar Color like #b45f4f color

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

#b56050
#b66151
#b76252
#b86353
#b96454
#ba6555
#bb6656
#bc6757
#bd6858
#be6959
#bf6a5a
#c06b5b
#c16c5c
#c26d5d
#b35e4e
#b25d4d
#b15c4c
#b05b4b
#af5a4a
#ae5949
#ad5848
#ac5747
#ab5646
#aa5545
#a95444
#a85343
#a75242
#a65141

Download this Dark Orange

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

#b45f4f Color Code Preview on Black Background Color

This is how #b45f4f Color will look on black background color. Color contrast ratio is 4.69

#b45f4f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b45f4f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b45f4f

#b45f4f color code is use for CSS Background Color

Background color for the above div is #b45f4f

HTML with inline CSS

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

#b45f4f color code is use for CSS Border Color

CSS Border color for the above div is #b45f4f

HTML with inline CSS

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

CSS Border Left color for the above div is #b45f4f

HTML with inline CSS

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

CSS Border Right color for the above div is #b45f4f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b45f4f

HTML with inline CSS

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

CSS Border Top color for the above div is #b45f4f

HTML with inline CSS

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

#b45f4f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b45f4f Color code Preview on White Background

This is how #b45f4f Color code will look on white background color. Color contrast ratio is 4.48

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

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