COLOR #B18D6B

HEX: #B18D6B
RGB: (177,141,107)

Color info

#B18D6B contains mainly red and green colors. Web safe color of #B18D6B is #999966 (or #996).

RGB color model

#B18D6B color RGB value is (177,141,107).

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

RGB channels and saturation

R 177 of 255 = 69%
G 141 of 255 = 55%
B 107 of 255 = 42%

177
141
107

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

Portions of RGB colors in percentages

R + G + B =
177 + 141 + 107 = 425 (100%)
R 177 of 425 ~ 41.65%
G 141 of 425 ~ 33.18%
B 107 of 425 ~ 25.18%

%41.65
%33.18
%25.18

CMYK color model

#B18D6B color CMYK value is (0,20,40,31).

  • cyan value is 0.00%
  • magenta value is 20.34%
  • yellow value is 39.55%
  • key color value is 30.59%
CMYK:
(0,20,40,31)
C0M20Y40K31 
(0%,20%,40%,31%)
(0.00/0.20/0.40/0.31)	

CMYK percentages

%0
%20.34
%39.55
%30.59

Codes

Color #B18D6B in popluar color models

B18D6B
RGB177141107
HSL29°30.97%55.69%
HSB/HSV29°39.55%69.41%
CMYK0.00%20.34%39.55%
30.59%

Color #B18D6B in popluar number systems.

HEXB18D6B
Decimal177141107
Binary10110001100011011101011
Octal261215153

Shades and tints

Shades of #B18D6B

#B18D6B
(177,141,107)
#A18162
(161,129,98)
#917559
(145,117,89)
#816950
(129,105,80)
#715D47
(113,93,71)
#61513E
(97,81,62)
#514535
(81,69,53)
#41392C
(65,57,44)
#312D23
(49,45,35)
#21211A
(33,33,26)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #B18D6B

#B18D6B
(177,141,107)
#B89778
(184,151,120)
#BFA185
(191,161,133)
#C6AB92
(198,171,146)
#CDB59F
(205,181,159)
#D4BFAC
(212,191,172)
#DBC9B9
(219,201,185)
#E2D3C6
(226,211,198)
#E9DDD3
(233,221,211)
#F0E7E0
(240,231,224)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18D6B; }

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

This text font color is #B18D6B.


Background Color

.myBgColor { background-color: #B18D6B; }

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

This div background color is #B18D6B.


Border color

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

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

This div border color is #B18D6B.


Opacity

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

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

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

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

This text has shadow with #B18D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18D6B on black background.


Color preview on white background

This text has color #B18D6B on white background.



Black color preview on #B18D6B background

This text has black color on #B18D6B background.


White color preview on #B18D6B background

This text has white color on #B18D6B background.