COLOR #B18676

HEX: #B18676
RGB: (177,134,118)

Color info

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

RGB color model

#B18676 color RGB value is (177,134,118).

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

RGB channels and saturation

R 177 of 255 = 69%
G 134 of 255 = 53%
B 118 of 255 = 46%

177
134
118

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

Portions of RGB colors in percentages

R + G + B =
177 + 134 + 118 = 429 (100%)
R 177 of 429 ~ 41.26%
G 134 of 429 ~ 31.24%
B 118 of 429 ~ 27.51%

%41.26
%31.24
%27.51

CMYK color model

#B18676 color CMYK value is (0,24,33,31).

  • cyan value is 0.00%
  • magenta value is 24.29%
  • yellow value is 33.33%
  • key color value is 30.59%
CMYK:
(0,24,33,31)
C0M24Y33K31 
(0%,24%,33%,31%)
(0.00/0.24/0.33/0.31)	

CMYK percentages

%0
%24.29
%33.33
%30.59

Codes

Color #B18676 in popluar color models

B18676
RGB177134118
HSL16°27.44%57.84%
HSB/HSV16°33.33%69.41%
CMYK0.00%24.29%33.33%
30.59%

Color #B18676 in popluar number systems.

HEXB18676
Decimal177134118
Binary10110001100001101110110
Octal261206166

Shades and tints

Shades of #B18676

#B18676
(177,134,118)
#A17A6C
(161,122,108)
#916E62
(145,110,98)
#816258
(129,98,88)
#71564E
(113,86,78)
#614A44
(97,74,68)
#513E3A
(81,62,58)
#413230
(65,50,48)
#312626
(49,38,38)
#211A1C
(33,26,28)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #B18676

#B18676
(177,134,118)
#B89182
(184,145,130)
#BF9C8E
(191,156,142)
#C6A79A
(198,167,154)
#CDB2A6
(205,178,166)
#D4BDB2
(212,189,178)
#DBC8BE
(219,200,190)
#E2D3CA
(226,211,202)
#E9DED6
(233,222,214)
#F0E9E2
(240,233,226)
#F7F4EE
(247,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18676; }

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

This text font color is #B18676.


Background Color

.myBgColor { background-color: #B18676; }

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

This div background color is #B18676.


Border color

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

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

This div border color is #B18676.


Opacity

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

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

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

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

This text has shadow with #B18676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18676 on black background.


Color preview on white background

This text has color #B18676 on white background.



Black color preview on #B18676 background

This text has black color on #B18676 background.


White color preview on #B18676 background

This text has white color on #B18676 background.