COLOR #B88176

HEX: #B88176
RGB: (184,129,118)

Color info

#B88176 contains mainly red and green colors. Web safe color of #B88176 is #CC9966 (or #C96).

RGB color model

#B88176 color RGB value is (184,129,118).

  • red value is 184;
  • green value is 129;
  • blue value is 118.
RGB:
(184,129,118)
(72%,51%,46%)

RGB channels and saturation

R 184 of 255 = 72%
G 129 of 255 = 51%
B 118 of 255 = 46%

184
129
118

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

Portions of RGB colors in percentages

R + G + B =
184 + 129 + 118 = 431 (100%)
R 184 of 431 ~ 42.69%
G 129 of 431 ~ 29.93%
B 118 of 431 ~ 27.38%

%42.69
%29.93
%27.38

CMYK color model

#B88176 color CMYK value is (0,30,36,28).

  • cyan value is 0.00%
  • magenta value is 29.89%
  • yellow value is 35.87%
  • key color value is 27.84%
CMYK:
(0,30,36,28)
C0M30Y36K28 
(0%,30%,36%,28%)
(0.00/0.30/0.36/0.28)	

CMYK percentages

%0
%29.89
%35.87
%27.84

Codes

Color #B88176 in popluar color models

B88176
RGB184129118
HSL10°31.73%59.22%
HSB/HSV10°35.87%72.16%
CMYK0.00%29.89%35.87%
27.84%

Color #B88176 in popluar number systems.

HEXB88176
Decimal184129118
Binary10111000100000011110110
Octal270201166

Shades and tints

Shades of #B88176

#B88176
(184,129,118)
#A8766C
(168,118,108)
#986B62
(152,107,98)
#886058
(136,96,88)
#78554E
(120,85,78)
#684A44
(104,74,68)
#583F3A
(88,63,58)
#483430
(72,52,48)
#382926
(56,41,38)
#281E1C
(40,30,28)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #B88176

#B88176
(184,129,118)
#BE8C82
(190,140,130)
#C4978E
(196,151,142)
#CAA29A
(202,162,154)
#D0ADA6
(208,173,166)
#D6B8B2
(214,184,178)
#DCC3BE
(220,195,190)
#E2CECA
(226,206,202)
#E8D9D6
(232,217,214)
#EEE4E2
(238,228,226)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88176 color. Also use rgb(184,129,118) instead hex code.

Text Font Color

.myTextColor { color: #B88176; }

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

This text font color is #B88176.


Background Color

.myBgColor { background-color: #B88176; }

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

This div background color is #B88176.


Border color

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

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

This div border color is #B88176.


Opacity

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

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

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

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

This text has shadow with #B88176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88176 on black background.


Color preview on white background

This text has color #B88176 on white background.



Black color preview on #B88176 background

This text has black color on #B88176 background.


White color preview on #B88176 background

This text has white color on #B88176 background.