crispedge.com

Color picker

Loading...

#bd9f78 hex color - Grey - Warm color - Information

#bd9f78 hex color - Grey - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Grey

Hex #bd9f78 Color code in RGB color code model is created after adding 74.12% red color, 62.35% green color and 47.06% blue color. Hex #bd9f78 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 37% yellow and 26% black.

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

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Codebd9f78#bd9f78
RGB Decimal189, 159, 120rgb(189, 159, 120)
RGB Percent74%, 62%, 47%rgb(74%, 62%, 47%)
CSS RGBa189, 159, 120,1rgba(189,159,120,1)
CMYK Modelcmyk(0%,16%,37%,26%)
HSL Color Space34,34% ,61%hsl(34,34% ,61%)
HSV Color Space34°, 37%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011001111101111000
Octal275237170
Decimal189159120
Hexbd9f78

Different shades of #bd9f78 color code.

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

Light Shade of #bd9f78
#ceb79a
Dark Shade of #bd9f78
#ac8756
Saturated Shade of #bd9f78
#c7a06e
Desaturated Shade of #bd9f78
#b39e82
Grey scale Shade of #bd9f78
#9a9a9a
Brighten Shade
#d6b891
Most Readable Shade
#000000

Shades of #bd9f78 color code

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

#bd9f78
#a88d6a
#937b5d
#7e6a50
#695842
#544635
#3f3528
#2a231a
#15110d
#000000

Similar Color like #bd9f78 color

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

#bea079
#bfa17a
#c0a27b
#c1a37c
#c2a47d
#c3a57e
#c4a67f
#c5a780
#c6a881
#c7a982
#c8aa83
#c9ab84
#caac85
#cbad86
#bc9e77
#bb9d76
#ba9c75
#b99b74
#b89a73
#b79972
#b69871
#b59770
#b4966f
#b3956e
#b2946d
#b1936c
#b0926b
#af916a

Monochromatic Color with #bd9f78

#bd9f78
#e7c393
#13100c
#3d3427
#685742
#927b5d

Tints of #bd9f78 Color

#bd9f78
#c4a987
#cbb496
#d3bfa5
#dac9b4
#e1d4c3
#e9dfd2
#f0e9e1
#f7f4f0
#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

#bd9f78
#7896bd

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

Split Complementary

#bd9f78
#78b9bd
#7d78bd

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

Analogous Color

#bd8378
#bd9178
#bd9f78
#bdad78
#bdbb78

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

#bd9f78
#78bd9f
#9f78bd

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

#bd9f78
#78bd7c
#7896bd
#bd78b8

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

#bd9f78
#7896bd
#7d78bd
#b9bd78

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

#bd9f78 Color Code Preview on Black Background Color

This is how #bd9f78 Color will look on black background color. Color contrast ratio is 8.39

#bd9f78 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd9f78

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd9f78

#bd9f78 color code is use for CSS Background Color

Background color for the above div is #bd9f78

HTML with inline CSS

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

#bd9f78 color code is use for CSS Border Color

CSS Border color for the above div is #bd9f78

HTML with inline CSS

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

CSS Border Left color for the above div is #bd9f78

HTML with inline CSS

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

CSS Border Right color for the above div is #bd9f78

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd9f78

HTML with inline CSS

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

CSS Border Top color for the above div is #bd9f78

HTML with inline CSS

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

#bd9f78 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd9f78 Color code Preview on White Background

This is how #bd9f78 Color code will look on white background color. Color contrast ratio is 2.50

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

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,159,120,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(120,150,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,159,120,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.