COLOR #B8949B

HEX: #B8949B
RGB: (184,148,155)

Color info

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

RGB color model

#B8949B color RGB value is (184,148,155).

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

RGB channels and saturation

R 184 of 255 = 72%
G 148 of 255 = 58%
B 155 of 255 = 61%

184
148
155

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

Portions of RGB colors in percentages

R + G + B =
184 + 148 + 155 = 487 (100%)
R 184 of 487 ~ 37.78%
G 148 of 487 ~ 30.39%
B 155 of 487 ~ 31.83%

%37.78
%30.39
%31.83

CMYK color model

#B8949B color CMYK value is (0,20,16,28).

  • cyan value is 0.00%
  • magenta value is 19.57%
  • yellow value is 15.76%
  • key color value is 27.84%
CMYK:
(0,20,16,28)
C0M20Y16K28 
(0%,20%,16%,28%)
(0.00/0.20/0.16/0.28)	

CMYK percentages

%0
%19.57
%15.76
%27.84

Codes

Color #B8949B in popluar color models

B8949B
RGB184148155
HSL348°20.22%65.10%
HSB/HSV348°19.57%72.16%
CMYK0.00%19.57%15.76%
27.84%

Color #B8949B in popluar number systems.

HEXB8949B
Decimal184148155
Binary101110001001010010011011
Octal270224233

Shades and tints

Shades of #B8949B

#B8949B
(184,148,155)
#A8878D
(168,135,141)
#987A7F
(152,122,127)
#886D71
(136,109,113)
#786063
(120,96,99)
#685355
(104,83,85)
#584647
(88,70,71)
#483939
(72,57,57)
#382C2B
(56,44,43)
#281F1D
(40,31,29)
#18120F
(24,18,15)
#000000
(0,0,0)

Tints of #B8949B

#B8949B
(184,148,155)
#BE9DA4
(190,157,164)
#C4A6AD
(196,166,173)
#CAAFB6
(202,175,182)
#D0B8BF
(208,184,191)
#D6C1C8
(214,193,200)
#DCCAD1
(220,202,209)
#E2D3DA
(226,211,218)
#E8DCE3
(232,220,227)
#EEE5EC
(238,229,236)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8949B; }

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

This text font color is #B8949B.


Background Color

.myBgColor { background-color: #B8949B; }

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

This div background color is #B8949B.


Border color

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

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

This div border color is #B8949B.


Opacity

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

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

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

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

This text has shadow with #B8949B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8949B on black background.


Color preview on white background

This text has color #B8949B on white background.



Black color preview on #B8949B background

This text has black color on #B8949B background.


White color preview on #B8949B background

This text has white color on #B8949B background.