COLOR #B1949D

HEX: #B1949D
RGB: (177,148,157)

Color info

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

RGB color model

#B1949D color RGB value is (177,148,157).

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

RGB channels and saturation

R 177 of 255 = 69%
G 148 of 255 = 58%
B 157 of 255 = 62%

177
148
157

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

Portions of RGB colors in percentages

R + G + B =
177 + 148 + 157 = 482 (100%)
R 177 of 482 ~ 36.72%
G 148 of 482 ~ 30.71%
B 157 of 482 ~ 32.57%

%36.72
%30.71
%32.57

CMYK color model

#B1949D color CMYK value is (0,16,11,31).

  • cyan value is 0.00%
  • magenta value is 16.38%
  • yellow value is 11.30%
  • key color value is 30.59%
CMYK:
(0,16,11,31)
C0M16Y11K31 
(0%,16%,11%,31%)
(0.00/0.16/0.11/0.31)	

CMYK percentages

%0
%16.38
%11.3
%30.59

Codes

Color #B1949D in popluar color models

B1949D
RGB177148157
HSL341°15.68%63.73%
HSB/HSV341°16.38%69.41%
CMYK0.00%16.38%11.30%
30.59%

Color #B1949D in popluar number systems.

HEXB1949D
Decimal177148157
Binary101100011001010010011101
Octal261224235

Shades and tints

Shades of #B1949D

#B1949D
(177,148,157)
#A1878F
(161,135,143)
#917A81
(145,122,129)
#816D73
(129,109,115)
#716065
(113,96,101)
#615357
(97,83,87)
#514649
(81,70,73)
#41393B
(65,57,59)
#312C2D
(49,44,45)
#211F1F
(33,31,31)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #B1949D

#B1949D
(177,148,157)
#B89DA5
(184,157,165)
#BFA6AD
(191,166,173)
#C6AFB5
(198,175,181)
#CDB8BD
(205,184,189)
#D4C1C5
(212,193,197)
#DBCACD
(219,202,205)
#E2D3D5
(226,211,213)
#E9DCDD
(233,220,221)
#F0E5E5
(240,229,229)
#F7EEED
(247,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1949D; }

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

This text font color is #B1949D.


Background Color

.myBgColor { background-color: #B1949D; }

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

This div background color is #B1949D.


Border color

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

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

This div border color is #B1949D.


Opacity

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

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

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

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

This text has shadow with #B1949D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1949D on black background.


Color preview on white background

This text has color #B1949D on white background.



Black color preview on #B1949D background

This text has black color on #B1949D background.


White color preview on #B1949D background

This text has white color on #B1949D background.