COLOR #B19CBB

HEX: #B19CBB RGB: (177,156,187)

Color info

#B19CBB contains red, green and blue colors in about the same proportion. Web safe color of #B19CBB is #9999CC (or #99C).

RGB color model

#B19CBB color RGB value is (177,156,187).

RGB: (177,156,187) (69%, 61%, 73%)

RGB channels and saturation

R 177 of 255 = 69%
G 156 of 255 = 61%
B 187 of 255 = 73%

177
156
187

R + G + B ~ 68%. #B19CBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 156 + 187 = 520 (100%)
R 177 of 520 ~ 34.04%
G 156 of 520 ~ 30%
B 187 of 520 ~ 35.96'%

%34.04
%30
%35.96

CMYK color model

#B19CBB color CMYK value is (5,17,0,27).

  • cyan value is 5.35%
  • magenta value is 16.58%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (5,17,0,27)
C5M17Y0K27 (5%, 17%, 0%, 27%)
(0.05 / 0.17 / 0.00 / 0.27)

CMYK percentages

%5.35
%16.58
%0
%26.67

Codes

Color #B19CBB in popluar color models

B1 9C BB
RGB 177 156 187
HSL 281° 18.56% 67.25%
HSB/HSV 281° 16.58% 73.33%
CMYK 5.35% 16.58% 0.00%
26.67%

Color #B19CBB in popluar number systems.

HEX B1 9C BB
Decimal 177 156 187
Binary 10110001 10011100 10111011
Octal 261 234 273

Shades and tints

Shades of #B19CBB

#B19CBB
(177,156,187)
#A18EAA
(161,142,170)
#918099
(145,128,153)
#817288
(129,114,136)
#716477
(113,100,119)
#615666
(97,86,102)
#514855
(81,72,85)
#413A44
(65,58,68)
#312C33
(49,44,51)
#211E22
(33,30,34)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #B19CBB

#B19CBB
(177,156,187)
#B8A5C1
(184,165,193)
#BFAEC7
(191,174,199)
#C6B7CD
(198,183,205)
#CDC0D3
(205,192,211)
#D4C9D9
(212,201,217)
#DBD2DF
(219,210,223)
#E2DBE5
(226,219,229)
#E9E4EB
(233,228,235)
#F0EDF1
(240,237,241)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19CBB; }

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

This text font color is #B19CBB.

Background Color

.myBgColor { background-color: #B19CBB; }

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

This div background color is #B19CBB.

Border color

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

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

This div border color is #B19CBB.

Opacity

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

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

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

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

This text has shadow with #B19CBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19CBB.

Preview

Color preview on black background

This text has color #B19CBB on black background.


Color preview on white background

This text has color #B19CBB on white background.


Black color preview on #B19CBB background

This text has black color on #B19CBB background.


White color preview on #B19CBB background

This text has white color on #B19CBB background.


Related colors

Complementary color

Complementary color for #hex is #4E6344.


I love getcolorcode.com

Triadic colors

1 #BBB19C and #9CBBB1 with #B19CBB are triadic colors.

2 #BB9CB1 and #9CB1BB with #B19CBB are triadic colors.