COLOR #B47D76

HEX: #B47D76 RGB: (180,125,118)

Color info

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

RGB color model

#B47D76 color RGB value is (180,125,118).

RGB: (180,125,118) (71%, 49%, 46%)

RGB channels and saturation

R 180 of 255 = 71%
G 125 of 255 = 49%
B 118 of 255 = 46%

180
125
118

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

Portions of RGB colors in percentages

R + G + B = 180 + 125 + 118 = 423 (100%)
R 180 of 423 ~ 42.55%
G 125 of 423 ~ 29.55%
B 118 of 423 ~ 27.9'%

%42.55
%29.55
%27.9

CMYK color model

#B47D76 color CMYK value is (0,31,34,29).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 34.44%
  • key color value is 29.41%
CMYK: (0,31,34,29) C0M31Y34K29 (0%,31%,34%,29%) (0.00/0.31/0.34/0.29) 

CMYK percentages

%0
%30.56
%34.44
%29.41

Codes

Color #B47D76 in popluar color models

B4 7D 76
RGB 180 125 118
HSL 29.25% 58.43%
HSB/HSV 34.44% 70.59%
CMYK 0.00% 30.56% 34.44%
29.41%

Color #B47D76 in popluar number systems.

HEX B4 7D 76
Decimal 180 125 118
Binary 10110100 1111101 1110110
Octal 264 175 166

Shades and tints

Shades of #B47D76

#B47D76
(180,125,118)
#A4726C
(164,114,108)
#946762
(148,103,98)
#845C58
(132,92,88)
#74514E
(116,81,78)
#644644
(100,70,68)
#543B3A
(84,59,58)
#443030
(68,48,48)
#342526
(52,37,38)
#241A1C
(36,26,28)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #B47D76

#B47D76
(180,125,118)
#BA8882
(186,136,130)
#C0938E
(192,147,142)
#C69E9A
(198,158,154)
#CCA9A6
(204,169,166)
#D2B4B2
(210,180,178)
#D8BFBE
(216,191,190)
#DECACA
(222,202,202)
#E4D5D6
(228,213,214)
#EAE0E2
(234,224,226)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47D76; }

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

This text font color is #B47D76.

Background Color

.myBgColor { background-color: #B47D76; }

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

This div background color is #B47D76.

Border color

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

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

This div border color is #B47D76.

Opacity

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

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

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

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

This text has shadow with #B47D76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B47D76.

Preview

Color preview on black background

This text has color #B47D76 on black background.


Color preview on white background

This text has color #B47D76 on white background.


Black color preview on #B47D76 background

This text has black color on #B47D76 background.


White color preview on #B47D76 background

This text has white color on #B47D76 background.


Related colors

Complementary color

Complementary color for #hex is #4B8289.


I love getcolorcode.com

Triadic colors

1 #76B47D and #7D76B4 with #B47D76 are triadic colors.

2 #767DB4 and #7DB476 with #B47D76 are triadic colors.