COLOR #B47778

HEX: #B47778 RGB: (180,119,120)

Color info

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

RGB color model

#B47778 color RGB value is (180,119,120).

RGB: (180,119,120) (71%, 47%, 47%)

RGB channels and saturation

R 180 of 255 = 71%
G 119 of 255 = 47%
B 120 of 255 = 47%

180
119
120

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

Portions of RGB colors in percentages

R + G + B = 180 + 119 + 120 = 419 (100%)
R 180 of 419 ~ 42.96%
G 119 of 419 ~ 28.4%
B 120 of 419 ~ 28.64'%

%42.96
%28.4
%28.64

CMYK color model

#B47778 color CMYK value is (0,34,33,29).

  • cyan value is 0.00%
  • magenta value is 33.89%
  • yellow value is 33.33%
  • key color value is 29.41%

CMYK: (0,34,33,29)
C0M34Y33K29 (0%, 34%, 33%, 29%)
(0.00 / 0.34 / 0.33 / 0.29)

CMYK percentages

%0
%33.89
%33.33
%29.41

Codes

Color #B47778 in popluar color models

B4 77 78
RGB 180 119 120
HSL 359° 28.91% 58.63%
HSB/HSV 359° 33.89% 70.59%
CMYK 0.00% 33.89% 33.33%
29.41%

Color #B47778 in popluar number systems.

HEX B4 77 78
Decimal 180 119 120
Binary 10110100 1110111 1111000
Octal 264 167 170

Shades and tints

Shades of #B47778

#B47778
(180,119,120)
#A46D6E
(164,109,110)
#946364
(148,99,100)
#84595A
(132,89,90)
#744F50
(116,79,80)
#644546
(100,69,70)
#543B3C
(84,59,60)
#443132
(68,49,50)
#342728
(52,39,40)
#241D1E
(36,29,30)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #B47778

#B47778
(180,119,120)
#BA8384
(186,131,132)
#C08F90
(192,143,144)
#C69B9C
(198,155,156)
#CCA7A8
(204,167,168)
#D2B3B4
(210,179,180)
#D8BFC0
(216,191,192)
#DECBCC
(222,203,204)
#E4D7D8
(228,215,216)
#EAE3E4
(234,227,228)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47778; }

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

This text font color is #B47778.

Background Color

.myBgColor { background-color: #B47778; }

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

This div background color is #B47778.

Border color

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

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

This div border color is #B47778.

Opacity

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

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

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

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

This text has shadow with #B47778 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B47778.

Preview

Color preview on black background

This text has color #B47778 on black background.


Color preview on white background

This text has color #B47778 on white background.


Black color preview on #B47778 background

This text has black color on #B47778 background.


White color preview on #B47778 background

This text has white color on #B47778 background.


Related colors

Complementary color

Complementary color for #hex is #4B8887.


I love getcolorcode.com

Triadic colors

1 #78B477 and #7778B4 with #B47778 are triadic colors.

2 #7877B4 and #77B478 with #B47778 are triadic colors.