COLOR #B19FB0

HEX: #B19FB0 RGB: (177,159,176)

Color info

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

RGB color model

#B19FB0 color RGB value is (177,159,176).

RGB: (177,159,176) (69%, 62%, 69%)

RGB channels and saturation

R 177 of 255 = 69%
G 159 of 255 = 62%
B 176 of 255 = 69%

177
159
176

R + G + B ~ 67%. #B19FB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 159 + 176 = 512 (100%)
R 177 of 512 ~ 34.57%
G 159 of 512 ~ 31.05%
B 176 of 512 ~ 34.38'%

%34.57
%31.05
%34.38

CMYK color model

#B19FB0 color CMYK value is (0,10,1,31).

  • cyan value is 0.00%
  • magenta value is 10.17%
  • yellow value is 0.56%
  • key color value is 30.59%
CMYK: (0,10,1,31) C0M10Y1K31 (0%,10%,1%,31%) (0.00/0.10/0.01/0.31) 

CMYK percentages

%0
%10.17
%0.56
%30.59

Codes

Color #B19FB0 in popluar color models

B1 9F B0
RGB 177 159 176
HSL 303° 10.34% 65.88%
HSB/HSV 303° 10.17% 69.41%
CMYK 0.00% 10.17% 0.56%
30.59%

Color #B19FB0 in popluar number systems.

HEX B1 9F B0
Decimal 177 159 176
Binary 10110001 10011111 10110000
Octal 261 237 260

Shades and tints

Shades of #B19FB0

#B19FB0
(177,159,176)
#A191A0
(161,145,160)
#918390
(145,131,144)
#817580
(129,117,128)
#716770
(113,103,112)
#615960
(97,89,96)
#514B50
(81,75,80)
#413D40
(65,61,64)
#312F30
(49,47,48)
#212120
(33,33,32)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #B19FB0

#B19FB0
(177,159,176)
#B8A7B7
(184,167,183)
#BFAFBE
(191,175,190)
#C6B7C5
(198,183,197)
#CDBFCC
(205,191,204)
#D4C7D3
(212,199,211)
#DBCFDA
(219,207,218)
#E2D7E1
(226,215,225)
#E9DFE8
(233,223,232)
#F0E7EF
(240,231,239)
#F7EFF6
(247,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19FB0 color. Also use rgb(177,159,176) instead hex code.

Text Font Color

.myTextColor { color: #B19FB0; }

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

This text font color is #B19FB0.

Background Color

.myBgColor { background-color: #B19FB0; }

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

This div background color is #B19FB0.

Border color

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

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

This div border color is #B19FB0.

Opacity

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

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

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

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

This text has shadow with #B19FB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19FB0.

Preview

Color preview on black background

This text has color #B19FB0 on black background.


Color preview on white background

This text has color #B19FB0 on white background.


Black color preview on #B19FB0 background

This text has black color on #B19FB0 background.


White color preview on #B19FB0 background

This text has white color on #B19FB0 background.


Related colors

Complementary color

Complementary color for #hex is #4E604F.


I love getcolorcode.com

Triadic colors

1 #B0B19F and #9FB0B1 with #B19FB0 are triadic colors.

2 #B09FB1 and #9FB1B0 with #B19FB0 are triadic colors.