COLOR #B47876

HEX: #B47876
RGB: (180,120,118)

Color info

#B47876 contains mainly red color. Web safe color of #B47876 is #CC6666 (or #C66).

RGB color model

#B47876 color RGB value is (180,120,118).

  • red value is 180;
  • green value is 120;
  • blue value is 118.
RGB:
(180,120,118)
(71%,47%,46%)

RGB channels and saturation

R 180 of 255 = 71%
G 120 of 255 = 47%
B 118 of 255 = 46%

180
120
118

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

Portions of RGB colors in percentages

R + G + B =
180 + 120 + 118 = 418 (100%)
R 180 of 418 ~ 43.06%
G 120 of 418 ~ 28.71%
B 118 of 418 ~ 28.23%

%43.06
%28.71
%28.23

CMYK color model

#B47876 color CMYK value is (0,33,34,29).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 34.44%
  • key color value is 29.41%
CMYK:
(0,33,34,29)
C0M33Y34K29 
(0%,33%,34%,29%)
(0.00/0.33/0.34/0.29)	

CMYK percentages

%0
%33.33
%34.44
%29.41

Codes

Color #B47876 in popluar color models

B47876
RGB180120118
HSL29.25%58.43%
HSB/HSV34.44%70.59%
CMYK0.00%33.33%34.44%
29.41%

Color #B47876 in popluar number systems.

HEXB47876
Decimal180120118
Binary1011010011110001110110
Octal264170166

Shades and tints

Shades of #B47876

#B47876
(180,120,118)
#A46E6C
(164,110,108)
#946462
(148,100,98)
#845A58
(132,90,88)
#74504E
(116,80,78)
#644644
(100,70,68)
#543C3A
(84,60,58)
#443230
(68,50,48)
#342826
(52,40,38)
#241E1C
(36,30,28)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #B47876

#B47876
(180,120,118)
#BA8482
(186,132,130)
#C0908E
(192,144,142)
#C69C9A
(198,156,154)
#CCA8A6
(204,168,166)
#D2B4B2
(210,180,178)
#D8C0BE
(216,192,190)
#DECCCA
(222,204,202)
#E4D8D6
(228,216,214)
#EAE4E2
(234,228,226)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47876 color. Also use rgb(180,120,118) instead hex code.

Text Font Color

.myTextColor { color: #B47876; }

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

This text font color is #B47876.


Background Color

.myBgColor { background-color: #B47876; }

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

This div background color is #B47876.


Border color

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

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

This div border color is #B47876.


Opacity

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

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

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

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

This text has shadow with #B47876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47876 on black background.


Color preview on white background

This text has color #B47876 on white background.



Black color preview on #B47876 background

This text has black color on #B47876 background.


White color preview on #B47876 background

This text has white color on #B47876 background.