crispedge.com

Color picker

Loading...

#be774e hex color - Orange - Warm color - Information

#be774e hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #be774e Color code in RGB color code model is created after adding 74.51% red color, 46.67% green color and 30.59% blue color. Hex #be774e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 37% magenta, 59% yellow and 25% black.

Hex #be774e color code is between #bb6655 web safe hex color code and #cc8844 web safe hex color code. #bb6655 is the nearest web safe color code. You can see here many more shades of #be774e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebe774e#be774e
RGB Decimal190, 119, 78rgb(190, 119, 78)
RGB Percent75%, 47%, 31%rgb(75%, 47%, 31%)
CSS RGBa190, 119, 78,1rgba(190,119,78,1)
CMYK Modelcmyk(0%,37%,59%,25%)
HSL Color Space22,46% ,53%hsl(22,46% ,53%)
HSV Color Space22°, 59%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111100111011101001110
Octal276167116
Decimal19011978
Hexbe774e

Different shades of #be774e color code.

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

Light Shade of #be774e
#cc9473
Dark Shade of #be774e
#9f5f3a
Saturated Shade of #be774e
#ca7442
Desaturated Shade of #be774e
#b27a5a
Grey scale Shade of #be774e
#868686
Brighten Shade
#d79067
Most Readable Shade
#000000

Shades of #be774e color code

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

#be774e
#a86945
#935c3c
#7e4f34
#69422b
#543422
#3f271a
#2a1a11
#150d08
#000000

Similar Color like #be774e color

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

#bf784f
#c07950
#c17a51
#c27b52
#c37c53
#c47d54
#c57e55
#c67f56
#c78057
#c88158
#c98259
#ca835a
#cb845b
#cc855c
#bd764d
#bc754c
#bb744b
#ba734a
#b97249
#b87148
#b77047
#b66f46
#b56e45
#b46d44
#b36c43
#b26b42
#b16a41
#b06940

Monochromatic Color with #be774e

#be774e
#e8925f
#140d08
#3e271a
#69422b
#935c3d

Tints of #be774e Color

#be774e
#c58661
#cc9575
#d3a489
#dab39c
#e2c2b0
#e9d1c4
#f0e0d7
#f7efeb
#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

#be774e
#4e95be

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

Split Complementary

#be774e
#4ebeaf
#4e5dbe

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

Analogous Color

#be4e52
#be614e
#be774e
#be8d4e
#bea44e

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

#be774e
#4ebe77
#774ebe

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

#be774e
#5dbe4e
#4e95be
#af4ebe

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

#be774e
#4e95be
#4e5dbe
#beaf4e

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

#be774e Color Code Preview on Black Background Color

This is how #be774e Color will look on black background color. Color contrast ratio is 5.94

#be774e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be774e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be774e

#be774e color code is use for CSS Background Color

Background color for the above div is #be774e

HTML with inline CSS

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

#be774e color code is use for CSS Border Color

CSS Border color for the above div is #be774e

HTML with inline CSS

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

CSS Border Left color for the above div is #be774e

HTML with inline CSS

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

CSS Border Right color for the above div is #be774e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #be774e

HTML with inline CSS

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

CSS Border Top color for the above div is #be774e

HTML with inline CSS

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

#be774e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#be774e Color code Preview on White Background

This is how #be774e Color code will look on white background color. Color contrast ratio is 3.54

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

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,119,78,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(78,149,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,119,78,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.