crispedge.com

Color picker

Loading...

#baac9a hex color - Brown - Warm color - Information

#baac9a hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

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

Hex #baac9a color code is between #bbaa99 web safe hex color code and #aabbaa web safe hex color code. #bbaa99 is the nearest web safe color code. You can see here many more shades of #baac9a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebaac9a#baac9a
RGB Decimal186, 172, 154rgb(186, 172, 154)
RGB Percent73%, 67%, 60%rgb(73%, 67%, 60%)
CSS RGBa186, 172, 154,1rgba(186,172,154,1)
CMYK Modelcmyk(0%,8%,17%,27%)
HSL Color Space34,19% ,67%hsl(34,19% ,67%)
HSV Color Space34°, 17%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110101010110010011010
Octal272254232
Decimal186172154
Hexbaac9a

Different shades of #baac9a color code.

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

Light Shade of #baac9a
#cfc5b8
Dark Shade of #baac9a
#a5937c
Saturated Shade of #baac9a
#c2ad91
Desaturated Shade of #baac9a
#b1aba2
Grey scale Shade of #baac9a
#aaaaaa
Brighten Shade
#d3c5b3
Most Readable Shade
#000000

Shades of #baac9a color code

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

#baac9a
#a59888
#908577
#7c7266
#675f55
#524c44
#3e3933
#292622
#141311
#000000

Similar Color like #baac9a color

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

#bbad9b
#bcae9c
#bdaf9d
#beb09e
#bfb19f
#c0b2a0
#c1b3a1
#c2b4a2
#c3b5a3
#c4b6a4
#c5b7a5
#c6b8a6
#c7b9a7
#c8baa8
#b9ab99
#b8aa98
#b7a997
#b6a896
#b5a795
#b4a694
#b3a593
#b2a492
#b1a391
#b0a290
#afa18f
#aea08e
#ad9f8d
#ac9e8c

Monochromatic Color with #baac9a

#baac9a
#e4d3bd
#100f0d
#3a3630
#655d54
#8f8577

Tints of #baac9a Color

#baac9a
#c1b5a5
#c9beb0
#d1c7bb
#d8d0c6
#e0dad2
#e8e3dd
#efece8
#f7f5f3
#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

#baac9a
#9aa8ba

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

Split Complementary

#baac9a
#9ab8ba
#9c9aba

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

Analogous Color

#ba9f9a
#baa69a
#baac9a
#bab29a
#bab99a

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

#baac9a
#9abaac
#ac9aba

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

#baac9a
#9aba9c
#9aa8ba
#ba9ab8

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

#baac9a
#9aa8ba
#9c9aba
#b8ba9a

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

#baac9a Color Code Preview on Black Background Color

This is how #baac9a Color will look on black background color. Color contrast ratio is 9.46

#baac9a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #baac9a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #baac9a

#baac9a color code is use for CSS Background Color

Background color for the above div is #baac9a

HTML with inline CSS

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

#baac9a color code is use for CSS Border Color

CSS Border color for the above div is #baac9a

HTML with inline CSS

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

CSS Border Left color for the above div is #baac9a

HTML with inline CSS

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

CSS Border Right color for the above div is #baac9a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #baac9a

HTML with inline CSS

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

CSS Border Top color for the above div is #baac9a

HTML with inline CSS

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

#baac9a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#baac9a Color code Preview on White Background

This is how #baac9a Color code will look on white background color. Color contrast ratio is 2.22

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

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,172,154,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(154,168,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,172,154,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.