COLOR #B884A1

HEX: #B884A1
RGB: (184,132,161)

Color info

#B884A1 contains red, green and blue colors in about the same proportion. Web safe color of #B884A1 is #CC9999 (or #C99).

RGB color model

#B884A1 color RGB value is (184,132,161).

  • red value is 184;
  • green value is 132;
  • blue value is 161.
RGB:
(184,132,161)
(72%,52%,63%)

RGB channels and saturation

R 184 of 255 = 72%
G 132 of 255 = 52%
B 161 of 255 = 63%

184
132
161

R + G + B ~ 62%. #B884A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 132 + 161 = 477 (100%)
R 184 of 477 ~ 38.57%
G 132 of 477 ~ 27.67%
B 161 of 477 ~ 33.75%

%38.57
%27.67
%33.75

CMYK color model

#B884A1 color CMYK value is (0,28,13,28).

  • cyan value is 0.00%
  • magenta value is 28.26%
  • yellow value is 12.50%
  • key color value is 27.84%
CMYK:
(0,28,13,28)
C0M28Y13K28 
(0%,28%,13%,28%)
(0.00/0.28/0.13/0.28)	

CMYK percentages

%0
%28.26
%12.5
%27.84

Codes

Color #B884A1 in popluar color models

B884A1
RGB184132161
HSL327°26.80%61.96%
HSB/HSV327°28.26%72.16%
CMYK0.00%28.26%12.50%
27.84%

Color #B884A1 in popluar number systems.

HEXB884A1
Decimal184132161
Binary101110001000010010100001
Octal270204241

Shades and tints

Shades of #B884A1

#B884A1
(184,132,161)
#A87893
(168,120,147)
#986C85
(152,108,133)
#886077
(136,96,119)
#785469
(120,84,105)
#68485B
(104,72,91)
#583C4D
(88,60,77)
#48303F
(72,48,63)
#382431
(56,36,49)
#281823
(40,24,35)
#180C15
(24,12,21)
#000000
(0,0,0)

Tints of #B884A1

#B884A1
(184,132,161)
#BE8FA9
(190,143,169)
#C49AB1
(196,154,177)
#CAA5B9
(202,165,185)
#D0B0C1
(208,176,193)
#D6BBC9
(214,187,201)
#DCC6D1
(220,198,209)
#E2D1D9
(226,209,217)
#E8DCE1
(232,220,225)
#EEE7E9
(238,231,233)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B884A1 color. Also use rgb(184,132,161) instead hex code.

Text Font Color

.myTextColor { color: #B884A1; }

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

This text font color is #B884A1.


Background Color

.myBgColor { background-color: #B884A1; }

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

This div background color is #B884A1.


Border color

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

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

This div border color is #B884A1.


Opacity

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

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

Text with #B884A1 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 #B884A1;}

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

This text has shadow with #B884A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B884A1 on black background.


Color preview on white background

This text has color #B884A1 on white background.



Black color preview on #B884A1 background

This text has black color on #B884A1 background.


White color preview on #B884A1 background

This text has white color on #B884A1 background.