crispedge.com

Color picker

Loading...

#baa17a hex color - Grey - Warm color - Information

#baa17a hex color - Grey - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Grey

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

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebaa17a#baa17a
RGB Decimal186, 161, 122rgb(186, 161, 122)
RGB Percent73%, 63%, 48%rgb(73%, 63%, 48%)
CSS RGBa186, 161, 122,1rgba(186,161,122,1)
CMYK Modelcmyk(0%,13%,34%,27%)
HSL Color Space37,32% ,60%hsl(37,32% ,60%)
HSV Color Space37°, 34%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110101010000101111010
Octal272241172
Decimal186161122
Hexbaa17a

Different shades of #baa17a color code.

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

Light Shade of #baa17a
#cbb99c
Dark Shade of #baa17a
#a98958
Saturated Shade of #baa17a
#c4a370
Desaturated Shade of #baa17a
#b09f84
Grey scale Shade of #baa17a
#9a9a9a
Brighten Shade
#d3ba93
Most Readable Shade
#000000

Shades of #baa17a color code

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

#baa17a
#a58f6c
#907d5e
#7c6b51
#675943
#524736
#3e3528
#29231b
#14110d
#000000

Similar Color like #baa17a color

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

#bba27b
#bca37c
#bda47d
#bea57e
#bfa67f
#c0a780
#c1a881
#c2a982
#c3aa83
#c4ab84
#c5ac85
#c6ad86
#c7ae87
#c8af88
#b9a079
#b89f78
#b79e77
#b69d76
#b59c75
#b49b74
#b39a73
#b29972
#b19871
#b09770
#af966f
#ae956e
#ad946d
#ac936c

Monochromatic Color with #baa17a

#baa17a
#e4c696
#100e0a
#3a3326
#655742
#8f7c5e

Tints of #baa17a Color

#baa17a
#c1ab88
#c9b597
#d1c0a6
#d8cab5
#e0d5c3
#e8dfd2
#efeae1
#f7f4f0
#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

#baa17a
#7a93ba

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

Split Complementary

#baa17a
#7ab3ba
#817aba

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

Analogous Color

#ba877a
#ba947a
#baa17a
#baae7a
#b9ba7a

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

#baa17a
#7abaa1
#a17aba

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

#baa17a
#7aba81
#7a93ba
#ba7ab3

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

#baa17a
#7a93ba
#817aba
#b3ba7a

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

#baa17a Color Code Preview on Black Background Color

This is how #baa17a Color will look on black background color. Color contrast ratio is 8.47

#baa17a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #baa17a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #baa17a

#baa17a color code is use for CSS Background Color

Background color for the above div is #baa17a

HTML with inline CSS

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

#baa17a color code is use for CSS Border Color

CSS Border color for the above div is #baa17a

HTML with inline CSS

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

CSS Border Left color for the above div is #baa17a

HTML with inline CSS

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

CSS Border Right color for the above div is #baa17a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #baa17a

HTML with inline CSS

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

CSS Border Top color for the above div is #baa17a

HTML with inline CSS

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

#baa17a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#baa17a Color code Preview on White Background

This is how #baa17a Color code will look on white background color. Color contrast ratio is 2.48

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

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,161,122,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(122,147,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,161,122,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.