crispedge.com

Color picker

Loading...

#b6969b hex color - Brown - Warm color - Information

#b6969b hex color - Brown - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Brown

Hex #b6969b Color code in RGB color code model is created after adding 71.37% red color, 58.82% green color and 60.78% blue color. Hex #b6969b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 15% yellow and 29% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb6969b#b6969b
RGB Decimal182, 150, 155rgb(182, 150, 155)
RGB Percent71%, 59%, 61%rgb(71%, 59%, 61%)
CSS RGBa182, 150, 155,1rgba(182,150,155,1)
CMYK Modelcmyk(0%,18%,15%,29%)
HSL Color Space351,18% ,65%hsl(351,18% ,65%)
HSV Color Space351°, 18%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101101001011010011011
Octal266226233
Decimal182150155
Hexb6969b

Different shades of #b6969b color code.

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

Light Shade of #b6969b
#cbb4b8
Dark Shade of #b6969b
#a1787e
Saturated Shade of #b6969b
#bf8d95
Desaturated Shade of #b6969b
#ad9fa1
Grey scale Shade of #b6969b
#a6a6a6
Brighten Shade
#cfafb4
Most Readable Shade
#000000

Shades of #b6969b color code

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

#b6969b
#a18589
#8d7478
#796467
#655356
#504244
#3c3233
#282122
#141011
#000000

Similar Color like #b6969b color

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

#b7979c
#b8989d
#b9999e
#ba9a9f
#bb9ba0
#bc9ca1
#bd9da2
#be9ea3
#bf9fa4
#c0a0a5
#c1a1a6
#c2a2a7
#c3a3a8
#c4a4a9
#b5959a
#b49499
#b39398
#b29297
#b19196
#b09095
#af8f94
#ae8e93
#ad8d92
#ac8c91
#ab8b90
#aa8a8f
#a9898e
#a8888d

Monochromatic Color with #b6969b

#b6969b
#e0b9bf
#0c0a0a
#362d2e
#615053
#8b7377

Tints of #b6969b Color

#b6969b
#bea1a6
#c6adb1
#ceb9bc
#d6c4c7
#ded0d2
#e6dcdd
#eee7e8
#f6f3f3
#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

#b6969b
#96b6b1

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

Split Complementary

#b6969b
#96b6a1
#96abb6

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

Analogous Color

#b696a8
#b696a1
#b6969b
#b69796
#b69e96

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

#b6969b
#9bb696
#969bb6

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

#b6969b
#abb696
#96b6b1
#a196b6

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

#b6969b
#96b6b1
#96abb6
#b6a196

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

#b6969b Color Code Preview on Black Background Color

This is how #b6969b Color will look on black background color. Color contrast ratio is 7.82

#b6969b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b6969b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b6969b

#b6969b color code is use for CSS Background Color

Background color for the above div is #b6969b

HTML with inline CSS

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

#b6969b color code is use for CSS Border Color

CSS Border color for the above div is #b6969b

HTML with inline CSS

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

CSS Border Left color for the above div is #b6969b

HTML with inline CSS

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

CSS Border Right color for the above div is #b6969b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b6969b

HTML with inline CSS

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

CSS Border Top color for the above div is #b6969b

HTML with inline CSS

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

#b6969b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b6969b Color code Preview on White Background

This is how #b6969b Color code will look on white background color. Color contrast ratio is 2.68

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

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(182,150,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(150,182,177,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(182,150,155,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.