COLOR #B1749B

HEX: #B1749B
RGB: (177,116,155)

Color info

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

RGB color model

#B1749B color RGB value is (177,116,155).

  • red value is 177;
  • green value is 116;
  • blue value is 155.
RGB:
(177,116,155)
(69%,45%,61%)

RGB channels and saturation

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

177
116
155

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

Portions of RGB colors in percentages

R + G + B =
177 + 116 + 155 = 448 (100%)
R 177 of 448 ~ 39.51%
G 116 of 448 ~ 25.89%
B 155 of 448 ~ 34.6%

%39.51
%25.89
%34.6

CMYK color model

#B1749B color CMYK value is (0,34,12,31).

  • cyan value is 0.00%
  • magenta value is 34.46%
  • yellow value is 12.43%
  • key color value is 30.59%
CMYK:
(0,34,12,31)
C0M34Y12K31 
(0%,34%,12%,31%)
(0.00/0.34/0.12/0.31)	

CMYK percentages

%0
%34.46
%12.43
%30.59

Codes

Color #B1749B in popluar color models

B1749B
RGB177116155
HSL322°28.11%57.45%
HSB/HSV322°34.46%69.41%
CMYK0.00%34.46%12.43%
30.59%

Color #B1749B in popluar number systems.

HEXB1749B
Decimal177116155
Binary10110001111010010011011
Octal261164233

Shades and tints

Shades of #B1749B

#B1749B
(177,116,155)
#A16A8D
(161,106,141)
#91607F
(145,96,127)
#815671
(129,86,113)
#714C63
(113,76,99)
#614255
(97,66,85)
#513847
(81,56,71)
#412E39
(65,46,57)
#31242B
(49,36,43)
#211A1D
(33,26,29)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #B1749B

#B1749B
(177,116,155)
#B880A4
(184,128,164)
#BF8CAD
(191,140,173)
#C698B6
(198,152,182)
#CDA4BF
(205,164,191)
#D4B0C8
(212,176,200)
#DBBCD1
(219,188,209)
#E2C8DA
(226,200,218)
#E9D4E3
(233,212,227)
#F0E0EC
(240,224,236)
#F7ECF5
(247,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1749B; }

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

This text font color is #B1749B.


Background Color

.myBgColor { background-color: #B1749B; }

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

This div background color is #B1749B.


Border color

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

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

This div border color is #B1749B.


Opacity

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

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

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

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

This text has shadow with #B1749B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1749B on black background.


Color preview on white background

This text has color #B1749B on white background.



Black color preview on #B1749B background

This text has black color on #B1749B background.


White color preview on #B1749B background

This text has white color on #B1749B background.