COLOR #B88C87

HEX: #B88C87
RGB: (184,140,135)

Color info

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

RGB color model

#B88C87 color RGB value is (184,140,135).

  • red value is 184;
  • green value is 140;
  • blue value is 135.
RGB:
(184,140,135)
(72%,55%,53%)

RGB channels and saturation

R 184 of 255 = 72%
G 140 of 255 = 55%
B 135 of 255 = 53%

184
140
135

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

Portions of RGB colors in percentages

R + G + B =
184 + 140 + 135 = 459 (100%)
R 184 of 459 ~ 40.09%
G 140 of 459 ~ 30.5%
B 135 of 459 ~ 29.41%

%40.09
%30.5
%29.41

CMYK color model

#B88C87 color CMYK value is (0,24,27,28).

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 26.63%
  • key color value is 27.84%
CMYK:
(0,24,27,28)
C0M24Y27K28 
(0%,24%,27%,28%)
(0.00/0.24/0.27/0.28)	

CMYK percentages

%0
%23.91
%26.63
%27.84

Codes

Color #B88C87 in popluar color models

B88C87
RGB184140135
HSL25.65%62.55%
HSB/HSV26.63%72.16%
CMYK0.00%23.91%26.63%
27.84%

Color #B88C87 in popluar number systems.

HEXB88C87
Decimal184140135
Binary101110001000110010000111
Octal270214207

Shades and tints

Shades of #B88C87

#B88C87
(184,140,135)
#A8807B
(168,128,123)
#98746F
(152,116,111)
#886863
(136,104,99)
#785C57
(120,92,87)
#68504B
(104,80,75)
#58443F
(88,68,63)
#483833
(72,56,51)
#382C27
(56,44,39)
#28201B
(40,32,27)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #B88C87

#B88C87
(184,140,135)
#BE9691
(190,150,145)
#C4A09B
(196,160,155)
#CAAAA5
(202,170,165)
#D0B4AF
(208,180,175)
#D6BEB9
(214,190,185)
#DCC8C3
(220,200,195)
#E2D2CD
(226,210,205)
#E8DCD7
(232,220,215)
#EEE6E1
(238,230,225)
#F4F0EB
(244,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88C87 color. Also use rgb(184,140,135) instead hex code.

Text Font Color

.myTextColor { color: #B88C87; }

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

This text font color is #B88C87.


Background Color

.myBgColor { background-color: #B88C87; }

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

This div background color is #B88C87.


Border color

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

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

This div border color is #B88C87.


Opacity

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

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

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

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

This text has shadow with #B88C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88C87 on black background.


Color preview on white background

This text has color #B88C87 on white background.



Black color preview on #B88C87 background

This text has black color on #B88C87 background.


White color preview on #B88C87 background

This text has white color on #B88C87 background.