crispedge.com

Color picker

Loading...

#beafa8 hex color - Brown - Warm color - Information

#beafa8 hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #beafa8 Color code in RGB color code model is created after adding 74.51% red color, 68.63% green color and 65.88% blue color. Hex #beafa8 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 8% magenta, 12% yellow and 25% black.

Hex #beafa8 color code is between #bbaaaa web safe hex color code and #ccbb99 web safe hex color code. #bbaaaa is the nearest web safe color code. You can see here many more shades of #beafa8 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codebeafa8#beafa8
RGB Decimal190, 175, 168rgb(190, 175, 168)
RGB Percent75%, 69%, 66%rgb(75%, 69%, 66%)
CSS RGBa190, 175, 168,1rgba(190,175,168,1)
CMYK Modelcmyk(0%,8%,12%,25%)
HSL Color Space19,14% ,70%hsl(19,14% ,70%)
HSV Color Space19°, 12%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111101010111110101000
Octal276257250
Decimal190175168
Hexbeafa8

Different shades of #beafa8 color code.

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

Light Shade of #beafa8
#d4cac5
Dark Shade of #beafa8
#a8948b
Saturated Shade of #beafa8
#c6aca0
Desaturated Shade of #beafa8
#b6b2b0
Grey scale Shade of #beafa8
#b3b3b3
Brighten Shade
#d7c8c1
Most Readable Shade
#000000

Shades of #beafa8 color code

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

#beafa8
#a89b95
#938882
#7e7470
#69615d
#544d4a
#3f3a38
#2a2625
#151312
#000000

Similar Color like #beafa8 color

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

#bfb0a9
#c0b1aa
#c1b2ab
#c2b3ac
#c3b4ad
#c4b5ae
#c5b6af
#c6b7b0
#c7b8b1
#c8b9b2
#c9bab3
#cabbb4
#cbbcb5
#ccbdb6
#bdaea7
#bcada6
#bbaca5
#baaba4
#b9aaa3
#b8a9a2
#b7a8a1
#b6a7a0
#b5a69f
#b4a59e
#b3a49d
#b2a39c
#b1a29b
#b0a19a

Monochromatic Color with #beafa8

#beafa8
#e8d6ce
#141212
#3e3a37
#69615d
#938882

Tints of #beafa8 Color

#beafa8
#c5b7b1
#ccc0bb
#d3c9c5
#dad2ce
#e2dbd8
#e9e4e2
#f0edeb
#f7f6f5
#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

#beafa8
#a8b7be

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

Split Complementary

#beafa8
#a8beba
#a8acbe

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

Analogous Color

#bea8aa
#beaba8
#beafa8
#beb3a8
#beb8a8

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

#beafa8
#a8beaf
#afa8be

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

#beafa8
#acbea8
#a8b7be
#baa8be

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

#beafa8
#a8b7be
#a8acbe
#bebaa8

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

#beafa8 Color Code Preview on Black Background Color

This is how #beafa8 Color will look on black background color. Color contrast ratio is 9.89

#beafa8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #beafa8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #beafa8

#beafa8 color code is use for CSS Background Color

Background color for the above div is #beafa8

HTML with inline CSS

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

#beafa8 color code is use for CSS Border Color

CSS Border color for the above div is #beafa8

HTML with inline CSS

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

CSS Border Left color for the above div is #beafa8

HTML with inline CSS

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

CSS Border Right color for the above div is #beafa8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #beafa8

HTML with inline CSS

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

CSS Border Top color for the above div is #beafa8

HTML with inline CSS

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

#beafa8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#beafa8 Color code Preview on White Background

This is how #beafa8 Color code will look on white background color. Color contrast ratio is 2.12

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.