crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#be5c48 hex color - Flame Pea - Orange - Warm color - Information

#be5c48 hex color - Flame Pea - Orange - Warm color

Color Hue/Base color: Orange

Hex #be5c48 Color Code is also known as Flame Pea color.

Hex #be5c48 Color code in RGB color code model is created after adding 74.51% red color, 36.08% green color and 28.24% blue color. Hex #be5c48 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 52% magenta, 62% yellow and 25% black.

Hex #be5c48 color code is between #bb5544 web safe hex color code and #cc6655 web safe hex color code. #bb5544 is the nearest web safe color code. You can see here many more shades of #be5c48 color code.

0 Likes 0 Comments | 22 Views

Color Table

Hex Color Codebe5c48#be5c48
RGB Decimal190, 92, 72rgb(190, 92, 72)
RGB Percent75%, 36%, 28%rgb(75%, 36%, 28%)
CSS RGBa190, 92, 72,1rgba(190,92,72,1)
CMYK Modelcmyk(0%,52%,62%,25%)
HSL Color Space10,48% ,51%hsl(10,48% ,51%)
HSV Color Space10°, 62%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111100101110001001000
Octal276134110
Decimal1909272
Hexbe5c48

Different shades of #be5c48 color code.

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

Light Shade of #be5c48
#cb7e6e
Dark Shade of #be5c48
#9c4837
Saturated Shade of #be5c48
#ca543c
Desaturated Shade of #be5c48
#b26454
Grey scale Shade of #be5c48
#838383
Brighten Shade
#d77561
Most Readable Shade
#FFFFFF

Shades of #be5c48 color code

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

#be5c48
#a85140
#934738
#7e3d30
#693328
#542820
#3f1e18
#2a1410
#150a08
#000000

Similar Color like #be5c48 color

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

#bf5d49
#c05e4a
#c15f4b
#c2604c
#c3614d
#c4624e
#c5634f
#c66450
#c76551
#c86652
#c96753
#ca6854
#cb6955
#cc6a56
#bd5b47
#bc5a46
#bb5945
#ba5844
#b95743
#b85642
#b75541
#b65440
#b5533f
#b4523e
#b3513d
#b2503c
#b14f3b
#b04e3a

Monochromatic Color with #be5c48

#be5c48
#e87158
#140a08
#3e1e18
#693328
#934738

Tints of #be5c48 Color

#be5c48
#c56e5c
#cc8070
#d39285
#daa499
#e2b6ad
#e9c8c2
#f0dad6
#f7ecea
#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

#be5c48
#48aabe

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

Split Complementary

#be5c48
#48be97
#486fbe

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

Analogous Color

#be4863
#be484c
#be5c48
#be7448
#be8b48

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

#be5c48
#48be5c
#5c48be

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

#be5c48
#6fbe48
#48aabe
#9748be

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

#be5c48
#48aabe
#486fbe
#be9748

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

#be5c48 Color Code Preview on Black Background Color

This is how #be5c48 Color will look on black background color. Color contrast ratio is 4.81

#be5c48 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be5c48

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be5c48

#be5c48 color code is use for CSS Background Color

Background color for the above div is #be5c48

HTML with inline CSS

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

#be5c48 color code is use for CSS Border Color

CSS Border color for the above div is #be5c48

HTML with inline CSS

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

CSS Border Left color for the above div is #be5c48

HTML with inline CSS

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

CSS Border Right color for the above div is #be5c48

HTML with inline CSS

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

CSS Border Bottom color for the above div is #be5c48

HTML with inline CSS

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

CSS Border Top color for the above div is #be5c48

HTML with inline CSS

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

#be5c48 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#be5c48 Color code Preview on White Background

This is how #be5c48 Color code will look on white background color. Color contrast ratio is 4.36

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 22 Views

Post your comment:-

By submitting comment you agree to our privacy policy.