crispedge.com

Color picker

Loading...

#bf506b hex color - Red - Warm color - Information

#bf506b hex color - Red - Warm color

Color Hue/Base color: Red

Hex #bf506b Color code in RGB color code model is created after adding 74.9% red color, 31.37% green color and 41.96% blue color. Hex #bf506b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 44% yellow and 25% black.

Hex #bf506b color code is between #bb5566 web safe hex color code and #cc4477 web safe hex color code. #bb5566 is the nearest web safe color code. You can see here many more shades of #bf506b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebf506b#bf506b
RGB Decimal191, 80, 107rgb(191, 80, 107)
RGB Percent75%, 31%, 42%rgb(75%, 31%, 42%)
CSS RGBa191, 80, 107,1rgba(191,80,107,1)
CMYK Modelcmyk(0%,58%,44%,25%)
HSL Color Space345,46% ,53%hsl(345,46% ,53%)
HSV Color Space345°, 58%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111110101000001101011
Octal277120153
Decimal19180107
Hexbf506b

Different shades of #bf506b color code.

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

Light Shade of #bf506b
#cd758b
Dark Shade of #bf506b
#a13b54
Saturated Shade of #bf506b
#cb4465
Desaturated Shade of #bf506b
#b35c71
Grey scale Shade of #bf506b
#878787
Brighten Shade
#d86984
Most Readable Shade
#FFFFFF

Shades of #bf506b color code

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

#bf506b
#a9475f
#943e53
#7f3547
#6a2c3b
#54232f
#3f1a23
#2a1117
#15080b
#000000

Similar Color like #bf506b color

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

#c0516c
#c1526d
#c2536e
#c3546f
#c45570
#c55671
#c65772
#c75873
#c85974
#c95a75
#ca5b76
#cb5c77
#cc5d78
#cd5e79
#be4f6a
#bd4e69
#bc4d68
#bb4c67
#ba4b66
#b94a65
#b84964
#b74863
#b64762
#b54661
#b44560
#b3445f
#b2435e
#b1425d

Monochromatic Color with #bf506b

#bf506b
#e96283
#15090c
#3f1b24
#6a2c3b
#943e53

Tints of #bf506b Color

#bf506b
#c6637b
#cd768b
#d48a9c
#db9dac
#e2b1bd
#e9c4cd
#f0d8de
#f7ebee
#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

#bf506b
#50bfa4

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

Split Complementary

#bf506b
#50bf6d
#50a2bf

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

Analogous Color

#bf5097
#bf5081
#bf506b
#bf5055
#bf6150

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

#bf506b
#6bbf50
#506bbf

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

#bf506b
#a2bf50
#50bfa4
#6c50bf

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

#bf506b
#50bfa4
#50a2bf
#bf6d50

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

#bf506b Color Code Preview on Black Background Color

This is how #bf506b Color will look on black background color. Color contrast ratio is 4.58

#bf506b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bf506b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bf506b

#bf506b color code is use for CSS Background Color

Background color for the above div is #bf506b

HTML with inline CSS

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

#bf506b color code is use for CSS Border Color

CSS Border color for the above div is #bf506b

HTML with inline CSS

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

CSS Border Left color for the above div is #bf506b

HTML with inline CSS

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

CSS Border Right color for the above div is #bf506b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bf506b

HTML with inline CSS

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

CSS Border Top color for the above div is #bf506b

HTML with inline CSS

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

#bf506b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bf506b Color code Preview on White Background

This is how #bf506b Color code will look on white background color. Color contrast ratio is 4.59

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

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(191,80,107,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(80,191,164,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(191,80,107,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.