COLOR #B1647E

HEX: #B1647E
RGB: (177,100,126)

Color info

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

RGB color model

#B1647E color RGB value is (177,100,126).

  • red value is 177;
  • green value is 100;
  • blue value is 126.
RGB:
(177,100,126)
(69%,39%,49%)

RGB channels and saturation

R 177 of 255 = 69%
G 100 of 255 = 39%
B 126 of 255 = 49%

177
100
126

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

Portions of RGB colors in percentages

R + G + B =
177 + 100 + 126 = 403 (100%)
R 177 of 403 ~ 43.92%
G 100 of 403 ~ 24.81%
B 126 of 403 ~ 31.27%

%43.92
%24.81
%31.27

CMYK color model

#B1647E color CMYK value is (0,44,29,31).

  • cyan value is 0.00%
  • magenta value is 43.50%
  • yellow value is 28.81%
  • key color value is 30.59%
CMYK:
(0,44,29,31)
C0M44Y29K31 
(0%,44%,29%,31%)
(0.00/0.44/0.29/0.31)	

CMYK percentages

%0
%43.5
%28.81
%30.59

Codes

Color #B1647E in popluar color models

B1647E
RGB177100126
HSL340°33.05%54.31%
HSB/HSV340°43.50%69.41%
CMYK0.00%43.50%28.81%
30.59%

Color #B1647E in popluar number systems.

HEXB1647E
Decimal177100126
Binary1011000111001001111110
Octal261144176

Shades and tints

Shades of #B1647E

#B1647E
(177,100,126)
#A15B73
(161,91,115)
#915268
(145,82,104)
#81495D
(129,73,93)
#714052
(113,64,82)
#613747
(97,55,71)
#512E3C
(81,46,60)
#412531
(65,37,49)
#311C26
(49,28,38)
#21131B
(33,19,27)
#110A10
(17,10,16)
#000000
(0,0,0)

Tints of #B1647E

#B1647E
(177,100,126)
#B87289
(184,114,137)
#BF8094
(191,128,148)
#C68E9F
(198,142,159)
#CD9CAA
(205,156,170)
#D4AAB5
(212,170,181)
#DBB8C0
(219,184,192)
#E2C6CB
(226,198,203)
#E9D4D6
(233,212,214)
#F0E2E1
(240,226,225)
#F7F0EC
(247,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1647E color. Also use rgb(177,100,126) instead hex code.

Text Font Color

.myTextColor { color: #B1647E; }

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

This text font color is #B1647E.


Background Color

.myBgColor { background-color: #B1647E; }

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

This div background color is #B1647E.


Border color

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

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

This div border color is #B1647E.


Opacity

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

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

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

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

This text has shadow with #B1647E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1647E on black background.


Color preview on white background

This text has color #B1647E on white background.



Black color preview on #B1647E background

This text has black color on #B1647E background.


White color preview on #B1647E background

This text has white color on #B1647E background.