crispedge.com

Color picker

Loading...

#ba6f51 hex color - Orange - Warm color - Information

#ba6f51 hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #ba6f51 Color code in RGB color code model is created after adding 72.94% red color, 43.53% green color and 31.76% blue color. Hex #ba6f51 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 40% magenta, 56% yellow and 27% black.

Hex #ba6f51 color code is between #bb7755 web safe hex color code and #aa6644 web safe hex color code. #bb7755 is the nearest web safe color code. You can see here many more shades of #ba6f51 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeba6f51#ba6f51
RGB Decimal186, 111, 81rgb(186, 111, 81)
RGB Percent73%, 44%, 32%rgb(73%, 44%, 32%)
CSS RGBa186, 111, 81,1rgba(186,111,81,1)
CMYK Modelcmyk(0%,40%,56%,27%)
HSL Color Space17,43% ,52%hsl(17,43% ,52%)
HSV Color Space17°, 56%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110100110111101010001
Octal272157121
Decimal18611181
Hexba6f51

Different shades of #ba6f51 color code.

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

Light Shade of #ba6f51
#c88d76
Dark Shade of #ba6f51
#9b583d
Saturated Shade of #ba6f51
#c66a45
Desaturated Shade of #ba6f51
#ae745d
Grey scale Shade of #ba6f51
#858585
Brighten Shade
#d3886a
Most Readable Shade
#FFFFFF

Shades of #ba6f51 color code

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

#ba6f51
#a56248
#90563f
#7c4a36
#673d2d
#523124
#3e251b
#291812
#140c09
#000000

Similar Color like #ba6f51 color

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

#bb7052
#bc7153
#bd7254
#be7355
#bf7456
#c07557
#c17658
#c27759
#c3785a
#c4795b
#c57a5c
#c67b5d
#c77c5e
#c87d5f
#b96e50
#b86d4f
#b76c4e
#b66b4d
#b56a4c
#b4694b
#b3684a
#b26749
#b16648
#b06547
#af6446
#ae6345
#ad6244
#ac6143

Monochromatic Color with #ba6f51

#ba6f51
#e48864
#100a07
#3a2319
#653c2c
#8f563e

Tints of #ba6f51 Color

#ba6f51
#c17f64
#c98f77
#d19f8b
#d8af9e
#e0bfb1
#e8cfc5
#efdfd8
#f7efeb
#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

#ba6f51
#519cba

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

Split Complementary

#ba6f51
#51baa4
#5168ba

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

Analogous Color

#ba515d
#ba5a51
#ba6f51
#ba8451
#ba9951

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

#ba6f51
#51ba6f
#6f51ba

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

#ba6f51
#67ba51
#519cba
#a351ba

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

#ba6f51
#519cba
#5168ba
#baa351

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

#ba6f51 Color Code Preview on Black Background Color

This is how #ba6f51 Color will look on black background color. Color contrast ratio is 5.48

#ba6f51 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba6f51

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba6f51

#ba6f51 color code is use for CSS Background Color

Background color for the above div is #ba6f51

HTML with inline CSS

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

#ba6f51 color code is use for CSS Border Color

CSS Border color for the above div is #ba6f51

HTML with inline CSS

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

CSS Border Left color for the above div is #ba6f51

HTML with inline CSS

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

CSS Border Right color for the above div is #ba6f51

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ba6f51

HTML with inline CSS

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

CSS Border Top color for the above div is #ba6f51

HTML with inline CSS

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

#ba6f51 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ba6f51 Color code Preview on White Background

This is how #ba6f51 Color code will look on white background color. Color contrast ratio is 3.83

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

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,111,81,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(81,156,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,111,81,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.