crispedge.com

Color picker

Loading...

#bc456c hex color - Red - Warm color - Information

#bc456c hex color - Red - Warm color

Color Hue/Base color: Red

Hex #bc456c Color code in RGB color code model is created after adding 73.73% red color, 27.06% green color and 42.35% blue color. Hex #bc456c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 63% magenta, 43% yellow and 26% black.

Hex #bc456c color code is between #bb4466 web safe hex color code and #cc5577 web safe hex color code. #bb4466 is the nearest web safe color code. You can see here many more shades of #bc456c color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codebc456c#bc456c
RGB Decimal188, 69, 108rgb(188, 69, 108)
RGB Percent74%, 27%, 42%rgb(74%, 27%, 42%)
CSS RGBa188, 69, 108,1rgba(188,69,108,1)
CMYK Modelcmyk(0%,63%,43%,26%)
HSL Color Space340,47% ,50%hsl(340,47% ,50%)
HSV Color Space340°, 63%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111000100010101101100
Octal274105154
Decimal18869108
Hexbc456c

Different shades of #bc456c color code.

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

Light Shade of #bc456c
#c96a8a
Dark Shade of #bc456c
#973756
Saturated Shade of #bc456c
#c93868
Desaturated Shade of #bc456c
#af5270
Grey scale Shade of #bc456c
#808080
Brighten Shade
#d55e85
Most Readable Shade
#FFFFFF

Shades of #bc456c color code

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

#bc456c
#a73d60
#923554
#7d2e48
#68263c
#531e30
#3e1724
#290f18
#14070c
#000000

Similar Color like #bc456c color

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

#bd466d
#be476e
#bf486f
#c04970
#c14a71
#c24b72
#c34c73
#c44d74
#c54e75
#c64f76
#c75077
#c85178
#c95279
#ca537a
#bb446b
#ba436a
#b94269
#b84168
#b74067
#b63f66
#b53e65
#b43d64
#b33c63
#b23b62
#b13a61
#b03960
#af385f
#ae375e

Monochromatic Color with #bc456c

#bc456c
#e65584
#12070a
#3c1623
#67263b
#913554

Tints of #bc456c Color

#bc456c
#c3597c
#ca6e8c
#d2839d
#d997ad
#e1acbd
#e8c1ce
#f0d5de
#f7eaee
#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

#bc456c
#45bc95

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

Split Complementary

#bc456c
#45bc59
#45a8bc

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

Analogous Color

#bc459c
#bc4584
#bc456c
#bc4554
#bc4e45

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

#bc456c
#6cbc45
#456cbc

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

#bc456c
#a7bc45
#45bc95
#5945bc

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

#bc456c
#45bc95
#45a8bc
#bc5945

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

#bc456c Color Code Preview on Black Background Color

This is how #bc456c Color will look on black background color. Color contrast ratio is 4.21

#bc456c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc456c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc456c

#bc456c color code is use for CSS Background Color

Background color for the above div is #bc456c

HTML with inline CSS

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

#bc456c color code is use for CSS Border Color

CSS Border color for the above div is #bc456c

HTML with inline CSS

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

CSS Border Left color for the above div is #bc456c

HTML with inline CSS

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

CSS Border Right color for the above div is #bc456c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc456c

HTML with inline CSS

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

CSS Border Top color for the above div is #bc456c

HTML with inline CSS

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

#bc456c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc456c Color code Preview on White Background

This is how #bc456c Color code will look on white background color. Color contrast ratio is 4.99

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.