crispedge.com

Color picker

Loading...

#bd8c51 hex color - Yellow - Warm color - Information

#bd8c51 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #bd8c51 Color code in RGB color code model is created after adding 74.12% red color, 54.9% green color and 31.76% blue color. Hex #bd8c51 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 26% magenta, 57% yellow and 26% black.

Hex #bd8c51 color code is between #bb8855 web safe hex color code and #cc9944 web safe hex color code. #bb8855 is the nearest web safe color code. You can see here many more shades of #bd8c51 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebd8c51#bd8c51
RGB Decimal189, 140, 81rgb(189, 140, 81)
RGB Percent74%, 55%, 32%rgb(74%, 55%, 32%)
CSS RGBa189, 140, 81,1rgba(189,140,81,1)
CMYK Modelcmyk(0%,26%,57%,26%)
HSL Color Space33,45% ,53%hsl(33,45% ,53%)
HSV Color Space33°, 57%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011000110001010001
Octal275214121
Decimal18914081
Hexbd8c51

Different shades of #bd8c51 color code.

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

Light Shade of #bd8c51
#cba476
Dark Shade of #bd8c51
#9f723c
Saturated Shade of #bd8c51
#c98d45
Desaturated Shade of #bd8c51
#b18b5d
Grey scale Shade of #bd8c51
#878787
Brighten Shade
#d6a56a
Most Readable Shade
#000000

Shades of #bd8c51 color code

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

#bd8c51
#a87c48
#936c3f
#7e5d36
#694d2d
#543e24
#3f2e1b
#2a1f12
#150f09
#000000

Similar Color like #bd8c51 color

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

#be8d52
#bf8e53
#c08f54
#c19055
#c29156
#c39257
#c49358
#c59459
#c6955a
#c7965b
#c8975c
#c9985d
#ca995e
#cb9a5f
#bc8b50
#bb8a4f
#ba894e
#b9884d
#b8874c
#b7864b
#b6854a
#b58449
#b48348
#b38247
#b28146
#b18045
#b07f44
#af7e43

Monochromatic Color with #bd8c51

#bd8c51
#e7ab63
#130e08
#3d2e1a
#684d2d
#926d3f

Tints of #bd8c51 Color

#bd8c51
#c49864
#cba577
#d3b28b
#dabf9e
#e1cbb1
#e9d8c5
#f0e5d8
#f7f2eb
#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

#bd8c51
#5182bd

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

Split Complementary

#bd8c51
#51b8bd
#5651bd

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

Analogous Color

#bd6151
#bd7651
#bd8c51
#bda251
#bdb751

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

#bd8c51
#51bd8c
#8c51bd

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

#bd8c51
#51bd56
#5182bd
#bd51b8

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

#bd8c51
#5182bd
#5651bd
#b8bd51

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

#bd8c51 Color Code Preview on Black Background Color

This is how #bd8c51 Color will look on black background color. Color contrast ratio is 7.03

#bd8c51 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd8c51

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd8c51

#bd8c51 color code is use for CSS Background Color

Background color for the above div is #bd8c51

HTML with inline CSS

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

#bd8c51 color code is use for CSS Border Color

CSS Border color for the above div is #bd8c51

HTML with inline CSS

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

CSS Border Left color for the above div is #bd8c51

HTML with inline CSS

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

CSS Border Right color for the above div is #bd8c51

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd8c51

HTML with inline CSS

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

CSS Border Top color for the above div is #bd8c51

HTML with inline CSS

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

#bd8c51 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd8c51 Color code Preview on White Background

This is how #bd8c51 Color code will look on white background color. Color contrast ratio is 2.99

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

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,140,81,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(81,130,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,140,81,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.