crispedge.com

Color picker

Loading...

#bea18c hex color - Brown - Warm color - Information

#bea18c hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #bea18c Color code in RGB color code model is created after adding 74.51% red color, 63.14% green color and 54.9% blue color. Hex #bea18c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 26% yellow and 25% black.

Hex #bea18c color code is between #bb9988 web safe hex color code and #ccaa99 web safe hex color code. #bb9988 is the nearest web safe color code. You can see here many more shades of #bea18c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebea18c#bea18c
RGB Decimal190, 161, 140rgb(190, 161, 140)
RGB Percent75%, 63%, 55%rgb(75%, 63%, 55%)
CSS RGBa190, 161, 140,1rgba(190,161,140,1)
CMYK Modelcmyk(0%,15%,26%,25%)
HSL Color Space25,28% ,65%hsl(25,28% ,65%)
HSV Color Space25°, 26%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111101010000110001100
Octal276241214
Decimal190161140
Hexbea18c

Different shades of #bea18c color code.

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

Light Shade of #bea18c
#d0bcad
Dark Shade of #bea18c
#ac866b
Saturated Shade of #bea18c
#c7a083
Desaturated Shade of #bea18c
#b5a295
Grey scale Shade of #bea18c
#a5a5a5
Brighten Shade
#d7baa5
Most Readable Shade
#000000

Shades of #bea18c color code

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

#bea18c
#a88f7c
#937d6c
#7e6b5d
#69594d
#54473e
#3f352e
#2a231f
#15110f
#000000

Similar Color like #bea18c color

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

#bfa28d
#c0a38e
#c1a48f
#c2a590
#c3a691
#c4a792
#c5a893
#c6a994
#c7aa95
#c8ab96
#c9ac97
#caad98
#cbae99
#ccaf9a
#bda08b
#bc9f8a
#bb9e89
#ba9d88
#b99c87
#b89b86
#b79a85
#b69984
#b59883
#b49782
#b39681
#b29580
#b1947f
#b0937e

Monochromatic Color with #bea18c

#bea18c
#e8c5ab
#14110f
#3e352e
#69594d
#937d6d

Tints of #bea18c Color

#bea18c
#c5ab98
#ccb5a5
#d3c0b2
#dacabf
#e2d5cb
#e9dfd8
#f0eae5
#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

#bea18c
#8ca9be

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

Split Complementary

#bea18c
#8cbeba
#8c90be

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

Analogous Color

#be8d8c
#be978c
#bea18c
#beab8c
#beb58c

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

#bea18c
#8cbea1
#a18cbe

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

#bea18c
#90be8c
#8ca9be
#ba8cbe

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

#bea18c
#8ca9be
#8c90be
#beba8c

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

#bea18c Color Code Preview on Black Background Color

This is how #bea18c Color will look on black background color. Color contrast ratio is 8.67

#bea18c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bea18c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bea18c

#bea18c color code is use for CSS Background Color

Background color for the above div is #bea18c

HTML with inline CSS

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

#bea18c color code is use for CSS Border Color

CSS Border color for the above div is #bea18c

HTML with inline CSS

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

CSS Border Left color for the above div is #bea18c

HTML with inline CSS

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

CSS Border Right color for the above div is #bea18c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bea18c

HTML with inline CSS

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

CSS Border Top color for the above div is #bea18c

HTML with inline CSS

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

#bea18c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bea18c Color code Preview on White Background

This is how #bea18c Color code will look on white background color. Color contrast ratio is 2.42

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

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