COLOR #B4787C

HEX: #B4787C
RGB: (180,120,124)

Color info

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

RGB color model

#B4787C color RGB value is (180,120,124).

  • red value is 180;
  • green value is 120;
  • blue value is 124.
RGB:
(180,120,124)
(71%,47%,49%)

RGB channels and saturation

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

180
120
124

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

Portions of RGB colors in percentages

R + G + B =
180 + 120 + 124 = 424 (100%)
R 180 of 424 ~ 42.45%
G 120 of 424 ~ 28.3%
B 124 of 424 ~ 29.25%

%42.45
%28.3
%29.25

CMYK color model

#B4787C color CMYK value is (0,33,31,29).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 31.11%
  • key color value is 29.41%
CMYK:
(0,33,31,29)
C0M33Y31K29 
(0%,33%,31%,29%)
(0.00/0.33/0.31/0.29)	

CMYK percentages

%0
%33.33
%31.11
%29.41

Codes

Color #B4787C in popluar color models

B4787C
RGB180120124
HSL356°28.57%58.82%
HSB/HSV356°33.33%70.59%
CMYK0.00%33.33%31.11%
29.41%

Color #B4787C in popluar number systems.

HEXB4787C
Decimal180120124
Binary1011010011110001111100
Octal264170174

Shades and tints

Shades of #B4787C

#B4787C
(180,120,124)
#A46E71
(164,110,113)
#946466
(148,100,102)
#845A5B
(132,90,91)
#745050
(116,80,80)
#644645
(100,70,69)
#543C3A
(84,60,58)
#44322F
(68,50,47)
#342824
(52,40,36)
#241E19
(36,30,25)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #B4787C

#B4787C
(180,120,124)
#BA8487
(186,132,135)
#C09092
(192,144,146)
#C69C9D
(198,156,157)
#CCA8A8
(204,168,168)
#D2B4B3
(210,180,179)
#D8C0BE
(216,192,190)
#DECCC9
(222,204,201)
#E4D8D4
(228,216,212)
#EAE4DF
(234,228,223)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4787C; }

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

This text font color is #B4787C.


Background Color

.myBgColor { background-color: #B4787C; }

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

This div background color is #B4787C.


Border color

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

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

This div border color is #B4787C.


Opacity

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

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

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

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

This text has shadow with #B4787C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4787C on black background.


Color preview on white background

This text has color #B4787C on white background.



Black color preview on #B4787C background

This text has black color on #B4787C background.


White color preview on #B4787C background

This text has white color on #B4787C background.