COLOR #B2748B

HEX: #B2748B RGB: (178,116,139)

Color info

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

RGB color model

#B2748B color RGB value is (178,116,139).

RGB: (178,116,139) (70%, 45%, 55%)

RGB channels and saturation

R 178 of 255 = 70%
G 116 of 255 = 45%
B 139 of 255 = 55%

178
116
139

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

Portions of RGB colors in percentages

R + G + B = 178 + 116 + 139 = 433 (100%)
R 178 of 433 ~ 41.11%
G 116 of 433 ~ 26.79%
B 139 of 433 ~ 32.1'%

%41.11
%26.79
%32.1

CMYK color model

#B2748B color CMYK value is (0,35,22,30).

  • cyan value is 0.00%
  • magenta value is 34.83%
  • yellow value is 21.91%
  • key color value is 30.20%

CMYK: (0,35,22,30)
C0M35Y22K30 (0%, 35%, 22%, 30%)
(0.00 / 0.35 / 0.22 / 0.30)

CMYK percentages

%0
%34.83
%21.91
%30.2

Codes

Color #B2748B in popluar color models

B2 74 8B
RGB 178 116 139
HSL 338° 28.70% 57.65%
HSB/HSV 338° 34.83% 69.80%
CMYK 0.00% 34.83% 21.91%
30.20%

Color #B2748B in popluar number systems.

HEX B2 74 8B
Decimal 178 116 139
Binary 10110010 1110100 10001011
Octal 262 164 213

Shades and tints

Shades of #B2748B

#B2748B
(178,116,139)
#A26A7F
(162,106,127)
#926073
(146,96,115)
#825667
(130,86,103)
#724C5B
(114,76,91)
#62424F
(98,66,79)
#523843
(82,56,67)
#422E37
(66,46,55)
#32242B
(50,36,43)
#221A1F
(34,26,31)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #B2748B

#B2748B
(178,116,139)
#B98095
(185,128,149)
#C08C9F
(192,140,159)
#C798A9
(199,152,169)
#CEA4B3
(206,164,179)
#D5B0BD
(213,176,189)
#DCBCC7
(220,188,199)
#E3C8D1
(227,200,209)
#EAD4DB
(234,212,219)
#F1E0E5
(241,224,229)
#F8ECEF
(248,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2748B; }

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

This text font color is #B2748B.

Background Color

.myBgColor { background-color: #B2748B; }

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

This div background color is #B2748B.

Border color

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

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

This div border color is #B2748B.

Opacity

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

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

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

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

This text has shadow with #B2748B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2748B.

Preview

Color preview on black background

This text has color #B2748B on black background.


Color preview on white background

This text has color #B2748B on white background.


Black color preview on #B2748B background

This text has black color on #B2748B background.


White color preview on #B2748B background

This text has white color on #B2748B background.


Related colors

Complementary color

Complementary color for #hex is #4D8B74.


I love getcolorcode.com

Triadic colors

1 #8BB274 and #748BB2 with #B2748B are triadic colors.

2 #8B74B2 and #74B28B with #B2748B are triadic colors.