COLOR #B18D8A

HEX: #B18D8A
RGB: (177,141,138)

Color info

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

RGB color model

#B18D8A color RGB value is (177,141,138).

  • red value is 177;
  • green value is 141;
  • blue value is 138.
RGB:
(177,141,138)
(69%,55%,54%)

RGB channels and saturation

R 177 of 255 = 69%
G 141 of 255 = 55%
B 138 of 255 = 54%

177
141
138

R + G + B ~ 59%. #B18D8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
177 + 141 + 138 = 456 (100%)
R 177 of 456 ~ 38.82%
G 141 of 456 ~ 30.92%
B 138 of 456 ~ 30.26%

%38.82
%30.92
%30.26

CMYK color model

#B18D8A color CMYK value is (0,20,22,31).

  • cyan value is 0.00%
  • magenta value is 20.34%
  • yellow value is 22.03%
  • key color value is 30.59%
CMYK:
(0,20,22,31)
C0M20Y22K31 
(0%,20%,22%,31%)
(0.00/0.20/0.22/0.31)	

CMYK percentages

%0
%20.34
%22.03
%30.59

Codes

Color #B18D8A in popluar color models

B18D8A
RGB177141138
HSL20.00%61.76%
HSB/HSV22.03%69.41%
CMYK0.00%20.34%22.03%
30.59%

Color #B18D8A in popluar number systems.

HEXB18D8A
Decimal177141138
Binary101100011000110110001010
Octal261215212

Shades and tints

Shades of #B18D8A

#B18D8A
(177,141,138)
#A1817E
(161,129,126)
#917572
(145,117,114)
#816966
(129,105,102)
#715D5A
(113,93,90)
#61514E
(97,81,78)
#514542
(81,69,66)
#413936
(65,57,54)
#312D2A
(49,45,42)
#21211E
(33,33,30)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #B18D8A

#B18D8A
(177,141,138)
#B89794
(184,151,148)
#BFA19E
(191,161,158)
#C6ABA8
(198,171,168)
#CDB5B2
(205,181,178)
#D4BFBC
(212,191,188)
#DBC9C6
(219,201,198)
#E2D3D0
(226,211,208)
#E9DDDA
(233,221,218)
#F0E7E4
(240,231,228)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18D8A; }

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

This text font color is #B18D8A.


Background Color

.myBgColor { background-color: #B18D8A; }

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

This div background color is #B18D8A.


Border color

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

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

This div border color is #B18D8A.


Opacity

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

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

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

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

This text has shadow with #B18D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18D8A on black background.


Color preview on white background

This text has color #B18D8A on white background.



Black color preview on #B18D8A background

This text has black color on #B18D8A background.


White color preview on #B18D8A background

This text has white color on #B18D8A background.