COLOR #B85E88

HEX: #B85E88 RGB: (184,94,136)

Color info

#B85E88 contains mainly red and blue colors. Web safe color of #B85E88 is #CC6699 (or #C69).

RGB color model

#B85E88 color RGB value is (184,94,136).

RGB: (184,94,136) (72%, 37%, 53%)

RGB channels and saturation

R 184 of 255 = 72%
G 94 of 255 = 37%
B 136 of 255 = 53%

184
94
136

R + G + B ~ 54%. #B85E88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 184 + 94 + 136 = 414 (100%)
R 184 of 414 ~ 44.44%
G 94 of 414 ~ 22.71%
B 136 of 414 ~ 32.85'%

%44.44
%22.71
%32.85

CMYK color model

#B85E88 color CMYK value is (0,49,26,28).

  • cyan value is 0.00%
  • magenta value is 48.91%
  • yellow value is 26.09%
  • key color value is 27.84%

CMYK: (0,49,26,28)
C0M49Y26K28 (0%, 49%, 26%, 28%)
(0.00 / 0.49 / 0.26 / 0.28)

CMYK percentages

%0
%48.91
%26.09
%27.84

Codes

Color #B85E88 in popluar color models

B8 5E 88
RGB 184 94 136
HSL 332° 38.79% 54.51%
HSB/HSV 332° 48.91% 72.16%
CMYK 0.00% 48.91% 26.09%
27.84%

Color #B85E88 in popluar number systems.

HEX B8 5E 88
Decimal 184 94 136
Binary 10111000 1011110 10001000
Octal 270 136 210

Shades and tints

Shades of #B85E88

#B85E88
(184,94,136)
#A8567C
(168,86,124)
#984E70
(152,78,112)
#884664
(136,70,100)
#783E58
(120,62,88)
#68364C
(104,54,76)
#582E40
(88,46,64)
#482634
(72,38,52)
#381E28
(56,30,40)
#28161C
(40,22,28)
#180E10
(24,14,16)
#000000
(0,0,0)

Tints of #B85E88

#B85E88
(184,94,136)
#BE6C92
(190,108,146)
#C47A9C
(196,122,156)
#CA88A6
(202,136,166)
#D096B0
(208,150,176)
#D6A4BA
(214,164,186)
#DCB2C4
(220,178,196)
#E2C0CE
(226,192,206)
#E8CED8
(232,206,216)
#EEDCE2
(238,220,226)
#F4EAEC
(244,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B85E88 color. Also use rgb(184,94,136) instead hex code.

Text Font Color

.myTextColor { color: #B85E88; }

<p style="color:#B85E88">This sample text font color is #B85E88.</p>

This text font color is #B85E88.

Background Color

.myBgColor { background-color: #B85E88; }

<div style="background-color:#B85E88">Inner text</div>

This div background color is #B85E88.

Border color

.myBorderColor { border: 1px solid #B85E88; }

<div style="border:3px solid #B85E88">Div</div>

This div border color is #B85E88.

Opacity

.myOpacity80 { color: #B85E88; opacity: 0.8; }

<p style="color:#B85E88;opacity:0.8;">80%</p>

Text with #B85E88 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B85E88;}

<p style="text-shadow: 3px 3px 1px #B85E88">Text here.</p>

This text has shadow with #B85E88 color.


.textShadow {text-shadow: 3px 3px 1px #B85E88', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B85E88, 5px 5px 20px red">Text here.</p>

This text has shadow with #B85E88 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B85E88, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B85E88, Direction=45, Strength=4)">Text</p>

This text has shadow with #B85E88 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B85E88;
-webkit-box-shadow: 1px 1px 3px 2px #B85E88;
box-shadow: 1px 1px 3px 2px #B85E88;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B85E88; -webkit-box-shadow: 1px 1px 3px 2px #B85E88; box-shadow:1px 1px 3px 2px #B85E88;">
Div content here
</div>

This div box has shadow with color #B85E88.

Preview

Color preview on black background

This text has color #B85E88 on black background.


Color preview on white background

This text has color #B85E88 on white background.


Black color preview on #B85E88 background

This text has black color on #B85E88 background.


White color preview on #B85E88 background

This text has white color on #B85E88 background.


Related colors

Complementary color

Complementary color for #hex is #47A177.


I love getcolorcode.com

Triadic colors

1 #88B85E and #5E88B8 with #B85E88 are triadic colors.

2 #885EB8 and #5EB888 with #B85E88 are triadic colors.