crispedge.com

Color picker

Loading...

#baaa7a hex color - Brown - Warm color - Information

#baaa7a hex color - Brown - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Brown

Hex #baaa7a Color code in RGB color code model is created after adding 72.94% red color, 66.67% green color and 47.84% blue color. Hex #baaa7a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 9% magenta, 34% yellow and 27% black.

Hex #baaa7a color code is between #bb9977 web safe hex color code and #aabb88 web safe hex color code. #bb9977 is the nearest web safe color code. You can see here many more shades of #baaa7a color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codebaaa7a#baaa7a
RGB Decimal186, 170, 122rgb(186, 170, 122)
RGB Percent73%, 67%, 48%rgb(73%, 67%, 48%)
CSS RGBa186, 170, 122,1rgba(186,170,122,1)
CMYK Modelcmyk(0%,9%,34%,27%)
HSL Color Space45,32% ,60%hsl(45,32% ,60%)
HSV Color Space45°, 34%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110101010101001111010
Octal272252172
Decimal186170122
Hexbaaa7a

Different shades of #baaa7a color code.

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

Light Shade of #baaa7a
#cbbf9c
Dark Shade of #baaa7a
#a99558
Saturated Shade of #baaa7a
#c4af70
Desaturated Shade of #baaa7a
#b0a584
Grey scale Shade of #baaa7a
#9a9a9a
Brighten Shade
#d3c393
Most Readable Shade
#000000

Shades of #baaa7a color code

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

#baaa7a
#a5976c
#90845e
#7c7151
#675e43
#524b36
#3e3828
#29251b
#14120d
#000000

Similar Color like #baaa7a color

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

#bbab7b
#bcac7c
#bdad7d
#beae7e
#bfaf7f
#c0b080
#c1b181
#c2b282
#c3b383
#c4b484
#c5b585
#c6b686
#c7b787
#c8b888
#b9a979
#b8a878
#b7a777
#b6a676
#b5a575
#b4a474
#b3a373
#b2a272
#b1a171
#b0a070
#af9f6f
#ae9e6e
#ad9d6d
#ac9c6c

Monochromatic Color with #baaa7a

#baaa7a
#e4d196
#100f0a
#3a3526
#655c42
#8f835e

Tints of #baaa7a Color

#baaa7a
#c1b388
#c9bc97
#d1c6a6
#d8cfb5
#e0d9c3
#e8e2d2
#efece1
#f7f5f0
#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

#baaa7a
#7a8aba

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

Split Complementary

#baaa7a
#7aaaba
#8a7aba

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

Analogous Color

#ba907a
#ba9d7a
#baaa7a
#bab77a
#b0ba7a

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

#baaa7a
#7abaaa
#aa7aba

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

#baaa7a
#7aba8a
#7a8aba
#ba7aaa

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

#baaa7a
#7a8aba
#8a7aba
#aaba7a

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

#baaa7a Color Code Preview on Black Background Color

This is how #baaa7a Color will look on black background color. Color contrast ratio is 9.12

#baaa7a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #baaa7a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #baaa7a

#baaa7a color code is use for CSS Background Color

Background color for the above div is #baaa7a

HTML with inline CSS

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

#baaa7a color code is use for CSS Border Color

CSS Border color for the above div is #baaa7a

HTML with inline CSS

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

CSS Border Left color for the above div is #baaa7a

HTML with inline CSS

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

CSS Border Right color for the above div is #baaa7a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #baaa7a

HTML with inline CSS

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

CSS Border Top color for the above div is #baaa7a

HTML with inline CSS

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

#baaa7a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#baaa7a Color code Preview on White Background

This is how #baaa7a Color code will look on white background color. Color contrast ratio is 2.30

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.