Skip to main content Skip to docs navigation

#bc540b hex color | Download Dark Red 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 Brick Orange and its hex is #C14A09 Nearest Color Name

Color Hue/Base color: Red

Hex #bc540b Color code in RGB color code model is created after adding 73.73% red color, 32.94% green color and 4.31% blue color. Hex #bc540b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 55% magenta, 94% yellow and 26.27% black.

Hex #bc540b color code is between #bb5511 web safe hex color code and #cc4400 web safe hex color code. #bb5511 is the nearest web safe color code. You can see here many more shades of #bc540b color code.

RGB Chart

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

Color Table

Hex Color Code bc540b #bc540b
RGB Decimal 188, 84, 11 188, 84, 11
RGB Percent 74%, 33%, 4% rgb(74%, 33%, 4%)
CSS RGBa 188, 84, 11,1 rgba(188,84,11,1)
CMYK Model cmyk(0%,55%,94%,26.27%)
HSL Color Space 25,89% ,39% hsl(25,89% ,39%)
HSV Color Space 25°, 94%, 74%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111100 01010100 00001011
Octal 274 124 13
Decimal 188 84 11
Hex bc 54 0b

Different shades of #bc540b color code.

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

Darkest of #bc540b
#2b1303
Darker of #bc540b
#5c2905
Dark of #bc540b
#8c3e08
Base of #bc540b
#bc540b
Light of #bc540b
#ec6a0e
Lighter
#f3863a
Lightest
#f6a46a

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

#bc540b
#0b73bc

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

Split Complementary

#bc540b
#0bbcad
#0b1abc

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

Analogous Color

#bc0b29
#bc0b0c
#bc540b
#bc8f0b
#9fbc0b

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

#bc540b
#540bbc
#0bbc54

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

#bc540b
#0bbc54
#0b73bc
#bc0b73

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

#bc540b
#1abc0b
#0b73bc
#ad0bbc

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

#000000
#2b1303
#5c2905
#8c3e08
#bc540b
#ec6a0e
#f3863a
#f6a46a
#f9c19a

Tints of #bc540b Color

#bc540b
#c36726
#ca7a41
#d28d5c
#d9a077
#e1b392
#e8c6ad
#f0d9c8
#f7ece3
#ffffff

Shades of #bc540b color code

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

#bc540b
#a74a09
#924108
#7d3807
#682e06
#532504
#3e1c03
#291202
#140901
#000000

Tones

#bc540b
#a8571f
#945b33
#805e47
#6c625b

Tones

Similar Color like #bc540b color

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

#bd550c
#be560d
#bf570e
#c0580f
#c15910
#c25a11
#c35b12
#c45c13
#c55d14
#c65e15
#c75f16
#c86017
#c96118
#ca6219
#bb530a
#ba5209
#b95108
#b85007
#b74f06
#b64e05
#b54d04
#b44c03
#b34b02
#b24a01
#b14900
#b04800
#af4700
#ae4600

Download this Dark Red

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

#bc540b Color Code Preview on Black Background Color

This is how #bc540b Color will look on black background color. Color contrast ratio is 4.41

#bc540b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc540b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc540b

#bc540b color code is use for CSS Background Color

Background color for the above div is #bc540b

HTML with inline CSS

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

#bc540b color code is use for CSS Border Color

CSS Border color for the above div is #bc540b

HTML with inline CSS

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

CSS Border Left color for the above div is #bc540b

HTML with inline CSS

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

CSS Border Right color for the above div is #bc540b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc540b

HTML with inline CSS

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

CSS Border Top color for the above div is #bc540b

HTML with inline CSS

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

#bc540b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc540b Color code Preview on White Background

This is how #bc540b Color code will look on white background color. Color contrast ratio is 4.76

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

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(188,84,11,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(11,115,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,84,11,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }