COLOR #B2787F

HEX: #B2787F
RGB: (178,120,127)

Color info

#B2787F contains red, green and blue colors in about the same proportion. Web safe color of #B2787F is #996666 (or #966).

RGB color model

#B2787F color RGB value is (178,120,127).

  • red value is 178;
  • green value is 120;
  • blue value is 127.
RGB:
(178,120,127)
(70%,47%,50%)

RGB channels and saturation

R 178 of 255 = 70%
G 120 of 255 = 47%
B 127 of 255 = 50%

178
120
127

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

Portions of RGB colors in percentages

R + G + B =
178 + 120 + 127 = 425 (100%)
R 178 of 425 ~ 41.88%
G 120 of 425 ~ 28.24%
B 127 of 425 ~ 29.88%

%41.88
%28.24
%29.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.58%
  • yellow value is 28.65%
  • key color value is 30.20%
CMYK:
(0,33,29,30)
C0M33Y29K30 
(0%,33%,29%,30%)
(0.00/0.33/0.29/0.30)	

CMYK percentages

%0
%32.58
%28.65
%30.2

Codes

Color #B2787F in popluar color models

B2787F
RGB178120127
HSL353°27.36%58.43%
HSB/HSV353°32.58%69.80%
CMYK0.00%32.58%28.65%
30.20%

Color #B2787F in popluar number systems.

HEXB2787F
Decimal178120127
Binary1011001011110001111111
Octal262170177

Shades and tints

Shades of #B2787F

#B2787F
(178,120,127)
#A26E74
(162,110,116)
#926469
(146,100,105)
#825A5E
(130,90,94)
#725053
(114,80,83)
#624648
(98,70,72)
#523C3D
(82,60,61)
#423232
(66,50,50)
#322827
(50,40,39)
#221E1C
(34,30,28)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #B2787F

#B2787F
(178,120,127)
#B9848A
(185,132,138)
#C09095
(192,144,149)
#C79CA0
(199,156,160)
#CEA8AB
(206,168,171)
#D5B4B6
(213,180,182)
#DCC0C1
(220,192,193)
#E3CCCC
(227,204,204)
#EAD8D7
(234,216,215)
#F1E4E2
(241,228,226)
#F8F0ED
(248,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2787F color. Also use rgb(178,120,127) instead hex code.

Text Font Color

.myTextColor { color: #B2787F; }

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

This text font color is #B2787F.


Background Color

.myBgColor { background-color: #B2787F; }

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

This div background color is #B2787F.


Border color

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

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

This div border color is #B2787F.


Opacity

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

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

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

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

This text has shadow with #B2787F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2787F on black background.


Color preview on white background

This text has color #B2787F on white background.



Black color preview on #B2787F background

This text has black color on #B2787F background.


White color preview on #B2787F background

This text has white color on #B2787F background.