Skip to main content Skip to docs navigation

#bf320d 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 Once Bitten and its hex is #BD2F10 Nearest Color Name

Color Hue/Base color: Orange

Hex #bf320d Color code in RGB color code model is created after adding 74.9% red color, 19.61% green color and 5.1% blue color. Hex #bf320d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 74% magenta, 93% yellow and 25.1% black.

Hex #bf320d color code is between #bb3311 web safe hex color code and #cc2200 web safe hex color code. #bb3311 is the nearest web safe color code. You can see here many more shades of #bf320d color code.

RGB Chart

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

Color Table

Hex Color Code bf320d #bf320d
RGB Decimal 191, 50, 13 191, 50, 13
RGB Percent 75%, 20%, 5% rgb(75%, 20%, 5%)
CSS RGBa 191, 50, 13,1 rgba(191,50,13,1)
CMYK Model cmyk(0%,74%,93%,25.1%)
HSL Color Space 12,87% ,40% hsl(12,87% ,40%)
HSV Color Space 12°, 93%, 75%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111111 00110010 00001101
Octal 277 62 15
Decimal 191 50 13
Hex bf 32 0d

Different shades of #bf320d color code.

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

Darkest of #bf320d
#300c03
Darker of #bf320d
#5f1907
Dark of #bf320d
#8f250a
Base of #bf320d
#bf320d
Light of #bf320d
#ef3e10
Lighter
#f26540
Lightest
#f58b70

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

#bf320d
#0d9abf

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

Split Complementary

#bf320d
#0dbf8b
#0d41bf

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

Analogous Color

#bf0d50
#bf0d32
#bf320d
#bf6d0d
#bfb70d

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

#bf320d
#320dbf
#0dbf32

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

#bf320d
#0dbf32
#0d9abf
#bf0d9a

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

#bf320d
#41bf0d
#0d9abf
#8b0dbf

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

#000000
#300c03
#5f1907
#8f250a
#bf320d
#ef3e10
#f26540
#f58b70
#f8b2a0

Tints of #bf320d Color

#bf320d
#c64827
#cd5f42
#d4765d
#db8d78
#e2a393
#e9baae
#f0d1c9
#f7e8e4
#ffffff

Shades of #bf320d color code

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

#bf320d
#a92c0b
#94260a
#7f2108
#6a1b07
#541605
#3f1004
#2a0b02
#150501
#000000

Tones

#bf320d
#ab3e21
#964a36
#82564a
#6d625f

Tones

Similar Color like #bf320d color

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

#c0330e
#c1340f
#c23510
#c33611
#c43712
#c53813
#c63914
#c73a15
#c83b16
#c93c17
#ca3d18
#cb3e19
#cc3f1a
#cd401b
#be310c
#bd300b
#bc2f0a
#bb2e09
#ba2d08
#b92c07
#b82b06
#b72a05
#b62904
#b52803
#b42702
#b32601
#b22500
#b12400

Download this Dark Orange

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

#bf320d Color Code Preview on Black Background Color

This is how #bf320d Color will look on black background color. Color contrast ratio is 3.68

#bf320d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bf320d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bf320d

#bf320d color code is use for CSS Background Color

Background color for the above div is #bf320d

HTML with inline CSS

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

#bf320d color code is use for CSS Border Color

CSS Border color for the above div is #bf320d

HTML with inline CSS

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

CSS Border Left color for the above div is #bf320d

HTML with inline CSS

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

CSS Border Right color for the above div is #bf320d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bf320d

HTML with inline CSS

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

CSS Border Top color for the above div is #bf320d

HTML with inline CSS

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

#bf320d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bf320d Color code Preview on White Background

This is how #bf320d Color code will look on white background color. Color contrast ratio is 5.71

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

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(191,50,13,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(13,154,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(191,50,13,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }