crispedge.com

#bc815c hex color - Yellow - Warm color - Information

#bc815c hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #bc815c Color code in RGB color code model is created after adding 73.73% red color, 50.59% green color and 36.08% blue color. Hex #bc815c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 31% magenta, 51% yellow and 26% black.

Hex #bc815c color code is between #bb8855 web safe hex color code and #cc7766 web safe hex color code. #bb8855 is the nearest web safe color code. You can see here many more shades of #bc815c color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebc815c#bc815c
RGB Decimal188, 129, 92rgb(188, 129, 92)
RGB Percent74%, 51%, 36%rgb(74%, 51%, 36%)
CSS RGBa188, 129, 92,1rgba(188,129,92,1)
CMYK Modelcmyk(0%,31%,51%,26%)
HSL Color Space23,42% ,55%hsl(23,42% ,55%)
HSV Color Space23°, 51%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111001000000101011100
Octal274201134
Decimal18812992
Hexbc815c

Different shades of #bc815c color code.

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

Light Shade of #bc815c
#cb9d80
Dark Shade of #bc815c
#a26843
Saturated Shade of #bc815c
#c77e51
Desaturated Shade of #bc815c
#b08468
Grey scale Shade of #bc815c
#8c8c8c
Brighten Shade
#d59a75
Most Readable Shade
#000000

Shades of #bc815c color code

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

#bc815c
#a77251
#926447
#7d563d
#684733
#533928
#3e2b1e
#291c14
#140e0a
#000000

Similar Color like #bc815c color

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

#bd825d
#be835e
#bf845f
#c08560
#c18661
#c28762
#c38863
#c48964
#c58a65
#c68b66
#c78c67
#c88d68
#c98e69
#ca8f6a
#bb805b
#ba7f5a
#b97e59
#b87d58
#b77c57
#b67b56
#b57a55
#b47954
#b37853
#b27752
#b17651
#b07550
#af744f
#ae734e

Monochromatic Color with #bc815c

#bc815c
#e69e71
#120c09
#3c2a1e
#674732
#916447

Tints of #bc815c Color

#bc815c
#c38f6e
#ca9d80
#d2ab92
#d9b9a4
#e1c7b6
#e8d5c8
#f0e3da
#f7f1ec
#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

#bc815c
#5c97bc

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

Split Complementary

#bc815c
#5cbcb1
#5c67bc

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

Analogous Color

#bc5c5d
#bc6e5c
#bc815c
#bc945c
#bca75c

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

#bc815c
#5cbc81
#815cbc

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

#bc815c
#67bc5c
#5c97bc
#b15cbc

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

#bc815c
#5c97bc
#5c67bc
#bcb15c

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 #bc815c 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.

#bc815c Color Code Preview on Black Background Color

This is how #bc815c Color will look on black background color. Color contrast ratio is 6.43

#bc815c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc815c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc815c

#bc815c color code is use for CSS Background Color

Background color for the above div is #bc815c

HTML with inline CSS

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

#bc815c color code is use for CSS Border Color

CSS Border color for the above div is #bc815c

HTML with inline CSS

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

CSS Border Left color for the above div is #bc815c

HTML with inline CSS

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

CSS Border Right color for the above div is #bc815c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc815c

HTML with inline CSS

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

CSS Border Top color for the above div is #bc815c

HTML with inline CSS

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

#bc815c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc815c Color code Preview on White Background

This is how #bc815c Color code will look on white background color. Color contrast ratio is 3.26

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.

< /html>