crispedge.com

Color picker

Loading...

#be957f hex color - Grey - Warm color - Information

#be957f hex color - Grey - Warm color

Color Hue/Base color: Grey

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebe957f#be957f
RGB Decimal190, 149, 127rgb(190, 149, 127)
RGB Percent75%, 58%, 50%rgb(75%, 58%, 50%)
CSS RGBa190, 149, 127,1rgba(190,149,127,1)
CMYK Modelcmyk(0%,22%,33%,25%)
HSL Color Space21,33% ,62%hsl(21,33% ,62%)
HSV Color Space21°, 33%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111101001010101111111
Octal276225177
Decimal190149127
Hexbe957f

Different shades of #be957f color code.

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

Light Shade of #be957f
#cfb1a1
Dark Shade of #be957f
#ad795d
Saturated Shade of #be957f
#c89275
Desaturated Shade of #be957f
#b49889
Grey scale Shade of #be957f
#9e9e9e
Brighten Shade
#d7ae98
Most Readable Shade
#000000

Shades of #be957f color code

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

#be957f
#a88470
#937362
#7e6354
#695246
#544238
#3f312a
#2a211c
#15100e
#000000

Similar Color like #be957f color

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

#bf9680
#c09781
#c19882
#c29983
#c39a84
#c49b85
#c59c86
#c69d87
#c79e88
#c89f89
#c9a08a
#caa18b
#cba28c
#cca38d
#bd947e
#bc937d
#bb927c
#ba917b
#b9907a
#b88f79
#b78e78
#b68d77
#b58c76
#b48b75
#b38a74
#b28973
#b18872
#b08771

Monochromatic Color with #be957f

#be957f
#e8b69b
#14100d
#3e312a
#695246
#937463

Tints of #be957f Color

#be957f
#c5a08d
#ccac9b
#d3b8a9
#dac4b7
#e2cfc6
#e9dbd4
#f0e7e2
#f7f3f0
#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

#be957f
#7fa8be

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

Split Complementary

#be957f
#7fbeb5
#7f88be

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

Analogous Color

#be7f82
#be887f
#be957f
#bea27f
#beae7f

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

#be957f
#7fbe95
#957fbe

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

#be957f
#88be7f
#7fa8be
#b47fbe

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

#be957f
#7fa8be
#7f88be
#beb57f

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

#be957f Color Code Preview on Black Background Color

This is how #be957f Color will look on black background color. Color contrast ratio is 7.79

#be957f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be957f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be957f

#be957f color code is use for CSS Background Color

Background color for the above div is #be957f

HTML with inline CSS

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

#be957f color code is use for CSS Border Color

CSS Border color for the above div is #be957f

HTML with inline CSS

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

CSS Border Left color for the above div is #be957f

HTML with inline CSS

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

CSS Border Right color for the above div is #be957f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #be957f

HTML with inline CSS

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

CSS Border Top color for the above div is #be957f

HTML with inline CSS

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

#be957f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#be957f Color code Preview on White Background

This is how #be957f Color code will look on white background color. Color contrast ratio is 2.69

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

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(190,149,127,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(127,168,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,149,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.