COLOR #B1739B

HEX: #B1739B RGB: (177,115,155)

Color info

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

RGB color model

#B1739B color RGB value is (177,115,155).

RGB: (177,115,155) (69%, 45%, 61%)

RGB channels and saturation

R 177 of 255 = 69%
G 115 of 255 = 45%
B 155 of 255 = 61%

177
115
155

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

Portions of RGB colors in percentages

R + G + B = 177 + 115 + 155 = 447 (100%)
R 177 of 447 ~ 39.6%
G 115 of 447 ~ 25.73%
B 155 of 447 ~ 34.68'%

%39.6
%25.73
%34.68

CMYK color model

#B1739B color CMYK value is (0,35,12,31).

  • cyan value is 0.00%
  • magenta value is 35.03%
  • yellow value is 12.43%
  • key color value is 30.59%

CMYK: (0,35,12,31)
C0M35Y12K31 (0%, 35%, 12%, 31%)
(0.00 / 0.35 / 0.12 / 0.31)

CMYK percentages

%0
%35.03
%12.43
%30.59

Codes

Color #B1739B in popluar color models

B1 73 9B
RGB 177 115 155
HSL 321° 28.44% 57.25%
HSB/HSV 321° 35.03% 69.41%
CMYK 0.00% 35.03% 12.43%
30.59%

Color #B1739B in popluar number systems.

HEX B1 73 9B
Decimal 177 115 155
Binary 10110001 1110011 10011011
Octal 261 163 233

Shades and tints

Shades of #B1739B

#B1739B
(177,115,155)
#A1698D
(161,105,141)
#915F7F
(145,95,127)
#815571
(129,85,113)
#714B63
(113,75,99)
#614155
(97,65,85)
#513747
(81,55,71)
#412D39
(65,45,57)
#31232B
(49,35,43)
#21191D
(33,25,29)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #B1739B

#B1739B
(177,115,155)
#B87FA4
(184,127,164)
#BF8BAD
(191,139,173)
#C697B6
(198,151,182)
#CDA3BF
(205,163,191)
#D4AFC8
(212,175,200)
#DBBBD1
(219,187,209)
#E2C7DA
(226,199,218)
#E9D3E3
(233,211,227)
#F0DFEC
(240,223,236)
#F7EBF5
(247,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1739B color. Also use rgb(177,115,155) instead hex code.

Text Font Color

.myTextColor { color: #B1739B; }

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

This text font color is #B1739B.

Background Color

.myBgColor { background-color: #B1739B; }

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

This div background color is #B1739B.

Border color

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

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

This div border color is #B1739B.

Opacity

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

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

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

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

This text has shadow with #B1739B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1739B.

Preview

Color preview on black background

This text has color #B1739B on black background.


Color preview on white background

This text has color #B1739B on white background.


Black color preview on #B1739B background

This text has black color on #B1739B background.


White color preview on #B1739B background

This text has white color on #B1739B background.


Related colors

Complementary color

Complementary color for #hex is #4E8C64.


I love getcolorcode.com

Triadic colors

1 #9BB173 and #739BB1 with #B1739B are triadic colors.

2 #9B73B1 and #73B19B with #B1739B are triadic colors.