crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ba966b hex color - Brown - Warm color - Information

#ba966b hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #ba966b Color code in RGB color code model is created after adding 72.94% red color, 58.82% green color and 41.96% blue color. Hex #ba966b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 19% magenta, 42% yellow and 27% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeba966b#ba966b
RGB Decimal186, 150, 107rgb(186, 150, 107)
RGB Percent73%, 59%, 42%rgb(73%, 59%, 42%)
CSS RGBa186, 150, 107,1rgba(186,150,107,1)
CMYK Modelcmyk(0%,19%,42%,27%)
HSL Color Space33,36% ,57%hsl(33,36% ,57%)
HSV Color Space33°, 42%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110101001011001101011
Octal272226153
Decimal186150107
Hexba966b

Different shades of #ba966b color code.

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

Light Shade of #ba966b
#caaf8e
Dark Shade of #ba966b
#a57d4d
Saturated Shade of #ba966b
#c59760
Desaturated Shade of #ba966b
#af9576
Grey scale Shade of #ba966b
#929292
Brighten Shade
#d3af84
Most Readable Shade
#000000

Shades of #ba966b color code

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

#ba966b
#a5855f
#907453
#7c6447
#67533b
#52422f
#3e3223
#292117
#14100b
#000000

Similar Color like #ba966b color

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

#bb976c
#bc986d
#bd996e
#be9a6f
#bf9b70
#c09c71
#c19d72
#c29e73
#c39f74
#c4a075
#c5a176
#c6a277
#c7a378
#c8a479
#b9956a
#b89469
#b79368
#b69267
#b59166
#b49065
#b38f64
#b28e63
#b18d62
#b08c61
#af8b60
#ae8a5f
#ad895e
#ac885d

Monochromatic Color with #ba966b

#ba966b
#e4b883
#100d09
#3a2f22
#65513a
#8f7453

Tints of #ba966b Color

#ba966b
#c1a17b
#c9ad8b
#d1b99c
#d8c4ac
#e0d0bd
#e8dccd
#efe7de
#f7f3ee
#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

#ba966b
#6b8fba

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

Split Complementary

#ba966b
#6bb7ba
#6e6bba

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

Analogous Color

#ba766b
#ba866b
#ba966b
#baa66b
#bab66b

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

#ba966b
#6bba96
#966bba

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

#ba966b
#6bba6f
#6b8fba
#ba6bb6

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

#ba966b
#6b8fba
#6e6bba
#b7ba6b

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

#ba966b Color Code Preview on Black Background Color

This is how #ba966b Color will look on black background color. Color contrast ratio is 7.66

#ba966b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba966b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba966b

#ba966b color code is use for CSS Background Color

Background color for the above div is #ba966b

HTML with inline CSS

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

#ba966b color code is use for CSS Border Color

CSS Border color for the above div is #ba966b

HTML with inline CSS

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

CSS Border Left color for the above div is #ba966b

HTML with inline CSS

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

CSS Border Right color for the above div is #ba966b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ba966b

HTML with inline CSS

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

CSS Border Top color for the above div is #ba966b

HTML with inline CSS

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

#ba966b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ba966b Color code Preview on White Background

This is how #ba966b Color code will look on white background color. Color contrast ratio is 2.74

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.