crispedge.com

Color picker

Loading...

#bfa57f hex color - Brown - Warm color - Information

#bfa57f hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #bfa57f Color code in RGB color code model is created after adding 74.9% red color, 64.71% green color and 49.8% blue color. Hex #bfa57f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 34% yellow and 25% black.

Hex #bfa57f color code is between #bbaa77 web safe hex color code and #cc9988 web safe hex color code. #bbaa77 is the nearest web safe color code. You can see here many more shades of #bfa57f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebfa57f#bfa57f
RGB Decimal191, 165, 127rgb(191, 165, 127)
RGB Percent75%, 65%, 50%rgb(75%, 65%, 50%)
CSS RGBa191, 165, 127,1rgba(191,165,127,1)
CMYK Modelcmyk(0%,14%,34%,25%)
HSL Color Space36,33% ,62%hsl(36,33% ,62%)
HSV Color Space36°, 34%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111111010010101111111
Octal277245177
Decimal191165127
Hexbfa57f

Different shades of #bfa57f color code.

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

Light Shade of #bfa57f
#d0bda1
Dark Shade of #bfa57f
#ae8d5d
Saturated Shade of #bfa57f
#c9a775
Desaturated Shade of #bfa57f
#b5a389
Grey scale Shade of #bfa57f
#9f9f9f
Brighten Shade
#d8be98
Most Readable Shade
#000000

Shades of #bfa57f color code

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

#bfa57f
#a99270
#948062
#7f6e54
#6a5b46
#544938
#3f372a
#2a241c
#15120e
#000000

Similar Color like #bfa57f color

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

#c0a680
#c1a781
#c2a882
#c3a983
#c4aa84
#c5ab85
#c6ac86
#c7ad87
#c8ae88
#c9af89
#cab08a
#cbb18b
#ccb28c
#cdb38d
#bea47e
#bda37d
#bca27c
#bba17b
#baa07a
#b99f79
#b89e78
#b79d77
#b69c76
#b59b75
#b49a74
#b39973
#b29872
#b19771

Monochromatic Color with #bfa57f

#bfa57f
#e9ca9b
#15120e
#3f372a
#6a5c46
#948063

Tints of #bfa57f Color

#bfa57f
#c6af8d
#cdb99b
#d4c3a9
#dbcdb7
#e2d7c6
#e9e1d4
#f0ebe2
#f7f5f0
#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

#bfa57f
#7f99bf

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

Split Complementary

#bfa57f
#7fb9bf
#857fbf

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

Analogous Color

#bf8b7f
#bf987f
#bfa57f
#bfb27f
#bfbf7f

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

#bfa57f
#7fbfa5
#a57fbf

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

#bfa57f
#7fbf85
#7f99bf
#bf7fb9

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

#bfa57f
#7f99bf
#857fbf
#b9bf7f

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

#bfa57f Color Code Preview on Black Background Color

This is how #bfa57f Color will look on black background color. Color contrast ratio is 8.90

#bfa57f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bfa57f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bfa57f

#bfa57f color code is use for CSS Background Color

Background color for the above div is #bfa57f

HTML with inline CSS

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

#bfa57f color code is use for CSS Border Color

CSS Border color for the above div is #bfa57f

HTML with inline CSS

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

CSS Border Left color for the above div is #bfa57f

HTML with inline CSS

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

CSS Border Right color for the above div is #bfa57f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bfa57f

HTML with inline CSS

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

CSS Border Top color for the above div is #bfa57f

HTML with inline CSS

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

#bfa57f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bfa57f Color code Preview on White Background

This is how #bfa57f Color code will look on white background color. Color contrast ratio is 2.36

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

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,165,127,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(127,153,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(191,165,127,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.