crispedge.com

Color picker

Loading...

#bea07e hex color - Grey - Warm color - Information

#bea07e hex color - Grey - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Grey

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

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

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codebea07e#bea07e
RGB Decimal190, 160, 126rgb(190, 160, 126)
RGB Percent75%, 63%, 49%rgb(75%, 63%, 49%)
CSS RGBa190, 160, 126,1rgba(190,160,126,1)
CMYK Modelcmyk(0%,16%,34%,25%)
HSL Color Space32,33% ,62%hsl(32,33% ,62%)
HSV Color Space32°, 34%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111101010000001111110
Octal276240176
Decimal190160126
Hexbea07e

Different shades of #bea07e color code.

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

Light Shade of #bea07e
#cfb9a0
Dark Shade of #bea07e
#ad875c
Saturated Shade of #bea07e
#c8a174
Desaturated Shade of #bea07e
#b49f88
Grey scale Shade of #bea07e
#9e9e9e
Brighten Shade
#d7b997
Most Readable Shade
#000000

Shades of #bea07e color code

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

#bea07e
#a88e70
#937c62
#7e6a54
#695846
#544738
#3f352a
#2a231c
#15110e
#000000

Similar Color like #bea07e color

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

#bfa17f
#c0a280
#c1a381
#c2a482
#c3a583
#c4a684
#c5a785
#c6a886
#c7a987
#c8aa88
#c9ab89
#caac8a
#cbad8b
#ccae8c
#bd9f7d
#bc9e7c
#bb9d7b
#ba9c7a
#b99b79
#b89a78
#b79977
#b69876
#b59775
#b49674
#b39573
#b29472
#b19371
#b09270

Monochromatic Color with #bea07e

#bea07e
#e8c49a
#14110d
#3e3529
#695846
#937c62

Tints of #bea07e Color

#bea07e
#c5aa8c
#ccb59a
#d3bfa9
#dacab7
#e2d4c5
#e9dfd4
#f0e9e2
#f7f4f0
#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

#bea07e
#7e9cbe

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

Split Complementary

#bea07e
#7ebcbe
#807ebe

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

Analogous Color

#be867e
#be937e
#bea07e
#bead7e
#beba7e

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

#bea07e
#7ebea0
#a07ebe

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

#bea07e
#7ebe80
#7e9cbe
#be7ebc

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

#bea07e
#7e9cbe
#807ebe
#bcbe7e

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

#bea07e Color Code Preview on Black Background Color

This is how #bea07e Color will look on black background color. Color contrast ratio is 8.52

#bea07e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bea07e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bea07e

#bea07e color code is use for CSS Background Color

Background color for the above div is #bea07e

HTML with inline CSS

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

#bea07e color code is use for CSS Border Color

CSS Border color for the above div is #bea07e

HTML with inline CSS

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

CSS Border Left color for the above div is #bea07e

HTML with inline CSS

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

CSS Border Right color for the above div is #bea07e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bea07e

HTML with inline CSS

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

CSS Border Top color for the above div is #bea07e

HTML with inline CSS

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

#bea07e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bea07e Color code Preview on White Background

This is how #bea07e Color code will look on white background color. Color contrast ratio is 2.47

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

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,160,126,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(126,156,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,160,126,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.