COLOR #B88499

HEX: #B88499
RGB: (184,132,153)

Color info

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

RGB color model

#B88499 color RGB value is (184,132,153).

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

RGB channels and saturation

R 184 of 255 = 72%
G 132 of 255 = 52%
B 153 of 255 = 60%

184
132
153

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

Portions of RGB colors in percentages

R + G + B =
184 + 132 + 153 = 469 (100%)
R 184 of 469 ~ 39.23%
G 132 of 469 ~ 28.14%
B 153 of 469 ~ 32.62%

%39.23
%28.14
%32.62

CMYK color model

#B88499 color CMYK value is (0,28,17,28).

  • cyan value is 0.00%
  • magenta value is 28.26%
  • yellow value is 16.85%
  • key color value is 27.84%
CMYK:
(0,28,17,28)
C0M28Y17K28 
(0%,28%,17%,28%)
(0.00/0.28/0.17/0.28)	

CMYK percentages

%0
%28.26
%16.85
%27.84

Codes

Color #B88499 in popluar color models

B88499
RGB184132153
HSL336°26.80%61.96%
HSB/HSV336°28.26%72.16%
CMYK0.00%28.26%16.85%
27.84%

Color #B88499 in popluar number systems.

HEXB88499
Decimal184132153
Binary101110001000010010011001
Octal270204231

Shades and tints

Shades of #B88499

#B88499
(184,132,153)
#A8788C
(168,120,140)
#986C7F
(152,108,127)
#886072
(136,96,114)
#785465
(120,84,101)
#684858
(104,72,88)
#583C4B
(88,60,75)
#48303E
(72,48,62)
#382431
(56,36,49)
#281824
(40,24,36)
#180C17
(24,12,23)
#000000
(0,0,0)

Tints of #B88499

#B88499
(184,132,153)
#BE8FA2
(190,143,162)
#C49AAB
(196,154,171)
#CAA5B4
(202,165,180)
#D0B0BD
(208,176,189)
#D6BBC6
(214,187,198)
#DCC6CF
(220,198,207)
#E2D1D8
(226,209,216)
#E8DCE1
(232,220,225)
#EEE7EA
(238,231,234)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88499; }

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

This text font color is #B88499.


Background Color

.myBgColor { background-color: #B88499; }

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

This div background color is #B88499.


Border color

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

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

This div border color is #B88499.


Opacity

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

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

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

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

This text has shadow with #B88499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88499 on black background.


Color preview on white background

This text has color #B88499 on white background.



Black color preview on #B88499 background

This text has black color on #B88499 background.


White color preview on #B88499 background

This text has white color on #B88499 background.