crispedge.com

Color picker

Loading...

#bf9c73 hex color - Brown - Warm color - Information

#bf9c73 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #bf9c73 Color code in RGB color code model is created after adding 74.9% red color, 61.18% green color and 45.1% blue color. Hex #bf9c73 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 40% yellow and 25% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebf9c73#bf9c73
RGB Decimal191, 156, 115rgb(191, 156, 115)
RGB Percent75%, 61%, 45%rgb(75%, 61%, 45%)
CSS RGBa191, 156, 115,1rgba(191,156,115,1)
CMYK Modelcmyk(0%,18%,40%,25%)
HSL Color Space32,37% ,60%hsl(32,37% ,60%)
HSV Color Space32°, 40%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111111001110001110011
Octal277234163
Decimal191156115
Hexbf9c73

Different shades of #bf9c73 color code.

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

Light Shade of #bf9c73
#cfb596
Dark Shade of #bf9c73
#af8350
Saturated Shade of #bf9c73
#c99d69
Desaturated Shade of #bf9c73
#b59b7d
Grey scale Shade of #bf9c73
#999999
Brighten Shade
#d8b58c
Most Readable Shade
#000000

Shades of #bf9c73 color code

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

#bf9c73
#a98a66
#947959
#7f684c
#6a563f
#544533
#3f3426
#2a2219
#15110c
#000000

Similar Color like #bf9c73 color

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

#c09d74
#c19e75
#c29f76
#c3a077
#c4a178
#c5a279
#c6a37a
#c7a47b
#c8a57c
#c9a67d
#caa77e
#cba87f
#cca980
#cdaa81
#be9b72
#bd9a71
#bc9970
#bb986f
#ba976e
#b9966d
#b8956c
#b7946b
#b6936a
#b59269
#b49168
#b39067
#b28f66
#b18e65

Monochromatic Color with #bf9c73

#bf9c73
#e9bf8d
#15110d
#3f3426
#6a5740
#947959

Tints of #bf9c73 Color

#bf9c73
#c6a782
#cdb292
#d4bda1
#dbc8b1
#e2d3c0
#e9ded0
#f0e9df
#f7f4ef
#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

#bf9c73
#7396bf

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

Split Complementary

#bf9c73
#73bcbf
#7673bf

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

Analogous Color

#bf7e73
#bf8d73
#bf9c73
#bfab73
#bfba73

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

#bf9c73
#73bf9c
#9c73bf

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

#bf9c73
#73bf76
#7396bf
#bf73bc

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

#bf9c73
#7396bf
#7673bf
#bcbf73

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

#bf9c73 Color Code Preview on Black Background Color

This is how #bf9c73 Color will look on black background color. Color contrast ratio is 8.22

#bf9c73 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bf9c73

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bf9c73

#bf9c73 color code is use for CSS Background Color

Background color for the above div is #bf9c73

HTML with inline CSS

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

#bf9c73 color code is use for CSS Border Color

CSS Border color for the above div is #bf9c73

HTML with inline CSS

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

CSS Border Left color for the above div is #bf9c73

HTML with inline CSS

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

CSS Border Right color for the above div is #bf9c73

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bf9c73

HTML with inline CSS

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

CSS Border Top color for the above div is #bf9c73

HTML with inline CSS

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

#bf9c73 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bf9c73 Color code Preview on White Background

This is how #bf9c73 Color code will look on white background color. Color contrast ratio is 2.56

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.