COLOR #B27878

HEX: #B27878
RGB: (178,120,120)

Color info

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

RGB color model

#B27878 color RGB value is (178,120,120).

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

RGB channels and saturation

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

178
120
120

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

Portions of RGB colors in percentages

R + G + B =
178 + 120 + 120 = 418 (100%)
R 178 of 418 ~ 42.58%
G 120 of 418 ~ 28.71%
B 120 of 418 ~ 28.71%

%42.58
%28.71
%28.71

CMYK color model

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

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

CMYK percentages

%0
%32.58
%32.58
%30.2

Codes

Color #B27878 in popluar color models

B27878
RGB178120120
HSL27.36%58.43%
HSB/HSV32.58%69.80%
CMYK0.00%32.58%32.58%
30.20%

Color #B27878 in popluar number systems.

HEXB27878
Decimal178120120
Binary1011001011110001111000
Octal262170170

Shades and tints

Shades of #B27878

#B27878
(178,120,120)
#A26E6E
(162,110,110)
#926464
(146,100,100)
#825A5A
(130,90,90)
#725050
(114,80,80)
#624646
(98,70,70)
#523C3C
(82,60,60)
#423232
(66,50,50)
#322828
(50,40,40)
#221E1E
(34,30,30)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #B27878

#B27878
(178,120,120)
#B98484
(185,132,132)
#C09090
(192,144,144)
#C79C9C
(199,156,156)
#CEA8A8
(206,168,168)
#D5B4B4
(213,180,180)
#DCC0C0
(220,192,192)
#E3CCCC
(227,204,204)
#EAD8D8
(234,216,216)
#F1E4E4
(241,228,228)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B27878; }

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

This text font color is #B27878.


Background Color

.myBgColor { background-color: #B27878; }

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

This div background color is #B27878.


Border color

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

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

This div border color is #B27878.


Opacity

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

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

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

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

This text has shadow with #B27878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B27878 on black background.


Color preview on white background

This text has color #B27878 on white background.



Black color preview on #B27878 background

This text has black color on #B27878 background.


White color preview on #B27878 background

This text has white color on #B27878 background.