COLOR #B18886

HEX: #B18886
RGB: (177,136,134)

Color info

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

RGB color model

#B18886 color RGB value is (177,136,134).

  • red value is 177;
  • green value is 136;
  • blue value is 134.
RGB:
(177,136,134)
(69%,53%,53%)

RGB channels and saturation

R 177 of 255 = 69%
G 136 of 255 = 53%
B 134 of 255 = 53%

177
136
134

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

Portions of RGB colors in percentages

R + G + B =
177 + 136 + 134 = 447 (100%)
R 177 of 447 ~ 39.6%
G 136 of 447 ~ 30.43%
B 134 of 447 ~ 29.98%

%39.6
%30.43
%29.98

CMYK color model

#B18886 color CMYK value is (0,23,24,31).

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 24.29%
  • key color value is 30.59%
CMYK:
(0,23,24,31)
C0M23Y24K31 
(0%,23%,24%,31%)
(0.00/0.23/0.24/0.31)	

CMYK percentages

%0
%23.16
%24.29
%30.59

Codes

Color #B18886 in popluar color models

B18886
RGB177136134
HSL21.61%60.98%
HSB/HSV24.29%69.41%
CMYK0.00%23.16%24.29%
30.59%

Color #B18886 in popluar number systems.

HEXB18886
Decimal177136134
Binary101100011000100010000110
Octal261210206

Shades and tints

Shades of #B18886

#B18886
(177,136,134)
#A17C7A
(161,124,122)
#91706E
(145,112,110)
#816462
(129,100,98)
#715856
(113,88,86)
#614C4A
(97,76,74)
#51403E
(81,64,62)
#413432
(65,52,50)
#312826
(49,40,38)
#211C1A
(33,28,26)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #B18886

#B18886
(177,136,134)
#B89291
(184,146,145)
#BF9C9C
(191,156,156)
#C6A6A7
(198,166,167)
#CDB0B2
(205,176,178)
#D4BABD
(212,186,189)
#DBC4C8
(219,196,200)
#E2CED3
(226,206,211)
#E9D8DE
(233,216,222)
#F0E2E9
(240,226,233)
#F7ECF4
(247,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18886 color. Also use rgb(177,136,134) instead hex code.

Text Font Color

.myTextColor { color: #B18886; }

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

This text font color is #B18886.


Background Color

.myBgColor { background-color: #B18886; }

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

This div background color is #B18886.


Border color

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

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

This div border color is #B18886.


Opacity

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

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

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

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

This text has shadow with #B18886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18886 on black background.


Color preview on white background

This text has color #B18886 on white background.



Black color preview on #B18886 background

This text has black color on #B18886 background.


White color preview on #B18886 background

This text has white color on #B18886 background.