crispedge.com

Color picker

Loading...

#bd876d hex color - Brown - Warm color - Information

#bd876d hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #bd876d Color code in RGB color code model is created after adding 74.12% red color, 52.94% green color and 42.75% blue color. Hex #bd876d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 29% magenta, 42% yellow and 26% black.

Hex #bd876d color code is between #bb8866 web safe hex color code and #cc7777 web safe hex color code. #bb8866 is the nearest web safe color code. You can see here many more shades of #bd876d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebd876d#bd876d
RGB Decimal189, 135, 109rgb(189, 135, 109)
RGB Percent74%, 53%, 43%rgb(74%, 53%, 43%)
CSS RGBa189, 135, 109,1rgba(189,135,109,1)
CMYK Modelcmyk(0%,29%,42%,26%)
HSL Color Space20,38% ,58%hsl(20,38% ,58%)
HSV Color Space20°, 42%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011000011101101101
Octal275207155
Decimal189135109
Hexbd876d

Different shades of #bd876d color code.

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

Light Shade of #bd876d
#cda490
Dark Shade of #bd876d
#aa6b4d
Saturated Shade of #bd876d
#c88362
Desaturated Shade of #bd876d
#b28b78
Grey scale Shade of #bd876d
#959595
Brighten Shade
#d6a086
Most Readable Shade
#000000

Shades of #bd876d color code

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

#bd876d
#a87860
#936954
#7e5a48
#694b3c
#543c30
#3f2d24
#2a1e18
#150f0c
#000000

Similar Color like #bd876d color

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

#be886e
#bf896f
#c08a70
#c18b71
#c28c72
#c38d73
#c48e74
#c58f75
#c69076
#c79177
#c89278
#c99379
#ca947a
#cb957b
#bc866c
#bb856b
#ba846a
#b98369
#b88268
#b78167
#b68066
#b57f65
#b47e64
#b37d63
#b27c62
#b17b61
#b07a60
#af795f

Monochromatic Color with #bd876d

#bd876d
#e7a586
#130e0b
#3d2c23
#684a3c
#926954

Tints of #bd876d Color

#bd876d
#c4947d
#cba18d
#d3af9d
#dabcad
#e1c9be
#e9d7ce
#f0e4de
#f7f1ee
#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

#bd876d
#6da3bd

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

Split Complementary

#bd876d
#6dbdaf
#6d7bbd

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

Analogous Color

#bd6d73
#bd776d
#bd876d
#bd976d
#bda76d

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

#bd876d
#6dbd87
#876dbd

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

#bd876d
#7bbd6d
#6da3bd
#af6dbd

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

#bd876d
#6da3bd
#6d7bbd
#bdaf6d

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

#bd876d Color Code Preview on Black Background Color

This is how #bd876d Color will look on black background color. Color contrast ratio is 6.85

#bd876d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd876d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd876d

#bd876d color code is use for CSS Background Color

Background color for the above div is #bd876d

HTML with inline CSS

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

#bd876d color code is use for CSS Border Color

CSS Border color for the above div is #bd876d

HTML with inline CSS

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

CSS Border Left color for the above div is #bd876d

HTML with inline CSS

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

CSS Border Right color for the above div is #bd876d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd876d

HTML with inline CSS

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

CSS Border Top color for the above div is #bd876d

HTML with inline CSS

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

#bd876d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd876d Color code Preview on White Background

This is how #bd876d Color code will look on white background color. Color contrast ratio is 3.07

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

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(189,135,109,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(109,163,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,135,109,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.