COLOR #B4787E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

180
120
126

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

Portions of RGB colors in percentages

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

%42.25
%28.17
%29.58

CMYK color model

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

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

CMYK: (0,33,30,29)
C0M33Y30K29 (0%, 33%, 30%, 29%)
(0.00 / 0.33 / 0.30 / 0.29)

CMYK percentages

%0
%33.33
%30
%29.41

Codes

Color #B4787E in popluar color models

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

Color #B4787E in popluar number systems.

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

Shades and tints

Shades of #B4787E

#B4787E
(180,120,126)
#A46E73
(164,110,115)
#946468
(148,100,104)
#845A5D
(132,90,93)
#745052
(116,80,82)
#644647
(100,70,71)
#543C3C
(84,60,60)
#443231
(68,50,49)
#342826
(52,40,38)
#241E1B
(36,30,27)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #B4787E

#B4787E
(180,120,126)
#BA8489
(186,132,137)
#C09094
(192,144,148)
#C69C9F
(198,156,159)
#CCA8AA
(204,168,170)
#D2B4B5
(210,180,181)
#D8C0C0
(216,192,192)
#DECCCB
(222,204,203)
#E4D8D6
(228,216,214)
#EAE4E1
(234,228,225)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4787E; }

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

This text font color is #B4787E.

Background Color

.myBgColor { background-color: #B4787E; }

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

This div background color is #B4787E.

Border color

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

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

This div border color is #B4787E.

Opacity

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

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

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

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

This text has shadow with #B4787E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4787E.

Preview

Color preview on black background

This text has color #B4787E on black background.


Color preview on white background

This text has color #B4787E on white background.


Black color preview on #B4787E background

This text has black color on #B4787E background.


White color preview on #B4787E background

This text has white color on #B4787E background.


Related colors

Complementary color

Complementary color for #hex is #4B8781.


I love getcolorcode.com

Triadic colors

1 #7EB478 and #787EB4 with #B4787E are triadic colors.

2 #7E78B4 and #78B47E with #B4787E are triadic colors.