crispedge.com

Color picker

Loading...

#bc859b hex color - Red - Warm color - Information

#bc859b hex color - Red - Warm color

Color Hue/Base color: Red

Hex #bc859b Color code in RGB color code model is created after adding 73.73% red color, 52.16% green color and 60.78% blue color. Hex #bc859b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 29% magenta, 18% yellow and 26% black.

Hex #bc859b color code is between #bb8899 web safe hex color code and #cc77aa web safe hex color code. #bb8899 is the nearest web safe color code. You can see here many more shades of #bc859b color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebc859b#bc859b
RGB Decimal188, 133, 155rgb(188, 133, 155)
RGB Percent74%, 52%, 61%rgb(74%, 52%, 61%)
CSS RGBa188, 133, 155,1rgba(188,133,155,1)
CMYK Modelcmyk(0%,29%,18%,26%)
HSL Color Space336,29% ,63%hsl(336,29% ,63%)
HSV Color Space336°, 29%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111001000010110011011
Octal274205233
Decimal188133155
Hexbc859b

Different shades of #bc859b color code.

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

Light Shade of #bc859b
#cea6b6
Dark Shade of #bc859b
#aa6480
Saturated Shade of #bc859b
#c57c99
Desaturated Shade of #bc859b
#b38e9d
Grey scale Shade of #bc859b
#a0a0a0
Brighten Shade
#d59eb4
Most Readable Shade
#000000

Shades of #bc859b color code

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

#bc859b
#a77689
#926778
#7d5867
#684956
#533b44
#3e2c33
#291d22
#140e11
#000000

Similar Color like #bc859b color

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

#bd869c
#be879d
#bf889e
#c0899f
#c18aa0
#c28ba1
#c38ca2
#c48da3
#c58ea4
#c68fa5
#c790a6
#c891a7
#c992a8
#ca93a9
#bb849a
#ba8399
#b98298
#b88197
#b78096
#b67f95
#b57e94
#b47d93
#b37c92
#b27b91
#b17a90
#b0798f
#af788e
#ae778d

Monochromatic Color with #bc859b

#bc859b
#e6a3be
#120d0f
#3c2b32
#674955
#916778

Tints of #bc859b Color

#bc859b
#c392a6
#caa0b1
#d2adbc
#d9bbc7
#e1c8d2
#e8d6dd
#f0e3e8
#f7f1f3
#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

#bc859b
#85bca6

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

Split Complementary

#bc859b
#85bc8b
#85b7bc

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

Analogous Color

#bc85b1
#bc85a6
#bc859b
#bc8590
#bc8585

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

#bc859b
#9bbc85
#859bbc

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

#bc859b
#b6bc85
#85bca6
#8a85bc

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

#bc859b
#85bca6
#85b7bc
#bc8b85

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

#bc859b Color Code Preview on Black Background Color

This is how #bc859b Color will look on black background color. Color contrast ratio is 6.97

#bc859b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc859b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc859b

#bc859b color code is use for CSS Background Color

Background color for the above div is #bc859b

HTML with inline CSS

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

#bc859b color code is use for CSS Border Color

CSS Border color for the above div is #bc859b

HTML with inline CSS

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

CSS Border Left color for the above div is #bc859b

HTML with inline CSS

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

CSS Border Right color for the above div is #bc859b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc859b

HTML with inline CSS

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

CSS Border Top color for the above div is #bc859b

HTML with inline CSS

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

#bc859b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc859b Color code Preview on White Background

This is how #bc859b Color code will look on white background color. Color contrast ratio is 3.01

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

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,133,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(133,188,166,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,133,155,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.