COLOR #B88784

HEX: #B88784
RGB: (184,135,132)

Color info

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

RGB color model

#B88784 color RGB value is (184,135,132).

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

RGB channels and saturation

R 184 of 255 = 72%
G 135 of 255 = 53%
B 132 of 255 = 52%

184
135
132

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

Portions of RGB colors in percentages

R + G + B =
184 + 135 + 132 = 451 (100%)
R 184 of 451 ~ 40.8%
G 135 of 451 ~ 29.93%
B 132 of 451 ~ 29.27%

%40.8
%29.93
%29.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.63%
  • yellow value is 28.26%
  • key color value is 27.84%
CMYK:
(0,27,28,28)
C0M27Y28K28 
(0%,27%,28%,28%)
(0.00/0.27/0.28/0.28)	

CMYK percentages

%0
%26.63
%28.26
%27.84

Codes

Color #B88784 in popluar color models

B88784
RGB184135132
HSL26.80%61.96%
HSB/HSV28.26%72.16%
CMYK0.00%26.63%28.26%
27.84%

Color #B88784 in popluar number systems.

HEXB88784
Decimal184135132
Binary101110001000011110000100
Octal270207204

Shades and tints

Shades of #B88784

#B88784
(184,135,132)
#A87B78
(168,123,120)
#986F6C
(152,111,108)
#886360
(136,99,96)
#785754
(120,87,84)
#684B48
(104,75,72)
#583F3C
(88,63,60)
#483330
(72,51,48)
#382724
(56,39,36)
#281B18
(40,27,24)
#180F0C
(24,15,12)
#000000
(0,0,0)

Tints of #B88784

#B88784
(184,135,132)
#BE918F
(190,145,143)
#C49B9A
(196,155,154)
#CAA5A5
(202,165,165)
#D0AFB0
(208,175,176)
#D6B9BB
(214,185,187)
#DCC3C6
(220,195,198)
#E2CDD1
(226,205,209)
#E8D7DC
(232,215,220)
#EEE1E7
(238,225,231)
#F4EBF2
(244,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88784; }

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

This text font color is #B88784.


Background Color

.myBgColor { background-color: #B88784; }

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

This div background color is #B88784.


Border color

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

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

This div border color is #B88784.


Opacity

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

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

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

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

This text has shadow with #B88784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88784 on black background.


Color preview on white background

This text has color #B88784 on white background.



Black color preview on #B88784 background

This text has black color on #B88784 background.


White color preview on #B88784 background

This text has white color on #B88784 background.