COLOR #B18E83

HEX: #B18E83
RGB: (177,142,131)

Color info

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

RGB color model

#B18E83 color RGB value is (177,142,131).

  • red value is 177;
  • green value is 142;
  • blue value is 131.
RGB:
(177,142,131)
(69%,56%,51%)

RGB channels and saturation

R 177 of 255 = 69%
G 142 of 255 = 56%
B 131 of 255 = 51%

177
142
131

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

Portions of RGB colors in percentages

R + G + B =
177 + 142 + 131 = 450 (100%)
R 177 of 450 ~ 39.33%
G 142 of 450 ~ 31.56%
B 131 of 450 ~ 29.11%

%39.33
%31.56
%29.11

CMYK color model

#B18E83 color CMYK value is (0,20,26,31).

  • cyan value is 0.00%
  • magenta value is 19.77%
  • yellow value is 25.99%
  • key color value is 30.59%
CMYK:
(0,20,26,31)
C0M20Y26K31 
(0%,20%,26%,31%)
(0.00/0.20/0.26/0.31)	

CMYK percentages

%0
%19.77
%25.99
%30.59

Codes

Color #B18E83 in popluar color models

B18E83
RGB177142131
HSL14°22.77%60.39%
HSB/HSV14°25.99%69.41%
CMYK0.00%19.77%25.99%
30.59%

Color #B18E83 in popluar number systems.

HEXB18E83
Decimal177142131
Binary101100011000111010000011
Octal261216203

Shades and tints

Shades of #B18E83

#B18E83
(177,142,131)
#A18278
(161,130,120)
#91766D
(145,118,109)
#816A62
(129,106,98)
#715E57
(113,94,87)
#61524C
(97,82,76)
#514641
(81,70,65)
#413A36
(65,58,54)
#312E2B
(49,46,43)
#212220
(33,34,32)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #B18E83

#B18E83
(177,142,131)
#B8988E
(184,152,142)
#BFA299
(191,162,153)
#C6ACA4
(198,172,164)
#CDB6AF
(205,182,175)
#D4C0BA
(212,192,186)
#DBCAC5
(219,202,197)
#E2D4D0
(226,212,208)
#E9DEDB
(233,222,219)
#F0E8E6
(240,232,230)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18E83 color. Also use rgb(177,142,131) instead hex code.

Text Font Color

.myTextColor { color: #B18E83; }

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

This text font color is #B18E83.


Background Color

.myBgColor { background-color: #B18E83; }

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

This div background color is #B18E83.


Border color

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

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

This div border color is #B18E83.


Opacity

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

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

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

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

This text has shadow with #B18E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18E83 on black background.


Color preview on white background

This text has color #B18E83 on white background.



Black color preview on #B18E83 background

This text has black color on #B18E83 background.


White color preview on #B18E83 background

This text has white color on #B18E83 background.