crispedge.com

Color picker

Loading...

#ba9a77 hex color - Grey - Warm color - Information

#ba9a77 hex color - Grey - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Grey

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

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeba9a77#ba9a77
RGB Decimal186, 154, 119rgb(186, 154, 119)
RGB Percent73%, 60%, 47%rgb(73%, 60%, 47%)
CSS RGBa186, 154, 119,1rgba(186,154,119,1)
CMYK Modelcmyk(0%,17%,36%,27%)
HSL Color Space31,33% ,60%hsl(31,33% ,60%)
HSV Color Space31°, 36%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110101001101001110111
Octal272232167
Decimal186154119
Hexba9a77

Different shades of #ba9a77 color code.

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

Light Shade of #ba9a77
#cbb399
Dark Shade of #ba9a77
#a88155
Saturated Shade of #ba9a77
#c49a6d
Desaturated Shade of #ba9a77
#b09a81
Grey scale Shade of #ba9a77
#989898
Brighten Shade
#d3b390
Most Readable Shade
#000000

Shades of #ba9a77 color code

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

#ba9a77
#a58869
#90775c
#7c664f
#675542
#524434
#3e3327
#29221a
#14110d
#000000

Similar Color like #ba9a77 color

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

#bb9b78
#bc9c79
#bd9d7a
#be9e7b
#bf9f7c
#c0a07d
#c1a17e
#c2a27f
#c3a380
#c4a481
#c5a582
#c6a683
#c7a784
#c8a885
#b99976
#b89875
#b79774
#b69673
#b59572
#b49471
#b39370
#b2926f
#b1916e
#b0906d
#af8f6c
#ae8e6b
#ad8d6a
#ac8c69

Monochromatic Color with #ba9a77

#ba9a77
#e4bd92
#100d0a
#3a3025
#655441
#8f775c

Tints of #ba9a77 Color

#ba9a77
#c1a586
#c9b095
#d1bba4
#d8c6b3
#e0d2c2
#e8ddd1
#efe8e0
#f7f3ef
#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

#ba9a77
#7797ba

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

Split Complementary

#ba9a77
#77b8ba
#7977ba

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

Analogous Color

#ba7f77
#ba8d77
#ba9a77
#baa777
#bab577

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

#ba9a77
#77ba9a
#9a77ba

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

#ba9a77
#77ba78
#7797ba
#ba77b8

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

#ba9a77
#7797ba
#7977ba
#b8ba77

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

#ba9a77 Color Code Preview on Black Background Color

This is how #ba9a77 Color will look on black background color. Color contrast ratio is 7.98

#ba9a77 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba9a77

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba9a77

#ba9a77 color code is use for CSS Background Color

Background color for the above div is #ba9a77

HTML with inline CSS

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

#ba9a77 color code is use for CSS Border Color

CSS Border color for the above div is #ba9a77

HTML with inline CSS

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

CSS Border Left color for the above div is #ba9a77

HTML with inline CSS

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

CSS Border Right color for the above div is #ba9a77

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ba9a77

HTML with inline CSS

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

CSS Border Top color for the above div is #ba9a77

HTML with inline CSS

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

#ba9a77 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ba9a77 Color code Preview on White Background

This is how #ba9a77 Color code will look on white background color. Color contrast ratio is 2.63

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

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