Skip to main content Skip to docs navigation

#bb472c 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 Pantone 7598 C and its hex is #BD472A Nearest Color Name

Color Hue/Base color: Orange

Hex #bb472c Color code in RGB color code model is created after adding 73.33% red color, 27.84% green color and 17.25% blue color. Hex #bb472c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 62% magenta, 76% yellow and 26.67% black.

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

RGB Chart

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

Color Table

Hex Color Code bb472c #bb472c
RGB Decimal 187, 71, 44 187, 71, 44
RGB Percent 73%, 28%, 17% rgb(73%, 28%, 17%)
CSS RGBa 187, 71, 44,1 rgba(187,71,44,1)
CMYK Model cmyk(0%,62%,76%,26.67%)
HSL Color Space 11,62% ,45% hsl(11,62% ,45%)
HSV Color Space 11°, 76%, 73%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111011 01000111 00101100
Octal 273 107 54
Decimal 187 71 44
Hex bb 47 2c

Different shades of #bb472c color code.

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

Darkest of #bb472c
#3f180f
Darker of #bb472c
#682819
Dark of #bb472c
#923722
Base of #bb472c
#bb472c
Light of #bb472c
#d46146
Lighter
#dd8470
Lightest
#e7a899

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

#bb472c
#2ca0bb

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

Split Complementary

#bb472c
#2cbb8e
#2c58bb

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

Analogous Color

#bb2c64
#bb2c4d
#bb472c
#bb772c
#bbb22c

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

#bb472c
#472cbb
#2cbb47

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

#bb472c
#2cbb47
#2ca0bb
#bb2ca0

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

#bb472c
#58bb2c
#2ca0bb
#8e2cbb

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

#160805
#3f180f
#682819
#923722
#bb472c
#d46146
#dd8470
#e7a899
#f1cbc2

Tints of #bb472c Color

#bb472c
#c25b43
#ca6f5a
#d18472
#d99889
#e0ada1
#e8c1b8
#efd6d0
#f7eae7
#ffffff

Shades of #bb472c color code

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

#bb472c
#a63f27
#913722
#7c2f1d
#672718
#531f13
#3e170e
#290f09
#140704
#000000

Tones

#bb472c
#a45543
#8d645a
#767271
#737373

Tones

Similar Color like #bb472c color

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

#bc482d
#bd492e
#be4a2f
#bf4b30
#c04c31
#c14d32
#c24e33
#c34f34
#c45035
#c55136
#c65237
#c75338
#c85439
#c9553a
#ba462b
#b9452a
#b84429
#b74328
#b64227
#b54126
#b44025
#b33f24
#b23e23
#b13d22
#b03c21
#af3b20
#ae3a1f
#ad391e

Download this Dark Orange

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

#bb472c Color Code Preview on Black Background Color

This is how #bb472c Color will look on black background color. Color contrast ratio is 4.05

#bb472c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb472c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb472c

#bb472c color code is use for CSS Background Color

Background color for the above div is #bb472c

HTML with inline CSS

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

#bb472c color code is use for CSS Border Color

CSS Border color for the above div is #bb472c

HTML with inline CSS

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

CSS Border Left color for the above div is #bb472c

HTML with inline CSS

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

CSS Border Right color for the above div is #bb472c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bb472c

HTML with inline CSS

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

CSS Border Top color for the above div is #bb472c

HTML with inline CSS

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

#bb472c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bb472c Color code Preview on White Background

This is how #bb472c Color code will look on white background color. Color contrast ratio is 5.18

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

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(187,71,44,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(44,160,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,71,44,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }