crispedge.com

Color picker

Loading...

#bc563a hex color - Orange - Warm color - Information

#bc563a hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #bc563a Color code in RGB color code model is created after adding 73.73% red color, 33.73% green color and 22.75% blue color. Hex #bc563a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 54% magenta, 69% yellow and 26% black.

Hex #bc563a color code is between #bb5533 web safe hex color code and #cc6644 web safe hex color code. #bb5533 is the nearest web safe color code. You can see here many more shades of #bc563a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebc563a#bc563a
RGB Decimal188, 86, 58rgb(188, 86, 58)
RGB Percent74%, 34%, 23%rgb(74%, 34%, 23%)
CSS RGBa188, 86, 58,1rgba(188,86,58,1)
CMYK Modelcmyk(0%,54%,69%,26%)
HSL Color Space13,53% ,48%hsl(13,53% ,48%)
HSV Color Space13°, 69%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111000101011000111010
Octal27412672
Decimal1888658
Hexbc563a

Different shades of #bc563a color code.

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

Light Shade of #bc563a
#cd745c
Dark Shade of #bc563a
#95442e
Saturated Shade of #bc563a
#c84f2e
Desaturated Shade of #bc563a
#b05d46
Grey scale Shade of #bc563a
#7b7b7b
Brighten Shade
#d56f53
Most Readable Shade
#FFFFFF

Shades of #bc563a color code

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

#bc563a
#a74c33
#92422d
#7d3926
#682f20
#532619
#3e1c13
#29130c
#140906
#000000

Similar Color like #bc563a color

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

#bd573b
#be583c
#bf593d
#c05a3e
#c15b3f
#c25c40
#c35d41
#c45e42
#c55f43
#c66044
#c76145
#c86246
#c96347
#ca6448
#bb5539
#ba5438
#b95337
#b85236
#b75135
#b65034
#b54f33
#b44e32
#b34d31
#b24c30
#b14b2f
#b04a2e
#af492d
#ae482c

Monochromatic Color with #bc563a

#bc563a
#e66947
#120806
#3c1c13
#672f20
#91432d

Tints of #bc563a Color

#bc563a
#c3684f
#ca7b65
#d28e7b
#d9a191
#e1b3a7
#e8c6bd
#f0d9d3
#f7ece9
#ffffff

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

#bc563a
#3aa0bc

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

Split Complementary

#bc563a
#3abc97
#3a5fbc

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

Analogous Color

#bc3a52
#bc3c3a
#bc563a
#bc703a
#bc8a3a

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

#bc563a
#3abc56
#563abc

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

#bc563a
#5fbc3a
#3aa0bc
#973abc

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#bc563a
#3aa0bc
#3a5fbc
#bc973a

Double Complementary 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).

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

#bc563a Color Code Preview on Black Background Color

This is how #bc563a Color will look on black background color. Color contrast ratio is 4.53

#bc563a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc563a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc563a

#bc563a color code is use for CSS Background Color

Background color for the above div is #bc563a

HTML with inline CSS

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

#bc563a color code is use for CSS Border Color

CSS Border color for the above div is #bc563a

HTML with inline CSS

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

CSS Border Left color for the above div is #bc563a

HTML with inline CSS

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

CSS Border Right color for the above div is #bc563a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc563a

HTML with inline CSS

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

CSS Border Top color for the above div is #bc563a

HTML with inline CSS

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

#bc563a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc563a Color code Preview on White Background

This is how #bc563a Color code will look on white background color. Color contrast ratio is 4.64

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(188,86,58,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(58,160,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,86,58,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.