COLOR #B886A4

HEX: #B886A4 RGB: (184,134,164)

Color info

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

RGB color model

#B886A4 color RGB value is (184,134,164).

RGB: (184,134,164) (72%, 53%, 64%)

RGB channels and saturation

R 184 of 255 = 72%
G 134 of 255 = 53%
B 164 of 255 = 64%

184
134
164

R + G + B ~ 63%. #B886A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 134 + 164 = 482 (100%)
R 184 of 482 ~ 38.17%
G 134 of 482 ~ 27.8%
B 164 of 482 ~ 34.02'%

%38.17
%27.8
%34.02

CMYK color model

#B886A4 color CMYK value is (0,27,11,28).

  • cyan value is 0.00%
  • magenta value is 27.17%
  • yellow value is 10.87%
  • key color value is 27.84%

CMYK: (0,27,11,28)
C0M27Y11K28 (0%, 27%, 11%, 28%)
(0.00 / 0.27 / 0.11 / 0.28)

CMYK percentages

%0
%27.17
%10.87
%27.84

Codes

Color #B886A4 in popluar color models

B8 86 A4
RGB 184 134 164
HSL 324° 26.04% 62.35%
HSB/HSV 324° 27.17% 72.16%
CMYK 0.00% 27.17% 10.87%
27.84%

Color #B886A4 in popluar number systems.

HEX B8 86 A4
Decimal 184 134 164
Binary 10111000 10000110 10100100
Octal 270 206 244

Shades and tints

Shades of #B886A4

#B886A4
(184,134,164)
#A87A96
(168,122,150)
#986E88
(152,110,136)
#88627A
(136,98,122)
#78566C
(120,86,108)
#684A5E
(104,74,94)
#583E50
(88,62,80)
#483242
(72,50,66)
#382634
(56,38,52)
#281A26
(40,26,38)
#180E18
(24,14,24)
#000000
(0,0,0)

Tints of #B886A4

#B886A4
(184,134,164)
#BE91AC
(190,145,172)
#C49CB4
(196,156,180)
#CAA7BC
(202,167,188)
#D0B2C4
(208,178,196)
#D6BDCC
(214,189,204)
#DCC8D4
(220,200,212)
#E2D3DC
(226,211,220)
#E8DEE4
(232,222,228)
#EEE9EC
(238,233,236)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B886A4 color. Also use rgb(184,134,164) instead hex code.

Text Font Color

.myTextColor { color: #B886A4; }

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

This text font color is #B886A4.

Background Color

.myBgColor { background-color: #B886A4; }

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

This div background color is #B886A4.

Border color

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

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

This div border color is #B886A4.

Opacity

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

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

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

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

This text has shadow with #B886A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B886A4.

Preview

Color preview on black background

This text has color #B886A4 on black background.


Color preview on white background

This text has color #B886A4 on white background.


Black color preview on #B886A4 background

This text has black color on #B886A4 background.


White color preview on #B886A4 background

This text has white color on #B886A4 background.


Related colors

Complementary color

Complementary color for #hex is #47795B.


I love getcolorcode.com

Triadic colors

1 #A4B886 and #86A4B8 with #B886A4 are triadic colors.

2 #A486B8 and #86B8A4 with #B886A4 are triadic colors.