crispedge.com

Color picker

Loading...

#b5969d hex color - Brown - Warm color - Information

#b5969d hex color - Brown - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Brown

Hex #b5969d Color code in RGB color code model is created after adding 70.98% red color, 58.82% green color and 61.57% blue color. Hex #b5969d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 17% magenta, 13% yellow and 29% black.

Hex #b5969d color code is between #bb9999 web safe hex color code and #aa88aa web safe hex color code. #bb9999 is the nearest web safe color code. You can see here many more shades of #b5969d color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codeb5969d#b5969d
RGB Decimal181, 150, 157rgb(181, 150, 157)
RGB Percent71%, 59%, 62%rgb(71%, 59%, 62%)
CSS RGBa181, 150, 157,1rgba(181,150,157,1)
CMYK Modelcmyk(0%,17%,13%,29%)
HSL Color Space346,17% ,65%hsl(346,17% ,65%)
HSV Color Space346°, 17%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101011001011010011101
Octal265226235
Decimal181150157
Hexb5969d

Different shades of #b5969d color code.

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

Light Shade of #b5969d
#cab4b9
Dark Shade of #b5969d
#a07881
Saturated Shade of #b5969d
#be8d98
Desaturated Shade of #b5969d
#ac9fa2
Grey scale Shade of #b5969d
#a5a5a5
Brighten Shade
#ceafb6
Most Readable Shade
#000000

Shades of #b5969d color code

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

#b5969d
#a0858b
#8c747a
#786468
#645357
#504245
#3c3234
#282122
#141011
#000000

Similar Color like #b5969d color

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

#b6979e
#b7989f
#b899a0
#b99aa1
#ba9ba2
#bb9ca3
#bc9da4
#bd9ea5
#be9fa6
#bfa0a7
#c0a1a8
#c1a2a9
#c2a3aa
#c3a4ab
#b4959c
#b3949b
#b2939a
#b19299
#b09198
#af9097
#ae8f96
#ad8e95
#ac8d94
#ab8c93
#aa8b92
#a98a91
#a88990
#a7888f

Monochromatic Color with #b5969d

#b5969d
#dfb9c2
#0b090a
#352c2e
#605053
#8a7378

Tints of #b5969d Color

#b5969d
#bda1a7
#c5adb2
#cdb9bd
#d5c4c8
#ded0d3
#e6dcde
#eee7e9
#f6f3f4
#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

#b5969d
#96b5ae

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

Split Complementary

#b5969d
#96b59f
#96adb5

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

Analogous Color

#b596a9
#b596a3
#b5969d
#b59697
#b59b96

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

#b5969d
#9db596
#969db5

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

#b5969d
#acb596
#96b5ae
#9e96b5

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

#b5969d
#96b5ae
#96adb5
#b59f96

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

#b5969d Color Code Preview on Black Background Color

This is how #b5969d Color will look on black background color. Color contrast ratio is 7.81

#b5969d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b5969d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b5969d

#b5969d color code is use for CSS Background Color

Background color for the above div is #b5969d

HTML with inline CSS

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

#b5969d color code is use for CSS Border Color

CSS Border color for the above div is #b5969d

HTML with inline CSS

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

CSS Border Left color for the above div is #b5969d

HTML with inline CSS

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

CSS Border Right color for the above div is #b5969d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b5969d

HTML with inline CSS

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

CSS Border Top color for the above div is #b5969d

HTML with inline CSS

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

#b5969d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b5969d Color code Preview on White Background

This is how #b5969d Color code will look on white background color. Color contrast ratio is 2.69

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

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(181,150,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(150,181,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(181,150,157,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.