COLOR #B2728C

HEX: #B2728C RGB: (178,114,140)

Color info

#B2728C contains mainly red and blue colors. Web safe color of #B2728C is #996699 (or #969).

RGB color model

#B2728C color RGB value is (178,114,140).

RGB: (178,114,140) (70%, 45%, 55%)

RGB channels and saturation

R 178 of 255 = 70%
G 114 of 255 = 45%
B 140 of 255 = 55%

178
114
140

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

Portions of RGB colors in percentages

R + G + B = 178 + 114 + 140 = 432 (100%)
R 178 of 432 ~ 41.2%
G 114 of 432 ~ 26.39%
B 140 of 432 ~ 32.41'%

%41.2
%26.39
%32.41

CMYK color model

#B2728C color CMYK value is (0,36,21,30).

  • cyan value is 0.00%
  • magenta value is 35.96%
  • yellow value is 21.35%
  • key color value is 30.20%
CMYK: (0,36,21,30) C0M36Y21K30 (0%,36%,21%,30%) (0.00/0.36/0.21/0.30) 

CMYK percentages

%0
%35.96
%21.35
%30.2

Codes

Color #B2728C in popluar color models

B2 72 8C
RGB 178 114 140
HSL 336° 29.36% 57.25%
HSB/HSV 336° 35.96% 69.80%
CMYK 0.00% 35.96% 21.35%
30.20%

Color #B2728C in popluar number systems.

HEX B2 72 8C
Decimal 178 114 140
Binary 10110010 1110010 10001100
Octal 262 162 214

Shades and tints

Shades of #B2728C

#B2728C
(178,114,140)
#A26880
(162,104,128)
#925E74
(146,94,116)
#825468
(130,84,104)
#724A5C
(114,74,92)
#624050
(98,64,80)
#523644
(82,54,68)
#422C38
(66,44,56)
#32222C
(50,34,44)
#221820
(34,24,32)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #B2728C

#B2728C
(178,114,140)
#B97E96
(185,126,150)
#C08AA0
(192,138,160)
#C796AA
(199,150,170)
#CEA2B4
(206,162,180)
#D5AEBE
(213,174,190)
#DCBAC8
(220,186,200)
#E3C6D2
(227,198,210)
#EAD2DC
(234,210,220)
#F1DEE6
(241,222,230)
#F8EAF0
(248,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2728C; }

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

This text font color is #B2728C.

Background Color

.myBgColor { background-color: #B2728C; }

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

This div background color is #B2728C.

Border color

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

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

This div border color is #B2728C.

Opacity

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

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

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

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

This text has shadow with #B2728C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2728C.

Preview

Color preview on black background

This text has color #B2728C on black background.


Color preview on white background

This text has color #B2728C on white background.


Black color preview on #B2728C background

This text has black color on #B2728C background.


White color preview on #B2728C background

This text has white color on #B2728C background.


Related colors

Complementary color

Complementary color for #hex is #4D8D73.


I love getcolorcode.com

Triadic colors

1 #8CB272 and #728CB2 with #B2728C are triadic colors.

2 #8C72B2 and #72B28C with #B2728C are triadic colors.