COLOR #B88F87

HEX: #B88F87
RGB: (184,143,135)

Color info

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

RGB color model

#B88F87 color RGB value is (184,143,135).

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

RGB channels and saturation

R 184 of 255 = 72%
G 143 of 255 = 56%
B 135 of 255 = 53%

184
143
135

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

Portions of RGB colors in percentages

R + G + B =
184 + 143 + 135 = 462 (100%)
R 184 of 462 ~ 39.83%
G 143 of 462 ~ 30.95%
B 135 of 462 ~ 29.22%

%39.83
%30.95
%29.22

CMYK color model

#B88F87 color CMYK value is (0,22,27,28).

  • cyan value is 0.00%
  • magenta value is 22.28%
  • yellow value is 26.63%
  • key color value is 27.84%
CMYK:
(0,22,27,28)
C0M22Y27K28 
(0%,22%,27%,28%)
(0.00/0.22/0.27/0.28)	

CMYK percentages

%0
%22.28
%26.63
%27.84

Codes

Color #B88F87 in popluar color models

B88F87
RGB184143135
HSL10°25.65%62.55%
HSB/HSV10°26.63%72.16%
CMYK0.00%22.28%26.63%
27.84%

Color #B88F87 in popluar number systems.

HEXB88F87
Decimal184143135
Binary101110001000111110000111
Octal270217207

Shades and tints

Shades of #B88F87

#B88F87
(184,143,135)
#A8827B
(168,130,123)
#98756F
(152,117,111)
#886863
(136,104,99)
#785B57
(120,91,87)
#684E4B
(104,78,75)
#58413F
(88,65,63)
#483433
(72,52,51)
#382727
(56,39,39)
#281A1B
(40,26,27)
#180D0F
(24,13,15)
#000000
(0,0,0)

Tints of #B88F87

#B88F87
(184,143,135)
#BE9991
(190,153,145)
#C4A39B
(196,163,155)
#CAADA5
(202,173,165)
#D0B7AF
(208,183,175)
#D6C1B9
(214,193,185)
#DCCBC3
(220,203,195)
#E2D5CD
(226,213,205)
#E8DFD7
(232,223,215)
#EEE9E1
(238,233,225)
#F4F3EB
(244,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88F87; }

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

This text font color is #B88F87.


Background Color

.myBgColor { background-color: #B88F87; }

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

This div background color is #B88F87.


Border color

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

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

This div border color is #B88F87.


Opacity

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

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

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

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

This text has shadow with #B88F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88F87 on black background.


Color preview on white background

This text has color #B88F87 on white background.



Black color preview on #B88F87 background

This text has black color on #B88F87 background.


White color preview on #B88F87 background

This text has white color on #B88F87 background.