COLOR #B88294

HEX: #B88294
RGB: (184,130,148)

Color info

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

RGB color model

#B88294 color RGB value is (184,130,148).

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

RGB channels and saturation

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

184
130
148

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

Portions of RGB colors in percentages

R + G + B =
184 + 130 + 148 = 462 (100%)
R 184 of 462 ~ 39.83%
G 130 of 462 ~ 28.14%
B 148 of 462 ~ 32.03%

%39.83
%28.14
%32.03

CMYK color model

#B88294 color CMYK value is (0,29,20,28).

  • cyan value is 0.00%
  • magenta value is 29.35%
  • yellow value is 19.57%
  • key color value is 27.84%
CMYK:
(0,29,20,28)
C0M29Y20K28 
(0%,29%,20%,28%)
(0.00/0.29/0.20/0.28)	

CMYK percentages

%0
%29.35
%19.57
%27.84

Codes

Color #B88294 in popluar color models

B88294
RGB184130148
HSL340°27.55%61.57%
HSB/HSV340°29.35%72.16%
CMYK0.00%29.35%19.57%
27.84%

Color #B88294 in popluar number systems.

HEXB88294
Decimal184130148
Binary101110001000001010010100
Octal270202224

Shades and tints

Shades of #B88294

#B88294
(184,130,148)
#A87787
(168,119,135)
#986C7A
(152,108,122)
#88616D
(136,97,109)
#785660
(120,86,96)
#684B53
(104,75,83)
#584046
(88,64,70)
#483539
(72,53,57)
#382A2C
(56,42,44)
#281F1F
(40,31,31)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #B88294

#B88294
(184,130,148)
#BE8D9D
(190,141,157)
#C498A6
(196,152,166)
#CAA3AF
(202,163,175)
#D0AEB8
(208,174,184)
#D6B9C1
(214,185,193)
#DCC4CA
(220,196,202)
#E2CFD3
(226,207,211)
#E8DADC
(232,218,220)
#EEE5E5
(238,229,229)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88294; }

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

This text font color is #B88294.


Background Color

.myBgColor { background-color: #B88294; }

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

This div background color is #B88294.


Border color

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

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

This div border color is #B88294.


Opacity

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

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

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

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

This text has shadow with #B88294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88294 on black background.


Color preview on white background

This text has color #B88294 on white background.



Black color preview on #B88294 background

This text has black color on #B88294 background.


White color preview on #B88294 background

This text has white color on #B88294 background.