COLOR #B88295

HEX: #B88295
RGB: (184,130,149)

Color info

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

RGB color model

#B88295 color RGB value is (184,130,149).

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

RGB channels and saturation

R 184 of 255 = 72%
G 130 of 255 = 51%
B 149 of 255 = 58%

184
130
149

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

Portions of RGB colors in percentages

R + G + B =
184 + 130 + 149 = 463 (100%)
R 184 of 463 ~ 39.74%
G 130 of 463 ~ 28.08%
B 149 of 463 ~ 32.18%

%39.74
%28.08
%32.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.35%
  • yellow value is 19.02%
  • key color value is 27.84%
CMYK:
(0,29,19,28)
C0M29Y19K28 
(0%,29%,19%,28%)
(0.00/0.29/0.19/0.28)	

CMYK percentages

%0
%29.35
%19.02
%27.84

Codes

Color #B88295 in popluar color models

B88295
RGB184130149
HSL339°27.55%61.57%
HSB/HSV339°29.35%72.16%
CMYK0.00%29.35%19.02%
27.84%

Color #B88295 in popluar number systems.

HEXB88295
Decimal184130149
Binary101110001000001010010101
Octal270202225

Shades and tints

Shades of #B88295

#B88295
(184,130,149)
#A87788
(168,119,136)
#986C7B
(152,108,123)
#88616E
(136,97,110)
#785661
(120,86,97)
#684B54
(104,75,84)
#584047
(88,64,71)
#48353A
(72,53,58)
#382A2D
(56,42,45)
#281F20
(40,31,32)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #B88295

#B88295
(184,130,149)
#BE8D9E
(190,141,158)
#C498A7
(196,152,167)
#CAA3B0
(202,163,176)
#D0AEB9
(208,174,185)
#D6B9C2
(214,185,194)
#DCC4CB
(220,196,203)
#E2CFD4
(226,207,212)
#E8DADD
(232,218,221)
#EEE5E6
(238,229,230)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88295; }

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

This text font color is #B88295.


Background Color

.myBgColor { background-color: #B88295; }

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

This div background color is #B88295.


Border color

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

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

This div border color is #B88295.


Opacity

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

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

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

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

This text has shadow with #B88295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88295 on black background.


Color preview on white background

This text has color #B88295 on white background.



Black color preview on #B88295 background

This text has black color on #B88295 background.


White color preview on #B88295 background

This text has white color on #B88295 background.