Skip to main content Skip to docs navigation

#b85285 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 Berry Boost and its hex is #BB5588 Nearest Color Name

Color Hue/Base color: Red

Hex #b85285 Color code in RGB color code model is created after adding 72.16% red color, 32.16% green color and 52.16% blue color. Hex #b85285 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 55% magenta, 28% yellow and 27.84% black.

Hex #b85285 color code is between #bb5588 web safe hex color code and #aa4477 web safe hex color code. #bb5588 is the nearest web safe color code. You can see here many more shades of #b85285 color code.

RGB Chart

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

Color Table

Hex Color Code b85285 #b85285
RGB Decimal 184, 82, 133 184, 82, 133
RGB Percent 72%, 32%, 52% rgb(72%, 32%, 52%)
CSS RGBa 184, 82, 133,1 rgba(184,82,133,1)
CMYK Model cmyk(0%,55%,28%,27.84%)
HSL Color Space 330,42% ,52% hsl(330,42% ,52%)
HSV Color Space 330°, 55%, 72%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111000 01010010 10000101
Octal 270 122 205
Decimal 184 82 133
Hex b8 52 85

Different shades of #b85285 color code.

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

Darkest of #b85285
#502139
Darker of #b85285
#743052
Dark of #b85285
#983f6c
Base of #b85285
#b85285
Light of #b85285
#c7769f
Lighter
#d69ab8
Lightest
#e5bed2

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

#b85285
#52b885

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

Split Complementary

#b85285
#52b852
#52b8b8

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

Analogous Color

#b052b8
#b852b0
#b85285
#b85263
#b86c52

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

#b85285
#5285b8
#85b852

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

#b85285
#85b852
#52b885
#8552b8

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

#b85285
#b8b852
#52b885
#5252b8

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 #b85285

#2c121f
#502139
#743052
#983f6c
#b85285
#c7769f
#d69ab8
#e5bed2
#f3e3eb

Tints of #b85285 Color

#b85285
#bf6592
#c778a0
#cf8bad
#d79ebb
#dfb2c8
#e7c5d6
#efd8e3
#f7ebf1
#ffffff

Shades of #b85285 color code

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

#b85285
#a34876
#8f3f67
#7a3658
#662d49
#51243b
#3d1b2c
#28121d
#14090e
#000000

Tones

#b85285
#a06a85
#878385
#858585
#858585

Tones

Similar Color like #b85285 color

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

#b95386
#ba5487
#bb5588
#bc5689
#bd578a
#be588b
#bf598c
#c05a8d
#c15b8e
#c25c8f
#c35d90
#c45e91
#c55f92
#c66093
#b75184
#b65083
#b54f82
#b44e81
#b34d80
#b24c7f
#b14b7e
#b04a7d
#af497c
#ae487b
#ad477a
#ac4679
#ab4578
#aa4477

Download this Dark Red

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

#b85285 Color Code Preview on Black Background Color

This is how #b85285 Color will look on black background color. Color contrast ratio is 4.58

#b85285 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b85285

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b85285

#b85285 color code is use for CSS Background Color

Background color for the above div is #b85285

HTML with inline CSS

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

#b85285 color code is use for CSS Border Color

CSS Border color for the above div is #b85285

HTML with inline CSS

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

CSS Border Left color for the above div is #b85285

HTML with inline CSS

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

CSS Border Right color for the above div is #b85285

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b85285

HTML with inline CSS

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

CSS Border Top color for the above div is #b85285

HTML with inline CSS

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

#b85285 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b85285 Color code Preview on White Background

This is how #b85285 Color code will look on white background color. Color contrast ratio is 4.58

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

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