COLOR #B88495

HEX: #B88495
RGB: (184,132,149)

Color info

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

RGB color model

#B88495 color RGB value is (184,132,149).

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

RGB channels and saturation

R 184 of 255 = 72%
G 132 of 255 = 52%
B 149 of 255 = 58%

184
132
149

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

Portions of RGB colors in percentages

R + G + B =
184 + 132 + 149 = 465 (100%)
R 184 of 465 ~ 39.57%
G 132 of 465 ~ 28.39%
B 149 of 465 ~ 32.04%

%39.57
%28.39
%32.04

CMYK color model

#B88495 color CMYK value is (0,28,19,28).

  • cyan value is 0.00%
  • magenta value is 28.26%
  • yellow value is 19.02%
  • key color value is 27.84%
CMYK:
(0,28,19,28)
C0M28Y19K28 
(0%,28%,19%,28%)
(0.00/0.28/0.19/0.28)	

CMYK percentages

%0
%28.26
%19.02
%27.84

Codes

Color #B88495 in popluar color models

B88495
RGB184132149
HSL340°26.80%61.96%
HSB/HSV340°28.26%72.16%
CMYK0.00%28.26%19.02%
27.84%

Color #B88495 in popluar number systems.

HEXB88495
Decimal184132149
Binary101110001000010010010101
Octal270204225

Shades and tints

Shades of #B88495

#B88495
(184,132,149)
#A87888
(168,120,136)
#986C7B
(152,108,123)
#88606E
(136,96,110)
#785461
(120,84,97)
#684854
(104,72,84)
#583C47
(88,60,71)
#48303A
(72,48,58)
#38242D
(56,36,45)
#281820
(40,24,32)
#180C13
(24,12,19)
#000000
(0,0,0)

Tints of #B88495

#B88495
(184,132,149)
#BE8F9E
(190,143,158)
#C49AA7
(196,154,167)
#CAA5B0
(202,165,176)
#D0B0B9
(208,176,185)
#D6BBC2
(214,187,194)
#DCC6CB
(220,198,203)
#E2D1D4
(226,209,212)
#E8DCDD
(232,220,221)
#EEE7E6
(238,231,230)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88495; }

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

This text font color is #B88495.


Background Color

.myBgColor { background-color: #B88495; }

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

This div background color is #B88495.


Border color

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

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

This div border color is #B88495.


Opacity

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

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

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

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

This text has shadow with #B88495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88495 on black background.


Color preview on white background

This text has color #B88495 on white background.



Black color preview on #B88495 background

This text has black color on #B88495 background.


White color preview on #B88495 background

This text has white color on #B88495 background.