COLOR #B18377

HEX: #B18377
RGB: (177,131,119)

Color info

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

RGB color model

#B18377 color RGB value is (177,131,119).

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

RGB channels and saturation

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

177
131
119

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

Portions of RGB colors in percentages

R + G + B =
177 + 131 + 119 = 427 (100%)
R 177 of 427 ~ 41.45%
G 131 of 427 ~ 30.68%
B 119 of 427 ~ 27.87%

%41.45
%30.68
%27.87

CMYK color model

#B18377 color CMYK value is (0,26,33,31).

  • cyan value is 0.00%
  • magenta value is 25.99%
  • yellow value is 32.77%
  • key color value is 30.59%
CMYK:
(0,26,33,31)
C0M26Y33K31 
(0%,26%,33%,31%)
(0.00/0.26/0.33/0.31)	

CMYK percentages

%0
%25.99
%32.77
%30.59

Codes

Color #B18377 in popluar color models

B18377
RGB177131119
HSL12°27.10%58.04%
HSB/HSV12°32.77%69.41%
CMYK0.00%25.99%32.77%
30.59%

Color #B18377 in popluar number systems.

HEXB18377
Decimal177131119
Binary10110001100000111110111
Octal261203167

Shades and tints

Shades of #B18377

#B18377
(177,131,119)
#A1786D
(161,120,109)
#916D63
(145,109,99)
#816259
(129,98,89)
#71574F
(113,87,79)
#614C45
(97,76,69)
#51413B
(81,65,59)
#413631
(65,54,49)
#312B27
(49,43,39)
#21201D
(33,32,29)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #B18377

#B18377
(177,131,119)
#B88E83
(184,142,131)
#BF998F
(191,153,143)
#C6A49B
(198,164,155)
#CDAFA7
(205,175,167)
#D4BAB3
(212,186,179)
#DBC5BF
(219,197,191)
#E2D0CB
(226,208,203)
#E9DBD7
(233,219,215)
#F0E6E3
(240,230,227)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18377; }

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

This text font color is #B18377.


Background Color

.myBgColor { background-color: #B18377; }

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

This div background color is #B18377.


Border color

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

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

This div border color is #B18377.


Opacity

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

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

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

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

This text has shadow with #B18377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18377 on black background.


Color preview on white background

This text has color #B18377 on white background.



Black color preview on #B18377 background

This text has black color on #B18377 background.


White color preview on #B18377 background

This text has white color on #B18377 background.