crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#bc5c72 hex color - Red - Warm color - Information

#bc5c72 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

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

Hex #bc5c72 color code is between #bb5577 web safe hex color code and #cc6666 web safe hex color code. #bb5577 is the nearest web safe color code. You can see here many more shades of #bc5c72 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebc5c72#bc5c72
RGB Decimal188, 92, 114rgb(188, 92, 114)
RGB Percent74%, 36%, 45%rgb(74%, 36%, 45%)
CSS RGBa188, 92, 114,1rgba(188,92,114,1)
CMYK Modelcmyk(0%,51%,39%,26%)
HSL Color Space346,42% ,55%hsl(346,42% ,55%)
HSV Color Space346°, 51%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111000101110001110010
Octal274134162
Decimal18892114
Hexbc5c72

Different shades of #bc5c72 color code.

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

Light Shade of #bc5c72
#cb8091
Dark Shade of #bc5c72
#a24359
Saturated Shade of #bc5c72
#c7516c
Desaturated Shade of #bc5c72
#b06878
Grey scale Shade of #bc5c72
#8c8c8c
Brighten Shade
#d5758b
Most Readable Shade
#FFFFFF

Shades of #bc5c72 color code

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

#bc5c72
#a75165
#924758
#7d3d4c
#68333f
#532832
#3e1e26
#291419
#140a0c
#000000

Similar Color like #bc5c72 color

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

#bd5d73
#be5e74
#bf5f75
#c06076
#c16177
#c26278
#c36379
#c4647a
#c5657b
#c6667c
#c7677d
#c8687e
#c9697f
#ca6a80
#bb5b71
#ba5a70
#b9596f
#b8586e
#b7576d
#b6566c
#b5556b
#b4546a
#b35369
#b25268
#b15167
#b05066
#af4f65
#ae4e64

Monochromatic Color with #bc5c72

#bc5c72
#e6718c
#12090b
#3c1e25
#67323e
#914758

Tints of #bc5c72 Color

#bc5c72
#c36e81
#ca8091
#d292a1
#d9a4b0
#e1b6c0
#e8c8d0
#f0dadf
#f7ecef
#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

#bc5c72
#5cbca6

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

Split Complementary

#bc5c72
#5cbc76
#5ca2bc

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

Analogous Color

#bc5c98
#bc5c85
#bc5c72
#bc5c5f
#bc6c5c

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

#bc5c72
#72bc5c
#5c72bc

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

#bc5c72
#a2bc5c
#5cbca6
#765cbc

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

#bc5c72
#5cbca6
#5ca2bc
#bc765c

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

#bc5c72 Color Code Preview on Black Background Color

This is how #bc5c72 Color will look on black background color. Color contrast ratio is 4.91

#bc5c72 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc5c72

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc5c72

#bc5c72 color code is use for CSS Background Color

Background color for the above div is #bc5c72

HTML with inline CSS

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

#bc5c72 color code is use for CSS Border Color

CSS Border color for the above div is #bc5c72

HTML with inline CSS

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

CSS Border Left color for the above div is #bc5c72

HTML with inline CSS

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

CSS Border Right color for the above div is #bc5c72

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc5c72

HTML with inline CSS

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

CSS Border Top color for the above div is #bc5c72

HTML with inline CSS

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

#bc5c72 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc5c72 Color code Preview on White Background

This is how #bc5c72 Color code will look on white background color. Color contrast ratio is 4.28

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.