crispedge.com

Color picker

Loading...

#ba6629 hex color - Orange - Warm color - Information

#ba6629 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

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

Hex #ba6629 color code is between #bb5522 web safe hex color code and #aa7733 web safe hex color code. #bb5522 is the nearest web safe color code. You can see here many more shades of #ba6629 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeba6629#ba6629
RGB Decimal186, 102, 41rgb(186, 102, 41)
RGB Percent73%, 40%, 16%rgb(73%, 40%, 16%)
CSS RGBa186, 102, 41,1rgba(186,102,41,1)
CMYK Modelcmyk(0%,45%,78%,27%)
HSL Color Space25,64% ,45%hsl(25,64% ,45%)
HSV Color Space25°, 78%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110100110011000101001
Octal27214651
Decimal18610241
Hexba6629

Different shades of #ba6629 color code.

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

Light Shade of #ba6629
#d57f41
Dark Shade of #ba6629
#904f20
Saturated Shade of #ba6629
#c5641e
Desaturated Shade of #ba6629
#af6834
Grey scale Shade of #ba6629
#717171
Brighten Shade
#d37f42
Most Readable Shade
#FFFFFF

Shades of #ba6629 color code

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

#ba6629
#a55a24
#904f1f
#7c441b
#673816
#522d12
#3e220d
#291609
#140b04
#000000

Similar Color like #ba6629 color

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

#bb672a
#bc682b
#bd692c
#be6a2d
#bf6b2e
#c06c2f
#c16d30
#c26e31
#c36f32
#c47033
#c57134
#c67235
#c77336
#c87437
#b96528
#b86427
#b76326
#b66225
#b56124
#b46023
#b35f22
#b25e21
#b15d20
#b05c1f
#af5b1e
#ae5a1d
#ad591c
#ac581b

Monochromatic Color with #ba6629

#ba6629
#e47d32
#100904
#3a200d
#653716
#8f4f20

Tints of #ba6629 Color

#ba6629
#c17740
#c98858
#d19970
#d8aa88
#e0bb9f
#e8ccb7
#efddcf
#f7eee7
#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

#ba6629
#297dba

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

Split Complementary

#ba6629
#29baae
#2935ba

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

Analogous Color

#ba2c29
#ba4929
#ba6629
#ba8329
#baa029

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

#ba6629
#29ba66
#6629ba

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

#ba6629
#34ba29
#297dba
#ae29ba

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

#ba6629
#297dba
#2935ba
#baae29

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

#ba6629 Color Code Preview on Black Background Color

This is how #ba6629 Color will look on black background color. Color contrast ratio is 5.02

#ba6629 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba6629

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba6629

#ba6629 color code is use for CSS Background Color

Background color for the above div is #ba6629

HTML with inline CSS

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

#ba6629 color code is use for CSS Border Color

CSS Border color for the above div is #ba6629

HTML with inline CSS

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

CSS Border Left color for the above div is #ba6629

HTML with inline CSS

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

CSS Border Right color for the above div is #ba6629

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ba6629

HTML with inline CSS

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

CSS Border Top color for the above div is #ba6629

HTML with inline CSS

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

#ba6629 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ba6629 Color code Preview on White Background

This is how #ba6629 Color code will look on white background color. Color contrast ratio is 4.18

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

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,102,41,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(41,125,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,102,41,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.