crispedge.com

Color picker

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

#be5d74 hex color - Red - Warm color - Information

#be5d74 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #be5d74 Color code in RGB color code model is created after adding 74.51% red color, 36.47% green color and 45.49% blue color. Hex #be5d74 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 51% magenta, 39% yellow and 25% black.

Hex #be5d74 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 #be5d74 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codebe5d74#be5d74
RGB Decimal190, 93, 116rgb(190, 93, 116)
RGB Percent75%, 36%, 45%rgb(75%, 36%, 45%)
CSS RGBa190, 93, 116,1rgba(190,93,116,1)
CMYK Modelcmyk(0%,51%,39%,25%)
HSL Color Space346,43% ,55%hsl(346,43% ,55%)
HSV Color Space346°, 51%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111100101110101110100
Octal276135164
Decimal19093116
Hexbe5d74

Different shades of #be5d74 color code.

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

Light Shade of #be5d74
#cd8193
Dark Shade of #be5d74
#a6425a
Saturated Shade of #be5d74
#c9526e
Desaturated Shade of #be5d74
#b3687a
Grey scale Shade of #be5d74
#8d8d8d
Brighten Shade
#d7768d
Most Readable Shade
#FFFFFF

Shades of #be5d74 color code

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

#be5d74
#a85267
#93485a
#7e3e4d
#693340
#542933
#3f1f26
#2a1419
#150a0c
#000000

Similar Color like #be5d74 color

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

#bf5e75
#c05f76
#c16077
#c26178
#c36279
#c4637a
#c5647b
#c6657c
#c7667d
#c8677e
#c9687f
#ca6980
#cb6a81
#cc6b82
#bd5c73
#bc5b72
#bb5a71
#ba5970
#b9586f
#b8576e
#b7566d
#b6556c
#b5546b
#b4536a
#b35269
#b25168
#b15067
#b04f66

Monochromatic Color with #be5d74

#be5d74
#e8728e
#140a0c
#3e1f26
#693340
#93485a

Tints of #be5d74 Color

#be5d74
#c56f83
#cc8192
#d393a2
#daa5b1
#e2b7c1
#e9c9d0
#f0dbe0
#f7edef
#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

#be5d74
#5dbea7

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

Split Complementary

#be5d74
#5dbe76
#5da5be

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

Analogous Color

#be5d9b
#be5d87
#be5d74
#be5d61
#be6d5d

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

#be5d74
#74be5d
#5d74be

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

#be5d74
#a4be5d
#5dbea7
#775dbe

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

#be5d74
#5dbea7
#5da5be
#be765d

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

#be5d74 Color Code Preview on Black Background Color

This is how #be5d74 Color will look on black background color. Color contrast ratio is 5.01

#be5d74 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be5d74

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be5d74

#be5d74 color code is use for CSS Background Color

Background color for the above div is #be5d74

HTML with inline CSS

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

#be5d74 color code is use for CSS Border Color

CSS Border color for the above div is #be5d74

HTML with inline CSS

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

CSS Border Left color for the above div is #be5d74

HTML with inline CSS

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

CSS Border Right color for the above div is #be5d74

HTML with inline CSS

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

CSS Border Bottom color for the above div is #be5d74

HTML with inline CSS

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

CSS Border Top color for the above div is #be5d74

HTML with inline CSS

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

#be5d74 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#be5d74 Color code Preview on White Background

This is how #be5d74 Color code will look on white background color. Color contrast ratio is 4.19

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.