COLOR #B2647B

HEX: #B2647B
RGB: (178,100,123)

Color info

#B2647B contains mainly red and blue colors. Web safe color of #B2647B is #996666 (or #966).

RGB color model

#B2647B color RGB value is (178,100,123).

  • red value is 178;
  • green value is 100;
  • blue value is 123.
RGB:
(178,100,123)
(70%,39%,48%)

RGB channels and saturation

R 178 of 255 = 70%
G 100 of 255 = 39%
B 123 of 255 = 48%

178
100
123

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

Portions of RGB colors in percentages

R + G + B =
178 + 100 + 123 = 401 (100%)
R 178 of 401 ~ 44.39%
G 100 of 401 ~ 24.94%
B 123 of 401 ~ 30.67%

%44.39
%24.94
%30.67

CMYK color model

#B2647B color CMYK value is (0,44,31,30).

  • cyan value is 0.00%
  • magenta value is 43.82%
  • yellow value is 30.90%
  • key color value is 30.20%
CMYK:
(0,44,31,30)
C0M44Y31K30 
(0%,44%,31%,30%)
(0.00/0.44/0.31/0.30)	

CMYK percentages

%0
%43.82
%30.9
%30.2

Codes

Color #B2647B in popluar color models

B2647B
RGB178100123
HSL342°33.62%54.51%
HSB/HSV342°43.82%69.80%
CMYK0.00%43.82%30.90%
30.20%

Color #B2647B in popluar number systems.

HEXB2647B
Decimal178100123
Binary1011001011001001111011
Octal262144173

Shades and tints

Shades of #B2647B

#B2647B
(178,100,123)
#A25B70
(162,91,112)
#925265
(146,82,101)
#82495A
(130,73,90)
#72404F
(114,64,79)
#623744
(98,55,68)
#522E39
(82,46,57)
#42252E
(66,37,46)
#321C23
(50,28,35)
#221318
(34,19,24)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #B2647B

#B2647B
(178,100,123)
#B97287
(185,114,135)
#C08093
(192,128,147)
#C78E9F
(199,142,159)
#CE9CAB
(206,156,171)
#D5AAB7
(213,170,183)
#DCB8C3
(220,184,195)
#E3C6CF
(227,198,207)
#EAD4DB
(234,212,219)
#F1E2E7
(241,226,231)
#F8F0F3
(248,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2647B; }

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

This text font color is #B2647B.


Background Color

.myBgColor { background-color: #B2647B; }

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

This div background color is #B2647B.


Border color

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

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

This div border color is #B2647B.


Opacity

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

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

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

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

This text has shadow with #B2647B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2647B on black background.


Color preview on white background

This text has color #B2647B on white background.



Black color preview on #B2647B background

This text has black color on #B2647B background.


White color preview on #B2647B background

This text has white color on #B2647B background.