COLOR #B88396

HEX: #B88396
RGB: (184,131,150)

Color info

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

RGB color model

#B88396 color RGB value is (184,131,150).

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

RGB channels and saturation

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

184
131
150

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

Portions of RGB colors in percentages

R + G + B =
184 + 131 + 150 = 465 (100%)
R 184 of 465 ~ 39.57%
G 131 of 465 ~ 28.17%
B 150 of 465 ~ 32.26%

%39.57
%28.17
%32.26

CMYK color model

#B88396 color CMYK value is (0,29,18,28).

  • cyan value is 0.00%
  • magenta value is 28.80%
  • yellow value is 18.48%
  • key color value is 27.84%
CMYK:
(0,29,18,28)
C0M29Y18K28 
(0%,29%,18%,28%)
(0.00/0.29/0.18/0.28)	

CMYK percentages

%0
%28.8
%18.48
%27.84

Codes

Color #B88396 in popluar color models

B88396
RGB184131150
HSL338°27.18%61.76%
HSB/HSV338°28.80%72.16%
CMYK0.00%28.80%18.48%
27.84%

Color #B88396 in popluar number systems.

HEXB88396
Decimal184131150
Binary101110001000001110010110
Octal270203226

Shades and tints

Shades of #B88396

#B88396
(184,131,150)
#A87889
(168,120,137)
#986D7C
(152,109,124)
#88626F
(136,98,111)
#785762
(120,87,98)
#684C55
(104,76,85)
#584148
(88,65,72)
#48363B
(72,54,59)
#382B2E
(56,43,46)
#282021
(40,32,33)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #B88396

#B88396
(184,131,150)
#BE8E9F
(190,142,159)
#C499A8
(196,153,168)
#CAA4B1
(202,164,177)
#D0AFBA
(208,175,186)
#D6BAC3
(214,186,195)
#DCC5CC
(220,197,204)
#E2D0D5
(226,208,213)
#E8DBDE
(232,219,222)
#EEE6E7
(238,230,231)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88396; }

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

This text font color is #B88396.


Background Color

.myBgColor { background-color: #B88396; }

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

This div background color is #B88396.


Border color

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

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

This div border color is #B88396.


Opacity

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

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

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

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

This text has shadow with #B88396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88396 on black background.


Color preview on white background

This text has color #B88396 on white background.



Black color preview on #B88396 background

This text has black color on #B88396 background.


White color preview on #B88396 background

This text has white color on #B88396 background.