crispedge.com

Color picker

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

#bf958f hex color - Brown - Warm color - Information

#bf958f hex color - Brown - Warm color

Color Hue/Base color: Brown

Hex #bf958f Color code in RGB color code model is created after adding 74.9% red color, 58.43% green color and 56.08% blue color. Hex #bf958f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 25% yellow and 25% black.

Hex #bf958f color code is between #bb9988 web safe hex color code and #cc8899 web safe hex color code. #bb9988 is the nearest web safe color code. You can see here many more shades of #bf958f color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebf958f#bf958f
RGB Decimal191, 149, 143rgb(191, 149, 143)
RGB Percent75%, 58%, 56%rgb(75%, 58%, 56%)
CSS RGBa191, 149, 143,1rgba(191,149,143,1)
CMYK Modelcmyk(0%,22%,25%,25%)
HSL Color Space8,27% ,65%hsl(8,27% ,65%)
HSV Color Space8°, 25%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111111001010110001111
Octal277225217
Decimal191149143
Hexbf958f

Different shades of #bf958f color code.

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

Light Shade of #bf958f
#d2b4af
Dark Shade of #bf958f
#ac766f
Saturated Shade of #bf958f
#c88e86
Desaturated Shade of #bf958f
#b69c98
Grey scale Shade of #bf958f
#a7a7a7
Brighten Shade
#d8aea8
Most Readable Shade
#000000

Shades of #bf958f color code

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

#bf958f
#a9847f
#94736f
#7f635f
#6a524f
#54423f
#3f312f
#2a211f
#15100f
#000000

Similar Color like #bf958f color

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

#c09690
#c19791
#c29892
#c39993
#c49a94
#c59b95
#c69c96
#c79d97
#c89e98
#c99f99
#caa09a
#cba19b
#cca29c
#cda39d
#be948e
#bd938d
#bc928c
#bb918b
#ba908a
#b98f89
#b88e88
#b78d87
#b68c86
#b58b85
#b48a84
#b38983
#b28882
#b18781

Monochromatic Color with #bf958f

#bf958f
#e9b6af
#151010
#3f3230
#6a534f
#94746f

Tints of #bf958f Color

#bf958f
#c6a09b
#cdaca7
#d4b8b4
#dbc4c0
#e2cfcd
#e9dbd9
#f0e7e6
#f7f3f2
#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

#bf958f
#8fb9bf

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

Split Complementary

#bf958f
#8fbfad
#8fa1bf

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

Analogous Color

#bf8f9c
#bf8f93
#bf958f
#bf9f8f
#bfa88f

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

#bf958f
#8fbf95
#958fbf

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

#bf958f
#a1bf8f
#8fb9bf
#ad8fbf

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

#bf958f
#8fb9bf
#8fa1bf
#bfad8f

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

#bf958f Color Code Preview on Black Background Color

This is how #bf958f Color will look on black background color. Color contrast ratio is 7.91

#bf958f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bf958f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bf958f

#bf958f color code is use for CSS Background Color

Background color for the above div is #bf958f

HTML with inline CSS

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

#bf958f color code is use for CSS Border Color

CSS Border color for the above div is #bf958f

HTML with inline CSS

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

CSS Border Left color for the above div is #bf958f

HTML with inline CSS

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

CSS Border Right color for the above div is #bf958f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bf958f

HTML with inline CSS

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

CSS Border Top color for the above div is #bf958f

HTML with inline CSS

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

#bf958f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bf958f Color code Preview on White Background

This is how #bf958f Color code will look on white background color. Color contrast ratio is 2.65

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.