COLOR #B19CAB

HEX: #B19CAB RGB: (177,156,171)

Color info

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

RGB color model

#B19CAB color RGB value is (177,156,171).

RGB: (177,156,171) (69%, 61%, 67%)

RGB channels and saturation

R 177 of 255 = 69%
G 156 of 255 = 61%
B 171 of 255 = 67%

177
156
171

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

Portions of RGB colors in percentages

R + G + B = 177 + 156 + 171 = 504 (100%)
R 177 of 504 ~ 35.12%
G 156 of 504 ~ 30.95%
B 171 of 504 ~ 33.93'%

%35.12
%30.95
%33.93

CMYK color model

#B19CAB color CMYK value is (0,12,3,31).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 3.39%
  • key color value is 30.59%

CMYK: (0,12,3,31)
C0M12Y3K31 (0%, 12%, 3%, 31%)
(0.00 / 0.12 / 0.03 / 0.31)

CMYK percentages

%0
%11.86
%3.39
%30.59

Codes

Color #B19CAB in popluar color models

B1 9C AB
RGB 177 156 171
HSL 317° 11.86% 65.29%
HSB/HSV 317° 11.86% 69.41%
CMYK 0.00% 11.86% 3.39%
30.59%

Color #B19CAB in popluar number systems.

HEX B1 9C AB
Decimal 177 156 171
Binary 10110001 10011100 10101011
Octal 261 234 253

Shades and tints

Shades of #B19CAB

#B19CAB
(177,156,171)
#A18E9C
(161,142,156)
#91808D
(145,128,141)
#81727E
(129,114,126)
#71646F
(113,100,111)
#615660
(97,86,96)
#514851
(81,72,81)
#413A42
(65,58,66)
#312C33
(49,44,51)
#211E24
(33,30,36)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #B19CAB

#B19CAB
(177,156,171)
#B8A5B2
(184,165,178)
#BFAEB9
(191,174,185)
#C6B7C0
(198,183,192)
#CDC0C7
(205,192,199)
#D4C9CE
(212,201,206)
#DBD2D5
(219,210,213)
#E2DBDC
(226,219,220)
#E9E4E3
(233,228,227)
#F0EDEA
(240,237,234)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19CAB color. Also use rgb(177,156,171) instead hex code.

Text Font Color

.myTextColor { color: #B19CAB; }

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

This text font color is #B19CAB.

Background Color

.myBgColor { background-color: #B19CAB; }

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

This div background color is #B19CAB.

Border color

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

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

This div border color is #B19CAB.

Opacity

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

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

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

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

This text has shadow with #B19CAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19CAB.

Preview

Color preview on black background

This text has color #B19CAB on black background.


Color preview on white background

This text has color #B19CAB on white background.


Black color preview on #B19CAB background

This text has black color on #B19CAB background.


White color preview on #B19CAB background

This text has white color on #B19CAB background.


Related colors

Complementary color

Complementary color for #hex is #4E6354.


I love getcolorcode.com

Triadic colors

1 #ABB19C and #9CABB1 with #B19CAB are triadic colors.

2 #AB9CB1 and #9CB1AB with #B19CAB are triadic colors.