@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#bea07a hex color - Grey - Warm color - Information

#bea07a hex color - Grey - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Grey

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

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebea07a#bea07a
RGB Decimal190, 160, 122rgb(190, 160, 122)
RGB Percent75%, 63%, 48%rgb(75%, 63%, 48%)
CSS RGBa190, 160, 122,1rgba(190,160,122,1)
CMYK Modelcmyk(0%,16%,36%,25.49%)
HSL Color Space34,34% ,61%hsl(34,34% ,61%)
HSV Color Space34°, 36%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111101010000001111010
Octal276240172
Decimal190160122
Hexbea07a

Different shades of #bea07a color code.

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

Light Shade of #bea07a
#cfb89c
Dark Shade of #bea07a
#ad8858
Saturated Shade of #bea07a
#c8a170
Desaturated Shade of #bea07a
#b49f84
Grey scale Shade of #bea07a
#9c9c9c
Brighten Shade
#d7b993
Most Readable Shade
#000000

Shades of #bea07a color code

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

#bea07a
#a88e6c
#937c5e
#7e6a51
#695843
#544736
#3f3528
#2a231b
#15110d
#000000

Similar Color like #bea07a color

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

#bfa17b
#c0a27c
#c1a37d
#c2a47e
#c3a57f
#c4a680
#c5a781
#c6a882
#c7a983
#c8aa84
#c9ab85
#caac86
#cbad87
#ccae88
#bd9f79
#bc9e78
#bb9d77
#ba9c76
#b99b75
#b89a74
#b79973
#b69872
#b59771
#b49670
#b3956f
#b2946e
#b1936d
#b0926c

Monochromatic Color with #bea07a

#bea07a
#e8c495
#14110d
#3e3528
#695843
#937c5f

Tints of #bea07a Color

#bea07a
#c5aa88
#ccb597
#d3bfa6
#dacab5
#e2d4c3
#e9dfd2
#f0e9e1
#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

#bea07a
#7a98be

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

Split Complementary

#bea07a
#7ababe
#7e7abe

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

Analogous Color

#be857a
#be927a
#bea07a
#beae7a
#bebb7a

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

#bea07a
#7abea0
#a07abe

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

#bea07a
#7abe7e
#7a98be
#be7aba

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

#bea07a
#7a98be
#7e7abe
#babe7a

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

#bea07a Color Code Preview on Black Background Color

This is how #bea07a Color will look on black background color. Color contrast ratio is 8.50

#bea07a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bea07a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bea07a

#bea07a color code is use for CSS Background Color

Background color for the above div is #bea07a

HTML with inline CSS

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

#bea07a color code is use for CSS Border Color

CSS Border color for the above div is #bea07a

HTML with inline CSS

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

CSS Border Left color for the above div is #bea07a

HTML with inline CSS

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

CSS Border Right color for the above div is #bea07a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bea07a

HTML with inline CSS

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

CSS Border Top color for the above div is #bea07a

HTML with inline CSS

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

#bea07a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bea07a Color code Preview on White Background

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.