COLOR #B47476

HEX: #B47476
RGB: (180,116,118)

Color info

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

RGB color model

#B47476 color RGB value is (180,116,118).

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

RGB channels and saturation

R 180 of 255 = 71%
G 116 of 255 = 45%
B 118 of 255 = 46%

180
116
118

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

Portions of RGB colors in percentages

R + G + B =
180 + 116 + 118 = 414 (100%)
R 180 of 414 ~ 43.48%
G 116 of 414 ~ 28.02%
B 118 of 414 ~ 28.5%

%43.48
%28.02
%28.5

CMYK color model

#B47476 color CMYK value is (0,36,34,29).

  • cyan value is 0.00%
  • magenta value is 35.56%
  • yellow value is 34.44%
  • key color value is 29.41%
CMYK:
(0,36,34,29)
C0M36Y34K29 
(0%,36%,34%,29%)
(0.00/0.36/0.34/0.29)	

CMYK percentages

%0
%35.56
%34.44
%29.41

Codes

Color #B47476 in popluar color models

B47476
RGB180116118
HSL358°29.91%58.04%
HSB/HSV358°35.56%70.59%
CMYK0.00%35.56%34.44%
29.41%

Color #B47476 in popluar number systems.

HEXB47476
Decimal180116118
Binary1011010011101001110110
Octal264164166

Shades and tints

Shades of #B47476

#B47476
(180,116,118)
#A46A6C
(164,106,108)
#946062
(148,96,98)
#845658
(132,86,88)
#744C4E
(116,76,78)
#644244
(100,66,68)
#54383A
(84,56,58)
#442E30
(68,46,48)
#342426
(52,36,38)
#241A1C
(36,26,28)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #B47476

#B47476
(180,116,118)
#BA8082
(186,128,130)
#C08C8E
(192,140,142)
#C6989A
(198,152,154)
#CCA4A6
(204,164,166)
#D2B0B2
(210,176,178)
#D8BCBE
(216,188,190)
#DEC8CA
(222,200,202)
#E4D4D6
(228,212,214)
#EAE0E2
(234,224,226)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47476; }

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

This text font color is #B47476.


Background Color

.myBgColor { background-color: #B47476; }

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

This div background color is #B47476.


Border color

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

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

This div border color is #B47476.


Opacity

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

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

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

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

This text has shadow with #B47476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47476 on black background.


Color preview on white background

This text has color #B47476 on white background.



Black color preview on #B47476 background

This text has black color on #B47476 background.


White color preview on #B47476 background

This text has white color on #B47476 background.