COLOR #B18BB6

HEX: #B18BB6 RGB: (177,139,182)

Color info

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

RGB color model

#B18BB6 color RGB value is (177,139,182).

RGB: (177,139,182) (69%, 55%, 71%)

RGB channels and saturation

R 177 of 255 = 69%
G 139 of 255 = 55%
B 182 of 255 = 71%

177
139
182

R + G + B ~ 65%. #B18BB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 139 + 182 = 498 (100%)
R 177 of 498 ~ 35.54%
G 139 of 498 ~ 27.91%
B 182 of 498 ~ 36.55'%

%35.54
%27.91
%36.55

CMYK color model

#B18BB6 color CMYK value is (3,24,0,29).

  • cyan value is 2.75%
  • magenta value is 23.63%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (3,24,0,29)
C3M24Y0K29 (3%, 24%, 0%, 29%)
(0.03 / 0.24 / 0.00 / 0.29)

CMYK percentages

%2.75
%23.63
%0
%28.63

Codes

Color #B18BB6 in popluar color models

B1 8B B6
RGB 177 139 182
HSL 293° 22.75% 62.94%
HSB/HSV 293° 23.63% 71.37%
CMYK 2.75% 23.63% 0.00%
28.63%

Color #B18BB6 in popluar number systems.

HEX B1 8B B6
Decimal 177 139 182
Binary 10110001 10001011 10110110
Octal 261 213 266

Shades and tints

Shades of #B18BB6

#B18BB6
(177,139,182)
#A17FA6
(161,127,166)
#917396
(145,115,150)
#816786
(129,103,134)
#715B76
(113,91,118)
#614F66
(97,79,102)
#514356
(81,67,86)
#413746
(65,55,70)
#312B36
(49,43,54)
#211F26
(33,31,38)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #B18BB6

#B18BB6
(177,139,182)
#B895BC
(184,149,188)
#BF9FC2
(191,159,194)
#C6A9C8
(198,169,200)
#CDB3CE
(205,179,206)
#D4BDD4
(212,189,212)
#DBC7DA
(219,199,218)
#E2D1E0
(226,209,224)
#E9DBE6
(233,219,230)
#F0E5EC
(240,229,236)
#F7EFF2
(247,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18BB6 color. Also use rgb(177,139,182) instead hex code.

Text Font Color

.myTextColor { color: #B18BB6; }

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

This text font color is #B18BB6.

Background Color

.myBgColor { background-color: #B18BB6; }

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

This div background color is #B18BB6.

Border color

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

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

This div border color is #B18BB6.

Opacity

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

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

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

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

This text has shadow with #B18BB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B18BB6.

Preview

Color preview on black background

This text has color #B18BB6 on black background.


Color preview on white background

This text has color #B18BB6 on white background.


Black color preview on #B18BB6 background

This text has black color on #B18BB6 background.


White color preview on #B18BB6 background

This text has white color on #B18BB6 background.


Related colors

Complementary color

Complementary color for #hex is #4E7449.


I love getcolorcode.com

Triadic colors

1 #B6B18B and #8BB6B1 with #B18BB6 are triadic colors.

2 #B68BB1 and #8BB1B6 with #B18BB6 are triadic colors.