COLOR #B27A78

HEX: #B27A78
RGB: (178,122,120)

Color info

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

RGB color model

#B27A78 color RGB value is (178,122,120).

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

RGB channels and saturation

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

178
122
120

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

Portions of RGB colors in percentages

R + G + B =
178 + 122 + 120 = 420 (100%)
R 178 of 420 ~ 42.38%
G 122 of 420 ~ 29.05%
B 120 of 420 ~ 28.57%

%42.38
%29.05
%28.57

CMYK color model

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

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

CMYK percentages

%0
%31.46
%32.58
%30.2

Codes

Color #B27A78 in popluar color models

B27A78
RGB178122120
HSL27.36%58.43%
HSB/HSV32.58%69.80%
CMYK0.00%31.46%32.58%
30.20%

Color #B27A78 in popluar number systems.

HEXB27A78
Decimal178122120
Binary1011001011110101111000
Octal262172170

Shades and tints

Shades of #B27A78

#B27A78
(178,122,120)
#A26F6E
(162,111,110)
#926464
(146,100,100)
#82595A
(130,89,90)
#724E50
(114,78,80)
#624346
(98,67,70)
#52383C
(82,56,60)
#422D32
(66,45,50)
#322228
(50,34,40)
#22171E
(34,23,30)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #B27A78

#B27A78
(178,122,120)
#B98684
(185,134,132)
#C09290
(192,146,144)
#C79E9C
(199,158,156)
#CEAAA8
(206,170,168)
#D5B6B4
(213,182,180)
#DCC2C0
(220,194,192)
#E3CECC
(227,206,204)
#EADAD8
(234,218,216)
#F1E6E4
(241,230,228)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B27A78; }

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

This text font color is #B27A78.


Background Color

.myBgColor { background-color: #B27A78; }

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

This div background color is #B27A78.


Border color

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

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

This div border color is #B27A78.


Opacity

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

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

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

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

This text has shadow with #B27A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B27A78 on black background.


Color preview on white background

This text has color #B27A78 on white background.



Black color preview on #B27A78 background

This text has black color on #B27A78 background.


White color preview on #B27A78 background

This text has white color on #B27A78 background.