COLOR #B18C93

HEX: #B18C93 RGB: (177,140,147)

Color info

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

RGB color model

#B18C93 color RGB value is (177,140,147).

RGB: (177,140,147) (69%, 55%, 58%)

RGB channels and saturation

R 177 of 255 = 69%
G 140 of 255 = 55%
B 147 of 255 = 58%

177
140
147

R + G + B ~ 61%. #B18C93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 140 + 147 = 464 (100%)
R 177 of 464 ~ 38.15%
G 140 of 464 ~ 30.17%
B 147 of 464 ~ 31.68'%

%38.15
%30.17
%31.68

CMYK color model

#B18C93 color CMYK value is (0,21,17,31).

  • cyan value is 0.00%
  • magenta value is 20.90%
  • yellow value is 16.95%
  • key color value is 30.59%

CMYK: (0,21,17,31)
C0M21Y17K31 (0%, 21%, 17%, 31%)
(0.00 / 0.21 / 0.17 / 0.31)

CMYK percentages

%0
%20.9
%16.95
%30.59

Codes

Color #B18C93 in popluar color models

B1 8C 93
RGB 177 140 147
HSL 349° 19.17% 62.16%
HSB/HSV 349° 20.90% 69.41%
CMYK 0.00% 20.90% 16.95%
30.59%

Color #B18C93 in popluar number systems.

HEX B1 8C 93
Decimal 177 140 147
Binary 10110001 10001100 10010011
Octal 261 214 223

Shades and tints

Shades of #B18C93

#B18C93
(177,140,147)
#A18086
(161,128,134)
#917479
(145,116,121)
#81686C
(129,104,108)
#715C5F
(113,92,95)
#615052
(97,80,82)
#514445
(81,68,69)
#413838
(65,56,56)
#312C2B
(49,44,43)
#21201E
(33,32,30)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #B18C93

#B18C93
(177,140,147)
#B8969C
(184,150,156)
#BFA0A5
(191,160,165)
#C6AAAE
(198,170,174)
#CDB4B7
(205,180,183)
#D4BEC0
(212,190,192)
#DBC8C9
(219,200,201)
#E2D2D2
(226,210,210)
#E9DCDB
(233,220,219)
#F0E6E4
(240,230,228)
#F7F0ED
(247,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18C93 color. Also use rgb(177,140,147) instead hex code.

Text Font Color

.myTextColor { color: #B18C93; }

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

This text font color is #B18C93.

Background Color

.myBgColor { background-color: #B18C93; }

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

This div background color is #B18C93.

Border color

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

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

This div border color is #B18C93.

Opacity

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

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

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

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

This text has shadow with #B18C93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B18C93.

Preview

Color preview on black background

This text has color #B18C93 on black background.


Color preview on white background

This text has color #B18C93 on white background.


Black color preview on #B18C93 background

This text has black color on #B18C93 background.


White color preview on #B18C93 background

This text has white color on #B18C93 background.


Related colors

Complementary color

Complementary color for #hex is #4E736C.


I love getcolorcode.com

Triadic colors

1 #93B18C and #8C93B1 with #B18C93 are triadic colors.

2 #938CB1 and #8CB193 with #B18C93 are triadic colors.