crispedge.com

Color picker

Loading...

#b39baa hex color - Violet - Warm color - Information

#b39baa hex color - Violet - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Violet

Hex #b39baa Color code in RGB color code model is created after adding 70.2% red color, 60.78% green color and 66.67% blue color. Hex #b39baa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 13% magenta, 5% yellow and 30% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeb39baa#b39baa
RGB Decimal179, 155, 170rgb(179, 155, 170)
RGB Percent70%, 61%, 67%rgb(70%, 61%, 67%)
CSS RGBa179, 155, 170,1rgba(179,155,170,1)
CMYK Modelcmyk(0%,13%,5%,30%)
HSL Color Space323,14% ,65%hsl(323,14% ,65%)
HSV Color Space322°, 13%, 70%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100111001101110101010
Octal263233252
Decimal179155170
Hexb39baa

Different shades of #b39baa color code.

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

Light Shade of #b39baa
#c9b8c3
Dark Shade of #b39baa
#9d7e91
Saturated Shade of #b39baa
#bc92ac
Desaturated Shade of #b39baa
#aaa4a8
Grey scale Shade of #b39baa
#a7a7a7
Brighten Shade
#ccb4c3
Most Readable Shade
#000000

Shades of #b39baa color code

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

#b39baa
#9f8997
#8b7884
#776771
#63565e
#4f444b
#3b3338
#272225
#131112
#000000

Similar Color like #b39baa color

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

#b49cab
#b59dac
#b69ead
#b79fae
#b8a0af
#b9a1b0
#baa2b1
#bba3b2
#bca4b3
#bda5b4
#bea6b5
#bfa7b6
#c0a8b7
#c1a9b8
#b29aa9
#b199a8
#b098a7
#af97a6
#ae96a5
#ad95a4
#ac94a3
#ab93a2
#aa92a1
#a991a0
#a8909f
#a78f9e
#a68e9d
#a58d9c

Monochromatic Color with #b39baa

#b39baa
#ddc0d2
#090809
#332d31
#5e5159
#887682

Tints of #b39baa Color

#b39baa
#bba6b3
#c3b1bc
#ccbcc6
#d4c7cf
#ddd2d9
#e5dde2
#eee8ec
#f6f3f5
#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

#b39baa
#9bb3a4

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

Split Complementary

#b39baa
#9eb39b
#9bb3b0

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

Analogous Color

#b29bb3
#b39baf
#b39baa
#b39ba5
#b39ba0

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

#b39baa
#aab39b
#9baab3

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

#b39baa
#b3b09b
#9bb3a4
#9b9eb3

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

#b39baa
#9bb3a4
#9bb3b0
#b39b9e

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

#b39baa Color Code Preview on Black Background Color

This is how #b39baa Color will look on black background color. Color contrast ratio is 8.19

#b39baa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b39baa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b39baa

#b39baa color code is use for CSS Background Color

Background color for the above div is #b39baa

HTML with inline CSS

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

#b39baa color code is use for CSS Border Color

CSS Border color for the above div is #b39baa

HTML with inline CSS

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

CSS Border Left color for the above div is #b39baa

HTML with inline CSS

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

CSS Border Right color for the above div is #b39baa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b39baa

HTML with inline CSS

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

CSS Border Top color for the above div is #b39baa

HTML with inline CSS

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

#b39baa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b39baa Color code Preview on White Background

This is how #b39baa Color code will look on white background color. Color contrast ratio is 2.57

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.