COLOR #B19198

HEX: #B19198
RGB: (177,145,152)

Color info

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

RGB color model

#B19198 color RGB value is (177,145,152).

  • red value is 177;
  • green value is 145;
  • blue value is 152.
RGB:
(177,145,152)
(69%,57%,60%)

RGB channels and saturation

R 177 of 255 = 69%
G 145 of 255 = 57%
B 152 of 255 = 60%

177
145
152

R + G + B ~ 62%. #B19198 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 145 + 152 = 474 (100%)
R 177 of 474 ~ 37.34%
G 145 of 474 ~ 30.59%
B 152 of 474 ~ 32.07%

%37.34
%30.59
%32.07

CMYK color model

#B19198 color CMYK value is (0,18,14,31).

  • cyan value is 0.00%
  • magenta value is 18.08%
  • yellow value is 14.12%
  • key color value is 30.59%
CMYK:
(0,18,14,31)
C0M18Y14K31 
(0%,18%,14%,31%)
(0.00/0.18/0.14/0.31)	

CMYK percentages

%0
%18.08
%14.12
%30.59

Codes

Color #B19198 in popluar color models

B19198
RGB177145152
HSL347°17.02%63.14%
HSB/HSV347°18.08%69.41%
CMYK0.00%18.08%14.12%
30.59%

Color #B19198 in popluar number systems.

HEXB19198
Decimal177145152
Binary101100011001000110011000
Octal261221230

Shades and tints

Shades of #B19198

#B19198
(177,145,152)
#A1848B
(161,132,139)
#91777E
(145,119,126)
#816A71
(129,106,113)
#715D64
(113,93,100)
#615057
(97,80,87)
#51434A
(81,67,74)
#41363D
(65,54,61)
#312930
(49,41,48)
#211C23
(33,28,35)
#110F16
(17,15,22)
#000000
(0,0,0)

Tints of #B19198

#B19198
(177,145,152)
#B89BA1
(184,155,161)
#BFA5AA
(191,165,170)
#C6AFB3
(198,175,179)
#CDB9BC
(205,185,188)
#D4C3C5
(212,195,197)
#DBCDCE
(219,205,206)
#E2D7D7
(226,215,215)
#E9E1E0
(233,225,224)
#F0EBE9
(240,235,233)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19198 color. Also use rgb(177,145,152) instead hex code.

Text Font Color

.myTextColor { color: #B19198; }

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

This text font color is #B19198.


Background Color

.myBgColor { background-color: #B19198; }

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

This div background color is #B19198.


Border color

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

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

This div border color is #B19198.


Opacity

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

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

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

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

This text has shadow with #B19198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19198 on black background.


Color preview on white background

This text has color #B19198 on white background.



Black color preview on #B19198 background

This text has black color on #B19198 background.


White color preview on #B19198 background

This text has white color on #B19198 background.