COLOR #B19BAF

HEX: #B19BAF
RGB: (177,155,175)

Color info

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

RGB color model

#B19BAF color RGB value is (177,155,175).

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

RGB channels and saturation

R 177 of 255 = 69%
G 155 of 255 = 61%
B 175 of 255 = 69%

177
155
175

R + G + B ~ 66%. #B19BAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 155 + 175 = 507 (100%)
R 177 of 507 ~ 34.91%
G 155 of 507 ~ 30.57%
B 175 of 507 ~ 34.52%

%34.91
%30.57
%34.52

CMYK color model

#B19BAF color CMYK value is (0,12,1,31).

  • cyan value is 0.00%
  • magenta value is 12.43%
  • yellow value is 1.13%
  • key color value is 30.59%
CMYK:
(0,12,1,31)
C0M12Y1K31 
(0%,12%,1%,31%)
(0.00/0.12/0.01/0.31)	

CMYK percentages

%0
%12.43
%1.13
%30.59

Codes

Color #B19BAF in popluar color models

B19BAF
RGB177155175
HSL305°12.36%65.10%
HSB/HSV305°12.43%69.41%
CMYK0.00%12.43%1.13%
30.59%

Color #B19BAF in popluar number systems.

HEXB19BAF
Decimal177155175
Binary101100011001101110101111
Octal261233257

Shades and tints

Shades of #B19BAF

#B19BAF
(177,155,175)
#A18DA0
(161,141,160)
#917F91
(145,127,145)
#817182
(129,113,130)
#716373
(113,99,115)
#615564
(97,85,100)
#514755
(81,71,85)
#413946
(65,57,70)
#312B37
(49,43,55)
#211D28
(33,29,40)
#110F19
(17,15,25)
#000000
(0,0,0)

Tints of #B19BAF

#B19BAF
(177,155,175)
#B8A4B6
(184,164,182)
#BFADBD
(191,173,189)
#C6B6C4
(198,182,196)
#CDBFCB
(205,191,203)
#D4C8D2
(212,200,210)
#DBD1D9
(219,209,217)
#E2DAE0
(226,218,224)
#E9E3E7
(233,227,231)
#F0ECEE
(240,236,238)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19BAF; }

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

This text font color is #B19BAF.


Background Color

.myBgColor { background-color: #B19BAF; }

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

This div background color is #B19BAF.


Border color

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

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

This div border color is #B19BAF.


Opacity

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

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

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

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

This text has shadow with #B19BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19BAF on black background.


Color preview on white background

This text has color #B19BAF on white background.



Black color preview on #B19BAF background

This text has black color on #B19BAF background.


White color preview on #B19BAF background

This text has white color on #B19BAF background.