crispedge.com

Color picker

Loading...

#bdb47e hex color - Brown - Warm color - Information

#bdb47e hex color - Brown - Warm color

Color Hue/Base color: Brown

Hex #bdb47e Color code in RGB color code model is created after adding 74.12% red color, 70.59% green color and 49.41% blue color. Hex #bdb47e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 5% magenta, 33% yellow and 26% black.

Hex #bdb47e color code is between #bbbb77 web safe hex color code and #ccaa88 web safe hex color code. #bbbb77 is the nearest web safe color code. You can see here many more shades of #bdb47e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebdb47e#bdb47e
RGB Decimal189, 180, 126rgb(189, 180, 126)
RGB Percent74%, 71%, 49%rgb(74%, 71%, 49%)
CSS RGBa189, 180, 126,1rgba(189,180,126,1)
CMYK Modelcmyk(0%,5%,33%,26%)
HSL Color Space51,32% ,62%hsl(51,32% ,62%)
HSV Color Space51°, 33%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011011010001111110
Octal275264176
Decimal189180126
Hexbdb47e

Different shades of #bdb47e color code.

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

Light Shade of #bdb47e
#cec8a0
Dark Shade of #bdb47e
#aca05c
Saturated Shade of #bdb47e
#c7bb74
Desaturated Shade of #bdb47e
#b3ad88
Grey scale Shade of #bdb47e
#9d9d9d
Brighten Shade
#d6cd97
Most Readable Shade
#000000

Shades of #bdb47e color code

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

#bdb47e
#a8a070
#938c62
#7e7854
#696446
#545038
#3f3c2a
#2a281c
#15140e
#000000

Similar Color like #bdb47e color

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

#beb57f
#bfb680
#c0b781
#c1b882
#c2b983
#c3ba84
#c4bb85
#c5bc86
#c6bd87
#c7be88
#c8bf89
#c9c08a
#cac18b
#cbc28c
#bcb37d
#bbb27c
#bab17b
#b9b07a
#b8af79
#b7ae78
#b6ad77
#b5ac76
#b4ab75
#b3aa74
#b2a973
#b1a872
#b0a771
#afa670

Monochromatic Color with #bdb47e

#bdb47e
#e7dc9a
#13120d
#3d3b29
#686345
#928c62

Tints of #bdb47e Color

#bdb47e
#c4bc8c
#cbc49a
#d3cda9
#dad5b7
#e1ddc5
#e9e6d4
#f0eee2
#f7f6f0
#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

#bdb47e
#7e87bd

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

Split Complementary

#bdb47e
#7ea6bd
#957ebd

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

Analogous Color

#bd9b7e
#bda77e
#bdb47e
#b9bd7e
#adbd7e

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

#bdb47e
#7ebdb4
#b47ebd

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

#bdb47e
#7ebd94
#7e87bd
#bd7ea6

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

#bdb47e
#7e87bd
#957ebd
#a6bd7e

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

#bdb47e Color Code Preview on Black Background Color

This is how #bdb47e Color will look on black background color. Color contrast ratio is 9.99

#bdb47e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdb47e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdb47e

#bdb47e color code is use for CSS Background Color

Background color for the above div is #bdb47e

HTML with inline CSS

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

#bdb47e color code is use for CSS Border Color

CSS Border color for the above div is #bdb47e

HTML with inline CSS

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

CSS Border Left color for the above div is #bdb47e

HTML with inline CSS

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

CSS Border Right color for the above div is #bdb47e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bdb47e

HTML with inline CSS

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

CSS Border Top color for the above div is #bdb47e

HTML with inline CSS

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

#bdb47e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bdb47e Color code Preview on White Background

This is how #bdb47e Color code will look on white background color. Color contrast ratio is 2.10

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

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