Skip to main content Skip to docs navigation

#bc461b 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 Red Panda and its hex is #C34B1B Nearest Color Name

Color Hue/Base color: Orange

Hex #bc461b Color code in RGB color code model is created after adding 73.73% red color, 27.45% green color and 10.59% blue color. Hex #bc461b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 63% magenta, 86% yellow and 26.27% black.

Hex #bc461b color code is between #bb4422 web safe hex color code and #cc5511 web safe hex color code. #bb4422 is the nearest web safe color code. You can see here many more shades of #bc461b color code.

RGB Chart

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

Color Table

Hex Color Code bc461b #bc461b
RGB Decimal 188, 70, 27 188, 70, 27
RGB Percent 74%, 27%, 11% rgb(74%, 27%, 11%)
CSS RGBa 188, 70, 27,1 rgba(188,70,27,1)
CMYK Model cmyk(0%,63%,86%,26.27%)
HSL Color Space 16,75% ,42% hsl(16,75% ,42%)
HSV Color Space 16°, 86%, 74%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111100 01000110 00011011
Octal 274 106 33
Decimal 188 70 27
Hex bc 46 1b

Different shades of #bc461b color code.

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

Darkest of #bc461b
#361408
Darker of #bc461b
#63250e
Dark of #bc461b
#8f3515
Base of #bc461b
#bc461b
Light of #bc461b
#e05a2a
Lighter
#e77d56
Lightest
#ed9f83

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

#bc461b
#1b91bc

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

Split Complementary

#bc461b
#1bbc96
#1b41bc

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

Analogous Color

#bc1b4e
#bc1b33
#bc461b
#bc7c1b
#b9bc1b

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

#bc461b
#461bbc
#1bbc46

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

#bc461b
#1bbc46
#1b91bc
#bc1b91

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

#bc461b
#41bc1b
#1b91bc
#961bbc

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

#0a0401
#361408
#63250e
#8f3515
#bc461b
#e05a2a
#e77d56
#ed9f83
#f4c2af

Tints of #bc461b Color

#bc461b
#c35a34
#ca6f4d
#d28367
#d99880
#e1ac99
#e8c1b3
#f0d5cc
#f7eae5
#ffffff

Shades of #bc461b color code

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

#bc461b
#a73e18
#923615
#7d2e12
#68260f
#531f0c
#3e1709
#290f06
#140703
#000000

Tones

#bc461b
#a75031
#915a46
#7c645c
#6c6c6c

Tones

Similar Color like #bc461b color

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

#bd471c
#be481d
#bf491e
#c04a1f
#c14b20
#c24c21
#c34d22
#c44e23
#c54f24
#c65025
#c75126
#c85227
#c95328
#ca5429
#bb451a
#ba4419
#b94318
#b84217
#b74116
#b64015
#b53f14
#b43e13
#b33d12
#b23c11
#b13b10
#b03a0f
#af390e
#ae380d

Download this Dark Orange

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

#bc461b Color Code Preview on Black Background Color

This is how #bc461b Color will look on black background color. Color contrast ratio is 4.03

#bc461b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc461b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc461b

#bc461b color code is use for CSS Background Color

Background color for the above div is #bc461b

HTML with inline CSS

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

#bc461b color code is use for CSS Border Color

CSS Border color for the above div is #bc461b

HTML with inline CSS

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

CSS Border Left color for the above div is #bc461b

HTML with inline CSS

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

CSS Border Right color for the above div is #bc461b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc461b

HTML with inline CSS

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

CSS Border Top color for the above div is #bc461b

HTML with inline CSS

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

#bc461b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc461b Color code Preview on White Background

This is how #bc461b Color code will look on white background color. Color contrast ratio is 5.21

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

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