COLOR #B18177

HEX: #B18177
RGB: (177,129,119)

Color info

#B18177 contains red, green and blue colors in about the same proportion. Web safe color of #B18177 is #999966 (or #996).

RGB color model

#B18177 color RGB value is (177,129,119).

  • red value is 177;
  • green value is 129;
  • blue value is 119.
RGB:
(177,129,119)
(69%,51%,47%)

RGB channels and saturation

R 177 of 255 = 69%
G 129 of 255 = 51%
B 119 of 255 = 47%

177
129
119

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

Portions of RGB colors in percentages

R + G + B =
177 + 129 + 119 = 425 (100%)
R 177 of 425 ~ 41.65%
G 129 of 425 ~ 30.35%
B 119 of 425 ~ 28%

%41.65
%30.35
%28

CMYK color model

#B18177 color CMYK value is (0,27,33,31).

  • cyan value is 0.00%
  • magenta value is 27.12%
  • yellow value is 32.77%
  • key color value is 30.59%
CMYK:
(0,27,33,31)
C0M27Y33K31 
(0%,27%,33%,31%)
(0.00/0.27/0.33/0.31)	

CMYK percentages

%0
%27.12
%32.77
%30.59

Codes

Color #B18177 in popluar color models

B18177
RGB177129119
HSL10°27.10%58.04%
HSB/HSV10°32.77%69.41%
CMYK0.00%27.12%32.77%
30.59%

Color #B18177 in popluar number systems.

HEXB18177
Decimal177129119
Binary10110001100000011110111
Octal261201167

Shades and tints

Shades of #B18177

#B18177
(177,129,119)
#A1766D
(161,118,109)
#916B63
(145,107,99)
#816059
(129,96,89)
#71554F
(113,85,79)
#614A45
(97,74,69)
#513F3B
(81,63,59)
#413431
(65,52,49)
#312927
(49,41,39)
#211E1D
(33,30,29)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #B18177

#B18177
(177,129,119)
#B88C83
(184,140,131)
#BF978F
(191,151,143)
#C6A29B
(198,162,155)
#CDADA7
(205,173,167)
#D4B8B3
(212,184,179)
#DBC3BF
(219,195,191)
#E2CECB
(226,206,203)
#E9D9D7
(233,217,215)
#F0E4E3
(240,228,227)
#F7EFEF
(247,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18177 color. Also use rgb(177,129,119) instead hex code.

Text Font Color

.myTextColor { color: #B18177; }

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

This text font color is #B18177.


Background Color

.myBgColor { background-color: #B18177; }

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

This div background color is #B18177.


Border color

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

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

This div border color is #B18177.


Opacity

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

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

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

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

This text has shadow with #B18177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18177 on black background.


Color preview on white background

This text has color #B18177 on white background.



Black color preview on #B18177 background

This text has black color on #B18177 background.


White color preview on #B18177 background

This text has white color on #B18177 background.