crispedge.com

Color picker

Loading...

#be9f92 hex color - Brown - Warm color - Information

#be9f92 hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #be9f92 Color code in RGB color code model is created after adding 74.51% red color, 62.35% green color and 57.25% blue color. Hex #be9f92 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 23% yellow and 25% black.

Hex #be9f92 color code is between #bb9999 web safe hex color code and #ccaa88 web safe hex color code. #bb9999 is the nearest web safe color code. You can see here many more shades of #be9f92 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebe9f92#be9f92
RGB Decimal190, 159, 146rgb(190, 159, 146)
RGB Percent75%, 62%, 57%rgb(75%, 62%, 57%)
CSS RGBa190, 159, 146,1rgba(190,159,146,1)
CMYK Modelcmyk(0%,16%,23%,25%)
HSL Color Space18,25% ,66%hsl(18,25% ,66%)
HSV Color Space18°, 23%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111101001111110010010
Octal276237222
Decimal190159146
Hexbe9f92

Different shades of #be9f92 color code.

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

Light Shade of #be9f92
#d1bbb2
Dark Shade of #be9f92
#ab8372
Saturated Shade of #be9f92
#c79b89
Desaturated Shade of #be9f92
#b5a39b
Grey scale Shade of #be9f92
#a8a8a8
Brighten Shade
#d7b8ab
Most Readable Shade
#000000

Shades of #be9f92 color code

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

#be9f92
#a88d81
#937b71
#7e6a61
#695851
#544640
#3f3530
#2a2320
#151110
#000000

Similar Color like #be9f92 color

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

#bfa093
#c0a194
#c1a295
#c2a396
#c3a497
#c4a598
#c5a699
#c6a79a
#c7a89b
#c8a99c
#c9aa9d
#caab9e
#cbac9f
#ccada0
#bd9e91
#bc9d90
#bb9c8f
#ba9b8e
#b99a8d
#b8998c
#b7988b
#b6978a
#b59689
#b49588
#b39487
#b29386
#b19285
#b09184

Monochromatic Color with #be9f92

#be9f92
#e8c3b3
#14110f
#3e3430
#695851
#937b71

Tints of #be9f92 Color

#be9f92
#c5a99e
#ccb4aa
#d3bfb6
#dac9c2
#e2d4ce
#e9dfda
#f0e9e6
#f7f4f2
#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

#be9f92
#92b1be

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

Split Complementary

#be9f92
#92beb5
#929bbe

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

Analogous Color

#be9297
#be9692
#be9f92
#bea892
#beb192

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

#be9f92
#92be9f
#9f92be

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

#be9f92
#9bbe92
#92b1be
#b592be

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

#be9f92
#92b1be
#929bbe
#beb592

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

#be9f92 Color Code Preview on Black Background Color

This is how #be9f92 Color will look on black background color. Color contrast ratio is 8.56

#be9f92 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be9f92

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be9f92

#be9f92 color code is use for CSS Background Color

Background color for the above div is #be9f92

HTML with inline CSS

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

#be9f92 color code is use for CSS Border Color

CSS Border color for the above div is #be9f92

HTML with inline CSS

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

CSS Border Left color for the above div is #be9f92

HTML with inline CSS

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

CSS Border Right color for the above div is #be9f92

HTML with inline CSS

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

CSS Border Bottom color for the above div is #be9f92

HTML with inline CSS

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

CSS Border Top color for the above div is #be9f92

HTML with inline CSS

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

#be9f92 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#be9f92 Color code Preview on White Background

This is how #be9f92 Color code will look on white background color. Color contrast ratio is 2.45

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

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