crispedge.com

Color picker

Loading...

#bd954d hex color - Yellow - Warm color - Information

#bd954d hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #bd954d Color code in RGB color code model is created after adding 74.12% red color, 58.43% green color and 30.2% blue color. Hex #bd954d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 21% magenta, 59% yellow and 26% black.

Hex #bd954d color code is between #bb9955 web safe hex color code and #cc8844 web safe hex color code. #bb9955 is the nearest web safe color code. You can see here many more shades of #bd954d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebd954d#bd954d
RGB Decimal189, 149, 77rgb(189, 149, 77)
RGB Percent74%, 58%, 30%rgb(74%, 58%, 30%)
CSS RGBa189, 149, 77,1rgba(189,149,77,1)
CMYK Modelcmyk(0%,21%,59%,26%)
HSL Color Space39,46% ,52%hsl(39,46% ,52%)
HSV Color Space39°, 59%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011001010101001101
Octal275225115
Decimal18914977
Hexbd954d

Different shades of #bd954d color code.

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

Light Shade of #bd954d
#cbab72
Dark Shade of #bd954d
#9d7a3a
Saturated Shade of #bd954d
#c99841
Desaturated Shade of #bd954d
#b19159
Grey scale Shade of #bd954d
#858585
Brighten Shade
#d6ae66
Most Readable Shade
#000000

Shades of #bd954d color code

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

#bd954d
#a88444
#93733b
#7e6333
#69522a
#544222
#3f3119
#2a2111
#151008
#000000

Similar Color like #bd954d color

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

#be964e
#bf974f
#c09850
#c19951
#c29a52
#c39b53
#c49c54
#c59d55
#c69e56
#c79f57
#c8a058
#c9a159
#caa25a
#cba35b
#bc944c
#bb934b
#ba924a
#b99149
#b89048
#b78f47
#b68e46
#b58d45
#b48c44
#b38b43
#b28a42
#b18941
#b08840
#af873f

Monochromatic Color with #bd954d

#bd954d
#e7b75e
#130f08
#3d3019
#68522a
#92733c

Tints of #bd954d Color

#bd954d
#c4a060
#cbac74
#d3b888
#dac49c
#e1cfaf
#e9dbc3
#f0e7d7
#f7f3eb
#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

#bd954d
#4d75bd

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

Split Complementary

#bd954d
#4dadbd
#5d4dbd

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

Analogous Color

#bd684d
#bd7f4d
#bd954d
#bdab4d
#b8bd4d

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

#bd954d
#4dbd95
#954dbd

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

#bd954d
#4dbd5d
#4d75bd
#bd4dad

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

#bd954d
#4d75bd
#5d4dbd
#adbd4d

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

#bd954d Color Code Preview on Black Background Color

This is how #bd954d Color will look on black background color. Color contrast ratio is 7.57

#bd954d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd954d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd954d

#bd954d color code is use for CSS Background Color

Background color for the above div is #bd954d

HTML with inline CSS

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

#bd954d color code is use for CSS Border Color

CSS Border color for the above div is #bd954d

HTML with inline CSS

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

CSS Border Left color for the above div is #bd954d

HTML with inline CSS

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

CSS Border Right color for the above div is #bd954d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd954d

HTML with inline CSS

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

CSS Border Top color for the above div is #bd954d

HTML with inline CSS

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

#bd954d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd954d Color code Preview on White Background

This is how #bd954d Color code will look on white background color. Color contrast ratio is 2.77

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

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,149,77,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(77,117,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,149,77,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.