COLOR #B18A96

HEX: #B18A96 RGB: (177,138,150)

Color info

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

RGB color model

#B18A96 color RGB value is (177,138,150).

RGB: (177,138,150) (69%, 54%, 59%)

RGB channels and saturation

R 177 of 255 = 69%
G 138 of 255 = 54%
B 150 of 255 = 59%

177
138
150

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

Portions of RGB colors in percentages

R + G + B = 177 + 138 + 150 = 465 (100%)
R 177 of 465 ~ 38.06%
G 138 of 465 ~ 29.68%
B 150 of 465 ~ 32.26'%

%38.06
%29.68
%32.26

CMYK color model

#B18A96 color CMYK value is (0,22,15,31).

  • cyan value is 0.00%
  • magenta value is 22.03%
  • yellow value is 15.25%
  • key color value is 30.59%

CMYK: (0,22,15,31)
C0M22Y15K31 (0%, 22%, 15%, 31%)
(0.00 / 0.22 / 0.15 / 0.31)

CMYK percentages

%0
%22.03
%15.25
%30.59

Codes

Color #B18A96 in popluar color models

B1 8A 96
RGB 177 138 150
HSL 342° 20.00% 61.76%
HSB/HSV 342° 22.03% 69.41%
CMYK 0.00% 22.03% 15.25%
30.59%

Color #B18A96 in popluar number systems.

HEX B1 8A 96
Decimal 177 138 150
Binary 10110001 10001010 10010110
Octal 261 212 226

Shades and tints

Shades of #B18A96

#B18A96
(177,138,150)
#A17E89
(161,126,137)
#91727C
(145,114,124)
#81666F
(129,102,111)
#715A62
(113,90,98)
#614E55
(97,78,85)
#514248
(81,66,72)
#41363B
(65,54,59)
#312A2E
(49,42,46)
#211E21
(33,30,33)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #B18A96

#B18A96
(177,138,150)
#B8949F
(184,148,159)
#BF9EA8
(191,158,168)
#C6A8B1
(198,168,177)
#CDB2BA
(205,178,186)
#D4BCC3
(212,188,195)
#DBC6CC
(219,198,204)
#E2D0D5
(226,208,213)
#E9DADE
(233,218,222)
#F0E4E7
(240,228,231)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18A96 color. Also use rgb(177,138,150) instead hex code.

Text Font Color

.myTextColor { color: #B18A96; }

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

This text font color is #B18A96.

Background Color

.myBgColor { background-color: #B18A96; }

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

This div background color is #B18A96.

Border color

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

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

This div border color is #B18A96.

Opacity

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

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

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

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

This text has shadow with #B18A96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B18A96.

Preview

Color preview on black background

This text has color #B18A96 on black background.


Color preview on white background

This text has color #B18A96 on white background.


Black color preview on #B18A96 background

This text has black color on #B18A96 background.


White color preview on #B18A96 background

This text has white color on #B18A96 background.


Related colors

Complementary color

Complementary color for #hex is #4E7569.


I love getcolorcode.com

Triadic colors

1 #96B18A and #8A96B1 with #B18A96 are triadic colors.

2 #968AB1 and #8AB196 with #B18A96 are triadic colors.