COLOR #B1949B

HEX: #B1949B
RGB: (177,148,155)

Color info

#B1949B contains red, green and blue colors in about the same proportion. Web safe color of #B1949B is #999999 (or #999).

RGB color model

#B1949B color RGB value is (177,148,155).

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

RGB channels and saturation

R 177 of 255 = 69%
G 148 of 255 = 58%
B 155 of 255 = 61%

177
148
155

R + G + B ~ 63%. #B1949B is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 148 + 155 = 480 (100%)
R 177 of 480 ~ 36.88%
G 148 of 480 ~ 30.83%
B 155 of 480 ~ 32.29%

%36.88
%30.83
%32.29

CMYK color model

#B1949B color CMYK value is (0,16,12,31).

  • cyan value is 0.00%
  • magenta value is 16.38%
  • yellow value is 12.43%
  • key color value is 30.59%
CMYK:
(0,16,12,31)
C0M16Y12K31 
(0%,16%,12%,31%)
(0.00/0.16/0.12/0.31)	

CMYK percentages

%0
%16.38
%12.43
%30.59

Codes

Color #B1949B in popluar color models

B1949B
RGB177148155
HSL346°15.68%63.73%
HSB/HSV346°16.38%69.41%
CMYK0.00%16.38%12.43%
30.59%

Color #B1949B in popluar number systems.

HEXB1949B
Decimal177148155
Binary101100011001010010011011
Octal261224233

Shades and tints

Shades of #B1949B

#B1949B
(177,148,155)
#A1878D
(161,135,141)
#917A7F
(145,122,127)
#816D71
(129,109,113)
#716063
(113,96,99)
#615355
(97,83,85)
#514647
(81,70,71)
#413939
(65,57,57)
#312C2B
(49,44,43)
#211F1D
(33,31,29)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #B1949B

#B1949B
(177,148,155)
#B89DA4
(184,157,164)
#BFA6AD
(191,166,173)
#C6AFB6
(198,175,182)
#CDB8BF
(205,184,191)
#D4C1C8
(212,193,200)
#DBCAD1
(219,202,209)
#E2D3DA
(226,211,218)
#E9DCE3
(233,220,227)
#F0E5EC
(240,229,236)
#F7EEF5
(247,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1949B; }

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

This text font color is #B1949B.


Background Color

.myBgColor { background-color: #B1949B; }

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

This div background color is #B1949B.


Border color

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

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

This div border color is #B1949B.


Opacity

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

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

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

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

This text has shadow with #B1949B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1949B on black background.


Color preview on white background

This text has color #B1949B on white background.



Black color preview on #B1949B background

This text has black color on #B1949B background.


White color preview on #B1949B background

This text has white color on #B1949B background.