COLOR #B47E78

HEX: #B47E78 RGB: (180,126,120)

Color info

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

RGB color model

#B47E78 color RGB value is (180,126,120).

RGB: (180,126,120) (71%, 49%, 47%)

RGB channels and saturation

R 180 of 255 = 71%
G 126 of 255 = 49%
B 120 of 255 = 47%

180
126
120

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

Portions of RGB colors in percentages

R + G + B = 180 + 126 + 120 = 426 (100%)
R 180 of 426 ~ 42.25%
G 126 of 426 ~ 29.58%
B 120 of 426 ~ 28.17'%

%42.25
%29.58
%28.17

CMYK color model

#B47E78 color CMYK value is (0,30,33,29).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 33.33%
  • key color value is 29.41%
CMYK: (0,30,33,29) C0M30Y33K29 (0%,30%,33%,29%) (0.00/0.30/0.33/0.29) 

CMYK percentages

%0
%30
%33.33
%29.41

Codes

Color #B47E78 in popluar color models

B4 7E 78
RGB 180 126 120
HSL 28.57% 58.82%
HSB/HSV 33.33% 70.59%
CMYK 0.00% 30.00% 33.33%
29.41%

Color #B47E78 in popluar number systems.

HEX B4 7E 78
Decimal 180 126 120
Binary 10110100 1111110 1111000
Octal 264 176 170

Shades and tints

Shades of #B47E78

#B47E78
(180,126,120)
#A4736E
(164,115,110)
#946864
(148,104,100)
#845D5A
(132,93,90)
#745250
(116,82,80)
#644746
(100,71,70)
#543C3C
(84,60,60)
#443132
(68,49,50)
#342628
(52,38,40)
#241B1E
(36,27,30)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #B47E78

#B47E78
(180,126,120)
#BA8984
(186,137,132)
#C09490
(192,148,144)
#C69F9C
(198,159,156)
#CCAAA8
(204,170,168)
#D2B5B4
(210,181,180)
#D8C0C0
(216,192,192)
#DECBCC
(222,203,204)
#E4D6D8
(228,214,216)
#EAE1E4
(234,225,228)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47E78; }

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

This text font color is #B47E78.

Background Color

.myBgColor { background-color: #B47E78; }

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

This div background color is #B47E78.

Border color

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

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

This div border color is #B47E78.

Opacity

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

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

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

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

This text has shadow with #B47E78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B47E78.

Preview

Color preview on black background

This text has color #B47E78 on black background.


Color preview on white background

This text has color #B47E78 on white background.


Black color preview on #B47E78 background

This text has black color on #B47E78 background.


White color preview on #B47E78 background

This text has white color on #B47E78 background.


Related colors

Complementary color

Complementary color for #hex is #4B8187.


I love getcolorcode.com

Triadic colors

1 #78B47E and #7E78B4 with #B47E78 are triadic colors.

2 #787EB4 and #7EB478 with #B47E78 are triadic colors.