COLOR #B47071

HEX: #B47071 RGB: (180,112,113)

Color info

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

RGB color model

#B47071 color RGB value is (180,112,113).

RGB: (180,112,113) (71%, 44%, 44%)

RGB channels and saturation

R 180 of 255 = 71%
G 112 of 255 = 44%
B 113 of 255 = 44%

180
112
113

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

Portions of RGB colors in percentages

R + G + B = 180 + 112 + 113 = 405 (100%)
R 180 of 405 ~ 44.44%
G 112 of 405 ~ 27.65%
B 113 of 405 ~ 27.9'%

%44.44
%27.65
%27.9

CMYK color model

#B47071 color CMYK value is (0,38,37,29).

  • cyan value is 0.00%
  • magenta value is 37.78%
  • yellow value is 37.22%
  • key color value is 29.41%

CMYK: (0,38,37,29)
C0M38Y37K29 (0%, 38%, 37%, 29%)
(0.00 / 0.38 / 0.37 / 0.29)

CMYK percentages

%0
%37.78
%37.22
%29.41

Codes

Color #B47071 in popluar color models

B4 70 71
RGB 180 112 113
HSL 359° 31.19% 57.25%
HSB/HSV 359° 37.78% 70.59%
CMYK 0.00% 37.78% 37.22%
29.41%

Color #B47071 in popluar number systems.

HEX B4 70 71
Decimal 180 112 113
Binary 10110100 1110000 1110001
Octal 264 160 161

Shades and tints

Shades of #B47071

#B47071
(180,112,113)
#A46667
(164,102,103)
#945C5D
(148,92,93)
#845253
(132,82,83)
#744849
(116,72,73)
#643E3F
(100,62,63)
#543435
(84,52,53)
#442A2B
(68,42,43)
#342021
(52,32,33)
#241617
(36,22,23)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #B47071

#B47071
(180,112,113)
#BA7D7D
(186,125,125)
#C08A89
(192,138,137)
#C69795
(198,151,149)
#CCA4A1
(204,164,161)
#D2B1AD
(210,177,173)
#D8BEB9
(216,190,185)
#DECBC5
(222,203,197)
#E4D8D1
(228,216,209)
#EAE5DD
(234,229,221)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47071 color. Also use rgb(180,112,113) instead hex code.

Text Font Color

.myTextColor { color: #B47071; }

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

This text font color is #B47071.

Background Color

.myBgColor { background-color: #B47071; }

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

This div background color is #B47071.

Border color

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

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

This div border color is #B47071.

Opacity

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

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

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

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

This text has shadow with #B47071 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B47071.

Preview

Color preview on black background

This text has color #B47071 on black background.


Color preview on white background

This text has color #B47071 on white background.


Black color preview on #B47071 background

This text has black color on #B47071 background.


White color preview on #B47071 background

This text has white color on #B47071 background.


Related colors

Complementary color

Complementary color for #hex is #4B8F8E.


I love getcolorcode.com

Triadic colors

1 #71B470 and #7071B4 with #B47071 are triadic colors.

2 #7170B4 and #70B471 with #B47071 are triadic colors.