Skip to main content Skip to docs navigation

#be154b hex color | Download Dark Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Rural Red and its hex is #BB1144 Nearest Color Name

Color Hue/Base color: Red

Hex #be154b Color code in RGB color code model is created after adding 74.51% red color, 8.24% green color and 29.41% blue color. Hex #be154b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 89% magenta, 61% yellow and 25.49% black.

Hex #be154b color code is between #bb1144 web safe hex color code and #cc2255 web safe hex color code. #bb1144 is the nearest web safe color code. You can see here many more shades of #be154b color code.

RGB Chart

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

Color Table

Hex Color Code be154b #be154b
RGB Decimal 190, 21, 75 190, 21, 75
RGB Percent 75%, 8%, 29% rgb(75%, 8%, 29%)
CSS RGBa 190, 21, 75,1 rgba(190,21,75,1)
CMYK Model cmyk(0%,89%,61%,25.49%)
HSL Color Space 341,80% ,41% hsl(341,80% ,41%)
HSV Color Space 341°, 89%, 75%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111110 00010101 01001011
Octal 276 25 113
Decimal 190 21 75
Hex be 15 4b

Different shades of #be154b color code.

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

Darkest of #be154b
#340615
Darker of #be154b
#620b27
Dark of #be154b
#901039
Base of #be154b
#be154b
Light of #be154b
#e6205f
Lighter
#eb4e80
Lightest
#f07ca1

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

#be154b
#15be88

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

Split Complementary

#be154b
#15be34
#159fbe

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

Analogous Color

#be15ae
#be1591
#be154b
#be1715
#be5e15

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

#be154b
#154bbe
#4bbe15

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

#be154b
#4bbe15
#15be88
#8815be

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#be154b
#9fbe15
#15be88
#3415be

Square 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).

Monochromatic Color with #be154b

#060102
#340615
#620b27
#901039
#be154b
#e6205f
#eb4e80
#f07ca1
#f6a9c2

Tints of #be154b Color

#be154b
#c52f5f
#cc4973
#d36387
#da7d9b
#e297af
#e9b1c3
#f0cbd7
#f7e5eb
#ffffff

Shades of #be154b color code

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

#be154b
#a81242
#93103a
#7e0e32
#690b29
#540921
#3f0719
#2a0410
#150208
#000000

Tones

#be154b
#a92a53
#943f5a
#7f5462
#6a6969

Tones

Similar Color like #be154b color

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

#bf164c
#c0174d
#c1184e
#c2194f
#c31a50
#c41b51
#c51c52
#c61d53
#c71e54
#c81f55
#c92056
#ca2157
#cb2258
#cc2359
#bd144a
#bc1349
#bb1248
#ba1147
#b91046
#b80f45
#b70e44
#b60d43
#b50c42
#b40b41
#b30a40
#b2093f
#b1083e
#b0073d

Download this Dark Red

Hex #be154b 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.

#be154b Color Code Preview on Black Background Color

This is how #be154b Color will look on black background color. Color contrast ratio is 3.40

#be154b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be154b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be154b

#be154b color code is use for CSS Background Color

Background color for the above div is #be154b

HTML with inline CSS

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

#be154b color code is use for CSS Border Color

CSS Border color for the above div is #be154b

HTML with inline CSS

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

CSS Border Left color for the above div is #be154b

HTML with inline CSS

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

CSS Border Right color for the above div is #be154b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #be154b

HTML with inline CSS

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

CSS Border Top color for the above div is #be154b

HTML with inline CSS

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

#be154b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#be154b Color code Preview on White Background

This is how #be154b Color code will look on white background color. Color contrast ratio is 6.18

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(190,21,75,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(21,190,136,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,21,75,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }