COLOR #B88394

HEX: #B88394
RGB: (184,131,148)

Color info

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

RGB color model

#B88394 color RGB value is (184,131,148).

  • red value is 184;
  • green value is 131;
  • blue value is 148.
RGB:
(184,131,148)
(72%,51%,58%)

RGB channels and saturation

R 184 of 255 = 72%
G 131 of 255 = 51%
B 148 of 255 = 58%

184
131
148

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

Portions of RGB colors in percentages

R + G + B =
184 + 131 + 148 = 463 (100%)
R 184 of 463 ~ 39.74%
G 131 of 463 ~ 28.29%
B 148 of 463 ~ 31.97%

%39.74
%28.29
%31.97

CMYK color model

#B88394 color CMYK value is (0,29,20,28).

  • cyan value is 0.00%
  • magenta value is 28.80%
  • yellow value is 19.57%
  • key color value is 27.84%
CMYK:
(0,29,20,28)
C0M29Y20K28 
(0%,29%,20%,28%)
(0.00/0.29/0.20/0.28)	

CMYK percentages

%0
%28.8
%19.57
%27.84

Codes

Color #B88394 in popluar color models

B88394
RGB184131148
HSL341°27.18%61.76%
HSB/HSV341°28.80%72.16%
CMYK0.00%28.80%19.57%
27.84%

Color #B88394 in popluar number systems.

HEXB88394
Decimal184131148
Binary101110001000001110010100
Octal270203224

Shades and tints

Shades of #B88394

#B88394
(184,131,148)
#A87887
(168,120,135)
#986D7A
(152,109,122)
#88626D
(136,98,109)
#785760
(120,87,96)
#684C53
(104,76,83)
#584146
(88,65,70)
#483639
(72,54,57)
#382B2C
(56,43,44)
#28201F
(40,32,31)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #B88394

#B88394
(184,131,148)
#BE8E9D
(190,142,157)
#C499A6
(196,153,166)
#CAA4AF
(202,164,175)
#D0AFB8
(208,175,184)
#D6BAC1
(214,186,193)
#DCC5CA
(220,197,202)
#E2D0D3
(226,208,211)
#E8DBDC
(232,219,220)
#EEE6E5
(238,230,229)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88394 color. Also use rgb(184,131,148) instead hex code.

Text Font Color

.myTextColor { color: #B88394; }

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

This text font color is #B88394.


Background Color

.myBgColor { background-color: #B88394; }

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

This div background color is #B88394.


Border color

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

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

This div border color is #B88394.


Opacity

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

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

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

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

This text has shadow with #B88394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88394 on black background.


Color preview on white background

This text has color #B88394 on white background.



Black color preview on #B88394 background

This text has black color on #B88394 background.


White color preview on #B88394 background

This text has white color on #B88394 background.