crispedge.com

Color picker

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

#bd5379 hex color - Red - Warm color - Information

#bd5379 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #bd5379 Color code in RGB color code model is created after adding 74.12% red color, 32.55% green color and 47.45% blue color. Hex #bd5379 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 56% magenta, 36% yellow and 26% black.

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

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codebd5379#bd5379
RGB Decimal189, 83, 121rgb(189, 83, 121)
RGB Percent74%, 33%, 47%rgb(74%, 33%, 47%)
CSS RGBa189, 83, 121,1rgba(189,83,121,1)
CMYK Modelcmyk(0%,56%,36%,26%)
HSL Color Space338,45% ,53%hsl(338,45% ,53%)
HSV Color Space338°, 56%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111010101001101111001
Octal275123171
Decimal18983121
Hexbd5379

Different shades of #bd5379 color code.

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

Light Shade of #bd5379
#cb7896
Dark Shade of #bd5379
#a03d61
Saturated Shade of #bd5379
#c94776
Desaturated Shade of #bd5379
#b15f7c
Grey scale Shade of #bd5379
#888888
Brighten Shade
#d66c92
Most Readable Shade
#FFFFFF

Shades of #bd5379 color code

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

#bd5379
#a8496b
#93405e
#7e3750
#692e43
#542435
#3f1b28
#2a121a
#15090d
#000000

Similar Color like #bd5379 color

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

#be547a
#bf557b
#c0567c
#c1577d
#c2587e
#c3597f
#c45a80
#c55b81
#c65c82
#c75d83
#c85e84
#c95f85
#ca6086
#cb6187
#bc5278
#bb5177
#ba5076
#b94f75
#b84e74
#b74d73
#b64c72
#b54b71
#b44a70
#b3496f
#b2486e
#b1476d
#b0466c
#af456b

Monochromatic Color with #bd5379

#bd5379
#e76694
#13080c
#3d1b27
#682e43
#92405e

Tints of #bd5379 Color

#bd5379
#c46687
#cb7996
#d38ca5
#da9fb4
#e1b2c3
#e9c5d2
#f0d8e1
#f7ebf0
#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

#bd5379
#53bd97

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

Split Complementary

#bd5379
#53bd62
#53aebd

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

Analogous Color

#bd53a3
#bd538e
#bd5379
#bd5364
#bd5753

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

#bd5379
#79bd53
#5379bd

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

#bd5379
#aebd53
#53bd97
#6253bd

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

#bd5379
#53bd97
#53aebd
#bd6253

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

#bd5379 Color Code Preview on Black Background Color

This is how #bd5379 Color will look on black background color. Color contrast ratio is 4.68

#bd5379 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd5379

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd5379

#bd5379 color code is use for CSS Background Color

Background color for the above div is #bd5379

HTML with inline CSS

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

#bd5379 color code is use for CSS Border Color

CSS Border color for the above div is #bd5379

HTML with inline CSS

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

CSS Border Left color for the above div is #bd5379

HTML with inline CSS

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

CSS Border Right color for the above div is #bd5379

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd5379

HTML with inline CSS

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

CSS Border Top color for the above div is #bd5379

HTML with inline CSS

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

#bd5379 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd5379 Color code Preview on White Background

This is how #bd5379 Color code will look on white background color. Color contrast ratio is 4.49

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.