crispedge.com

Color picker

Loading...

#bab0ab hex color - Brown - Warm color - Information

#bab0ab hex color - Brown - Warm color

Color Hue/Base color: Brown

Hex #bab0ab Color code in RGB color code model is created after adding 72.94% red color, 69.02% green color and 67.06% blue color. Hex #bab0ab Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 5% magenta, 8% yellow and 27% black.

Hex #bab0ab color code is between #bbaaaa web safe hex color code and #aabbbb web safe hex color code. #bbaaaa is the nearest web safe color code. You can see here many more shades of #bab0ab color code.

0 Likes 0 Comments | 20 Views

RGB Chart

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

Color Table

Hex Color Codebab0ab#bab0ab
RGB Decimal186, 176, 171rgb(186, 176, 171)
RGB Percent73%, 69%, 67%rgb(73%, 69%, 67%)
CSS RGBa186, 176, 171,1rgba(186,176,171,1)
CMYK Modelcmyk(0%,5%,8%,27%)
HSL Color Space20,10% ,70%hsl(20,10% ,70%)
HSV Color Space20°, 8%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110101011000010101011
Octal272260253
Decimal186176171
Hexbab0ab

Different shades of #bab0ab color code.

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

Light Shade of #bab0ab
#d1cac7
Dark Shade of #bab0ab
#a3968f
Saturated Shade of #bab0ab
#c2ada3
Desaturated Shade of #bab0ab
#b3b3b3
Grey scale Shade of #bab0ab
#b3b3b3
Brighten Shade
#d3c9c4
Most Readable Shade
#000000

Shades of #bab0ab color code

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

#bab0ab
#a59c98
#908885
#7c7572
#67615f
#524e4c
#3e3a39
#292726
#141313
#000000

Similar Color like #bab0ab color

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

#bbb1ac
#bcb2ad
#bdb3ae
#beb4af
#bfb5b0
#c0b6b1
#c1b7b2
#c2b8b3
#c3b9b4
#c4bab5
#c5bbb6
#c6bcb7
#c7bdb8
#c8beb9
#b9afaa
#b8aea9
#b7ada8
#b6aca7
#b5aba6
#b4aaa5
#b3a9a4
#b2a8a3
#b1a7a2
#b0a6a1
#afa5a0
#aea49f
#ada39e
#aca29d

Monochromatic Color with #bab0ab

#bab0ab
#e4d8d2
#100f0f
#3a3736
#65605d
#8f8884

Tints of #bab0ab Color

#bab0ab
#c1b8b4
#c9c1bd
#d1cac7
#d8d3d0
#e0dbd9
#e8e4e3
#efedec
#f7f6f5
#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

#bab0ab
#abb5ba

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

Split Complementary

#bab0ab
#abbab8
#abadba

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

Analogous Color

#baabac
#baadab
#bab0ab
#bab3ab
#bab6ab

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

#bab0ab
#abbab0
#b0abba

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

#bab0ab
#aebaab
#abb5ba
#b7abba

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

#bab0ab
#abb5ba
#abadba
#bab8ab

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

#bab0ab Color Code Preview on Black Background Color

This is how #bab0ab Color will look on black background color. Color contrast ratio is 9.89

#bab0ab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bab0ab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bab0ab

#bab0ab color code is use for CSS Background Color

Background color for the above div is #bab0ab

HTML with inline CSS

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

#bab0ab color code is use for CSS Border Color

CSS Border color for the above div is #bab0ab

HTML with inline CSS

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

CSS Border Left color for the above div is #bab0ab

HTML with inline CSS

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

CSS Border Right color for the above div is #bab0ab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bab0ab

HTML with inline CSS

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

CSS Border Top color for the above div is #bab0ab

HTML with inline CSS

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

#bab0ab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bab0ab Color code Preview on White Background

This is how #bab0ab Color code will look on white background color. Color contrast ratio is 2.12

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

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(186,176,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(171,181,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,176,171,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 20 Views

Post your comment:-

By submitting comment you agree to our privacy policy.