crispedge.com

Color picker

Loading...

#baa19a hex color - Brown - Warm color - Information

#baa19a hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

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

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

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codebaa19a#baa19a
RGB Decimal186, 161, 154rgb(186, 161, 154)
RGB Percent73%, 63%, 60%rgb(73%, 63%, 60%)
CSS RGBa186, 161, 154,1rgba(186,161,154,1)
CMYK Modelcmyk(0%,13%,17%,27%)
HSL Color Space13,19% ,67%hsl(13,19% ,67%)
HSV Color Space13°, 17%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110101010000110011010
Octal272241232
Decimal186161154
Hexbaa19a

Different shades of #baa19a color code.

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

Light Shade of #baa19a
#cfbdb8
Dark Shade of #baa19a
#a5857c
Saturated Shade of #baa19a
#c29c91
Desaturated Shade of #baa19a
#b1a6a2
Grey scale Shade of #baa19a
#aaaaaa
Brighten Shade
#d3bab3
Most Readable Shade
#000000

Shades of #baa19a color code

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

#baa19a
#a58f88
#907d77
#7c6b66
#675955
#524744
#3e3533
#292322
#141111
#000000

Similar Color like #baa19a color

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

#bba29b
#bca39c
#bda49d
#bea59e
#bfa69f
#c0a7a0
#c1a8a1
#c2a9a2
#c3aaa3
#c4aba4
#c5aca5
#c6ada6
#c7aea7
#c8afa8
#b9a099
#b89f98
#b79e97
#b69d96
#b59c95
#b49b94
#b39a93
#b29992
#b19891
#b09790
#af968f
#ae958e
#ad948d
#ac938c

Monochromatic Color with #baa19a

#baa19a
#e4c6bd
#100e0d
#3a3330
#655754
#8f7c77

Tints of #baa19a Color

#baa19a
#c1aba5
#c9b5b0
#d1c0bb
#d8cac6
#e0d5d2
#e8dfdd
#efeae8
#f7f4f3
#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

#baa19a
#9ab3ba

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

Split Complementary

#baa19a
#9abab1
#9aa3ba

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

Analogous Color

#ba9aa0
#ba9b9a
#baa19a
#baa79a
#baae9a

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

#baa19a
#9abaa1
#a19aba

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

#baa19a
#a3ba9a
#9ab3ba
#b19aba

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

#baa19a
#9ab3ba
#9aa3ba
#bab19a

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

#baa19a Color Code Preview on Black Background Color

This is how #baa19a Color will look on black background color. Color contrast ratio is 8.65

#baa19a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #baa19a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #baa19a

#baa19a color code is use for CSS Background Color

Background color for the above div is #baa19a

HTML with inline CSS

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

#baa19a color code is use for CSS Border Color

CSS Border color for the above div is #baa19a

HTML with inline CSS

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

CSS Border Left color for the above div is #baa19a

HTML with inline CSS

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

CSS Border Right color for the above div is #baa19a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #baa19a

HTML with inline CSS

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

CSS Border Top color for the above div is #baa19a

HTML with inline CSS

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

#baa19a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#baa19a Color code Preview on White Background

This is how #baa19a Color code will look on white background color. Color contrast ratio is 2.43

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.