crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#bf9d71 hex color - Brown - Warm color - Information

#bf9d71 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

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

Hex #bf9d71 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 #bf9d71 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codebf9d71#bf9d71
RGB Decimal191, 157, 113rgb(191, 157, 113)
RGB Percent75%, 62%, 44%rgb(75%, 62%, 44%)
CSS RGBa191, 157, 113,1rgba(191,157,113,1)
CMYK Modelcmyk(0%,18%,41%,25%)
HSL Color Space34,38% ,60%hsl(34,38% ,60%)
HSV Color Space34°, 41%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111111001110101110001
Octal277235161
Decimal191157113
Hexbf9d71

Different shades of #bf9d71 color code.

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

Light Shade of #bf9d71
#cfb594
Dark Shade of #bf9d71
#ae854f
Saturated Shade of #bf9d71
#c99e67
Desaturated Shade of #bf9d71
#b59c7b
Grey scale Shade of #bf9d71
#989898
Brighten Shade
#d8b68a
Most Readable Shade
#000000

Shades of #bf9d71 color code

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

#bf9d71
#a98b64
#947a57
#7f684b
#6a573e
#544532
#3f3425
#2a2219
#15110c
#000000

Similar Color like #bf9d71 color

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

#c09e72
#c19f73
#c2a074
#c3a175
#c4a276
#c5a377
#c6a478
#c7a579
#c8a67a
#c9a77b
#caa87c
#cba97d
#ccaa7e
#cdab7f
#be9c70
#bd9b6f
#bc9a6e
#bb996d
#ba986c
#b9976b
#b8966a
#b79569
#b69468
#b59367
#b49266
#b39165
#b29064
#b18f63

Monochromatic Color with #bf9d71

#bf9d71
#e9c08a
#15110c
#3f3426
#6a573f
#947a58

Tints of #bf9d71 Color

#bf9d71
#c6a780
#cdb290
#d4bda0
#dbc8b0
#e2d3bf
#e9decf
#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

#bf9d71
#7193bf

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

Split Complementary

#bf9d71
#71babf
#7671bf

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

Analogous Color

#bf7e71
#bf8d71
#bf9d71
#bfad71
#bfbc71

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

#bf9d71
#71bf9d
#9d71bf

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

#bf9d71
#71bf76
#7193bf
#bf71ba

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

#bf9d71
#7193bf
#7671bf
#babf71

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

#bf9d71 Color Code Preview on Black Background Color

This is how #bf9d71 Color will look on black background color. Color contrast ratio is 8.28

#bf9d71 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bf9d71

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bf9d71

#bf9d71 color code is use for CSS Background Color

Background color for the above div is #bf9d71

HTML with inline CSS

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

#bf9d71 color code is use for CSS Border Color

CSS Border color for the above div is #bf9d71

HTML with inline CSS

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

CSS Border Left color for the above div is #bf9d71

HTML with inline CSS

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

CSS Border Right color for the above div is #bf9d71

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bf9d71

HTML with inline CSS

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

CSS Border Top color for the above div is #bf9d71

HTML with inline CSS

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

#bf9d71 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bf9d71 Color code Preview on White Background

This is how #bf9d71 Color code will look on white background color. Color contrast ratio is 2.54

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.