crispedge.com

Color picker

Loading...

#b14e4e hex color - Red - Warm color - Information

#b14e4e hex color - Red - Warm color

Color Hue/Base color: Red

Hex #b14e4e Color code in RGB color code model is created after adding 69.41% red color, 30.59% green color and 30.59% blue color. Hex #b14e4e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 56% magenta, 56% yellow and 31% black.

Hex #b14e4e color code is between #aa5555 web safe hex color code and #bb4444 web safe hex color code. #aa5555 is the nearest web safe color code. You can see here many more shades of #b14e4e color code.

0 Likes 0 Comments | 17 Views

RGB Chart

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

Color Table

Hex Color Codeb14e4e#b14e4e
RGB Decimal177, 78, 78rgb(177, 78, 78)
RGB Percent69%, 31%, 31%rgb(69%, 31%, 31%)
CSS RGBa177, 78, 78,1rgba(177,78,78,1)
CMYK Modelcmyk(0%,56%,56%,31%)
HSL Color Space0,39% ,50%hsl(0,39% ,50%)
HSV Color Space0°, 56%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100010100111001001110
Octal261116116
Decimal1777878
Hexb14e4e

Different shades of #b14e4e color code.

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

Light Shade of #b14e4e
#c17171
Dark Shade of #b14e4e
#8e3e3e
Saturated Shade of #b14e4e
#be4141
Desaturated Shade of #b14e4e
#a45b5b
Grey scale Shade of #b14e4e
#808080
Brighten Shade
#ca6767
Most Readable Shade
#FFFFFF

Shades of #b14e4e color code

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

#b14e4e
#9d4545
#893c3c
#763434
#622b2b
#4e2222
#3b1a1a
#271111
#130808
#000000

Similar Color like #b14e4e color

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

#b24f4f
#b35050
#b45151
#b55252
#b65353
#b75454
#b85555
#b95656
#ba5757
#bb5858
#bc5959
#bd5a5a
#be5b5b
#bf5c5c
#b04d4d
#af4c4c
#ae4b4b
#ad4a4a
#ac4949
#ab4848
#aa4747
#a94646
#a84545
#a74444
#a64343
#a54242
#a44141
#a34040

Monochromatic Color with #b14e4e

#b14e4e
#db6161
#070303
#311616
#5c2929
#863b3b

Tints of #b14e4e Color

#b14e4e
#b96161
#c27575
#cb8989
#d39c9c
#dcb0b0
#e5c4c4
#edd7d7
#f6ebeb
#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

#b14e4e
#4eb1b1

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

Split Complementary

#b14e4e
#4eb180
#4e80b1

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

Analogous Color

#b14e76
#b14e62
#b14e4e
#b1624e
#b1764e

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

#b14e4e
#4eb14e
#4e4eb1

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

#b14e4e
#80b14e
#4eb1b1
#7f4eb1

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

#b14e4e
#4eb1b1
#4e80b1
#b1804e

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

#b14e4e Color Code Preview on Black Background Color

This is how #b14e4e Color will look on black background color. Color contrast ratio is 4.07

#b14e4e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b14e4e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b14e4e

#b14e4e color code is use for CSS Background Color

Background color for the above div is #b14e4e

HTML with inline CSS

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

#b14e4e color code is use for CSS Border Color

CSS Border color for the above div is #b14e4e

HTML with inline CSS

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

CSS Border Left color for the above div is #b14e4e

HTML with inline CSS

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

CSS Border Right color for the above div is #b14e4e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b14e4e

HTML with inline CSS

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

CSS Border Top color for the above div is #b14e4e

HTML with inline CSS

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

#b14e4e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b14e4e Color code Preview on White Background

This is how #b14e4e Color code will look on white background color. Color contrast ratio is 5.16

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

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

0 Likes 0 Comments | 17 Views

Post your comment:-

By submitting comment you agree to our privacy policy.