COLOR #B47A76

HEX: #B47A76
RGB: (180,122,118)

Color info

#B47A76 contains mainly red and green colors. Web safe color of #B47A76 is #CC6666 (or #C66).

RGB color model

#B47A76 color RGB value is (180,122,118).

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

RGB channels and saturation

R 180 of 255 = 71%
G 122 of 255 = 48%
B 118 of 255 = 46%

180
122
118

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

Portions of RGB colors in percentages

R + G + B =
180 + 122 + 118 = 420 (100%)
R 180 of 420 ~ 42.86%
G 122 of 420 ~ 29.05%
B 118 of 420 ~ 28.1%

%42.86
%29.05
%28.1

CMYK color model

#B47A76 color CMYK value is (0,32,34,29).

  • cyan value is 0.00%
  • magenta value is 32.22%
  • yellow value is 34.44%
  • key color value is 29.41%
CMYK:
(0,32,34,29)
C0M32Y34K29 
(0%,32%,34%,29%)
(0.00/0.32/0.34/0.29)	

CMYK percentages

%0
%32.22
%34.44
%29.41

Codes

Color #B47A76 in popluar color models

B47A76
RGB180122118
HSL29.25%58.43%
HSB/HSV34.44%70.59%
CMYK0.00%32.22%34.44%
29.41%

Color #B47A76 in popluar number systems.

HEXB47A76
Decimal180122118
Binary1011010011110101110110
Octal264172166

Shades and tints

Shades of #B47A76

#B47A76
(180,122,118)
#A46F6C
(164,111,108)
#946462
(148,100,98)
#845958
(132,89,88)
#744E4E
(116,78,78)
#644344
(100,67,68)
#54383A
(84,56,58)
#442D30
(68,45,48)
#342226
(52,34,38)
#24171C
(36,23,28)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #B47A76

#B47A76
(180,122,118)
#BA8682
(186,134,130)
#C0928E
(192,146,142)
#C69E9A
(198,158,154)
#CCAAA6
(204,170,166)
#D2B6B2
(210,182,178)
#D8C2BE
(216,194,190)
#DECECA
(222,206,202)
#E4DAD6
(228,218,214)
#EAE6E2
(234,230,226)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47A76; }

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

This text font color is #B47A76.


Background Color

.myBgColor { background-color: #B47A76; }

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

This div background color is #B47A76.


Border color

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

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

This div border color is #B47A76.


Opacity

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

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

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

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

This text has shadow with #B47A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47A76 on black background.


Color preview on white background

This text has color #B47A76 on white background.



Black color preview on #B47A76 background

This text has black color on #B47A76 background.


White color preview on #B47A76 background

This text has white color on #B47A76 background.