COLOR #B8949F

HEX: #B8949F
RGB: (184,148,159)

Color info

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

RGB color model

#B8949F color RGB value is (184,148,159).

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

RGB channels and saturation

R 184 of 255 = 72%
G 148 of 255 = 58%
B 159 of 255 = 62%

184
148
159

R + G + B ~ 64%. #B8949F is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 148 + 159 = 491 (100%)
R 184 of 491 ~ 37.47%
G 148 of 491 ~ 30.14%
B 159 of 491 ~ 32.38%

%37.47
%30.14
%32.38

CMYK color model

#B8949F color CMYK value is (0,20,14,28).

  • cyan value is 0.00%
  • magenta value is 19.57%
  • yellow value is 13.59%
  • key color value is 27.84%
CMYK:
(0,20,14,28)
C0M20Y14K28 
(0%,20%,14%,28%)
(0.00/0.20/0.14/0.28)	

CMYK percentages

%0
%19.57
%13.59
%27.84

Codes

Color #B8949F in popluar color models

B8949F
RGB184148159
HSL342°20.22%65.10%
HSB/HSV342°19.57%72.16%
CMYK0.00%19.57%13.59%
27.84%

Color #B8949F in popluar number systems.

HEXB8949F
Decimal184148159
Binary101110001001010010011111
Octal270224237

Shades and tints

Shades of #B8949F

#B8949F
(184,148,159)
#A88791
(168,135,145)
#987A83
(152,122,131)
#886D75
(136,109,117)
#786067
(120,96,103)
#685359
(104,83,89)
#58464B
(88,70,75)
#48393D
(72,57,61)
#382C2F
(56,44,47)
#281F21
(40,31,33)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #B8949F

#B8949F
(184,148,159)
#BE9DA7
(190,157,167)
#C4A6AF
(196,166,175)
#CAAFB7
(202,175,183)
#D0B8BF
(208,184,191)
#D6C1C7
(214,193,199)
#DCCACF
(220,202,207)
#E2D3D7
(226,211,215)
#E8DCDF
(232,220,223)
#EEE5E7
(238,229,231)
#F4EEEF
(244,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8949F; }

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

This text font color is #B8949F.


Background Color

.myBgColor { background-color: #B8949F; }

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

This div background color is #B8949F.


Border color

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

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

This div border color is #B8949F.


Opacity

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

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

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

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

This text has shadow with #B8949F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8949F on black background.


Color preview on white background

This text has color #B8949F on white background.



Black color preview on #B8949F background

This text has black color on #B8949F background.


White color preview on #B8949F background

This text has white color on #B8949F background.