crispedge.com

Color picker

Loading...

#ba7c61 hex color - Red - Warm color - Information

#ba7c61 hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #ba7c61 Color code in RGB color code model is created after adding 72.94% red color, 48.63% green color and 38.04% blue color. Hex #ba7c61 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 33% magenta, 48% yellow and 27% black.

Hex #ba7c61 color code is between #bb7766 web safe hex color code and #aa8855 web safe hex color code. #bb7766 is the nearest web safe color code. You can see here many more shades of #ba7c61 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeba7c61#ba7c61
RGB Decimal186, 124, 97rgb(186, 124, 97)
RGB Percent73%, 49%, 38%rgb(73%, 49%, 38%)
CSS RGBa186, 124, 97,1rgba(186,124,97,1)
CMYK Modelcmyk(0%,33%,48%,27%)
HSL Color Space18,39% ,55%hsl(18,39% ,55%)
HSV Color Space18°, 48%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110100111110001100001
Octal272174141
Decimal18612497
Hexba7c61

Different shades of #ba7c61 color code.

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

Light Shade of #ba7c61
#c99985
Dark Shade of #ba7c61
#a16247
Saturated Shade of #ba7c61
#c57856
Desaturated Shade of #ba7c61
#af806c
Grey scale Shade of #ba7c61
#8d8d8d
Brighten Shade
#d3957a
Most Readable Shade
#000000

Shades of #ba7c61 color code

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

#ba7c61
#a56e56
#90604b
#7c5240
#674435
#52372b
#3e2920
#291b15
#140d0a
#000000

Similar Color like #ba7c61 color

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

#bb7d62
#bc7e63
#bd7f64
#be8065
#bf8166
#c08267
#c18368
#c28469
#c3856a
#c4866b
#c5876c
#c6886d
#c7896e
#c88a6f
#b97b60
#b87a5f
#b7795e
#b6785d
#b5775c
#b4765b
#b3755a
#b27459
#b17358
#b07257
#af7156
#ae7055
#ad6f54
#ac6e53

Monochromatic Color with #ba7c61

#ba7c61
#e49877
#100b08
#3a271f
#654335
#8f604b

Tints of #ba7c61 Color

#ba7c61
#c18a72
#c99984
#d1a795
#d8b6a7
#e0c4b8
#e8d3ca
#efe1db
#f7f0ed
#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

#ba7c61
#619fba

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

Split Complementary

#ba7c61
#61baa8
#6173ba

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

Analogous Color

#ba616a
#ba6a61
#ba7c61
#ba8e61
#baa061

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

#ba7c61
#61ba7c
#7c61ba

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

#ba7c61
#73ba61
#619fba
#a861ba

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

#ba7c61
#619fba
#6173ba
#baa861

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

#ba7c61 Color Code Preview on Black Background Color

This is how #ba7c61 Color will look on black background color. Color contrast ratio is 6.14

#ba7c61 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba7c61

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba7c61

#ba7c61 color code is use for CSS Background Color

Background color for the above div is #ba7c61

HTML with inline CSS

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

#ba7c61 color code is use for CSS Border Color

CSS Border color for the above div is #ba7c61

HTML with inline CSS

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

CSS Border Left color for the above div is #ba7c61

HTML with inline CSS

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

CSS Border Right color for the above div is #ba7c61

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ba7c61

HTML with inline CSS

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

CSS Border Top color for the above div is #ba7c61

HTML with inline CSS

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

#ba7c61 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ba7c61 Color code Preview on White Background

This is how #ba7c61 Color code will look on white background color. Color contrast ratio is 3.42

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

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,124,97,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(97,159,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,124,97,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.