COLOR #B88196

HEX: #B88196
RGB: (184,129,150)

Color info

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

RGB color model

#B88196 color RGB value is (184,129,150).

  • red value is 184;
  • green value is 129;
  • blue value is 150.
RGB:
(184,129,150)
(72%,51%,59%)

RGB channels and saturation

R 184 of 255 = 72%
G 129 of 255 = 51%
B 150 of 255 = 59%

184
129
150

R + G + B ~ 61%. #B88196 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 129 + 150 = 463 (100%)
R 184 of 463 ~ 39.74%
G 129 of 463 ~ 27.86%
B 150 of 463 ~ 32.4%

%39.74
%27.86
%32.4

CMYK color model

#B88196 color CMYK value is (0,30,18,28).

  • cyan value is 0.00%
  • magenta value is 29.89%
  • yellow value is 18.48%
  • key color value is 27.84%
CMYK:
(0,30,18,28)
C0M30Y18K28 
(0%,30%,18%,28%)
(0.00/0.30/0.18/0.28)	

CMYK percentages

%0
%29.89
%18.48
%27.84

Codes

Color #B88196 in popluar color models

B88196
RGB184129150
HSL337°27.92%61.37%
HSB/HSV337°29.89%72.16%
CMYK0.00%29.89%18.48%
27.84%

Color #B88196 in popluar number systems.

HEXB88196
Decimal184129150
Binary101110001000000110010110
Octal270201226

Shades and tints

Shades of #B88196

#B88196
(184,129,150)
#A87689
(168,118,137)
#986B7C
(152,107,124)
#88606F
(136,96,111)
#785562
(120,85,98)
#684A55
(104,74,85)
#583F48
(88,63,72)
#48343B
(72,52,59)
#38292E
(56,41,46)
#281E21
(40,30,33)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #B88196

#B88196
(184,129,150)
#BE8C9F
(190,140,159)
#C497A8
(196,151,168)
#CAA2B1
(202,162,177)
#D0ADBA
(208,173,186)
#D6B8C3
(214,184,195)
#DCC3CC
(220,195,204)
#E2CED5
(226,206,213)
#E8D9DE
(232,217,222)
#EEE4E7
(238,228,231)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88196 color. Also use rgb(184,129,150) instead hex code.

Text Font Color

.myTextColor { color: #B88196; }

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

This text font color is #B88196.


Background Color

.myBgColor { background-color: #B88196; }

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

This div background color is #B88196.


Border color

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

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

This div border color is #B88196.


Opacity

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

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

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

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

This text has shadow with #B88196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88196 on black background.


Color preview on white background

This text has color #B88196 on white background.



Black color preview on #B88196 background

This text has black color on #B88196 background.


White color preview on #B88196 background

This text has white color on #B88196 background.