COLOR #B1759A

HEX: #B1759A
RGB: (177,117,154)

Color info

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

RGB color model

#B1759A color RGB value is (177,117,154).

  • red value is 177;
  • green value is 117;
  • blue value is 154.
RGB:
(177,117,154)
(69%,46%,60%)

RGB channels and saturation

R 177 of 255 = 69%
G 117 of 255 = 46%
B 154 of 255 = 60%

177
117
154

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

Portions of RGB colors in percentages

R + G + B =
177 + 117 + 154 = 448 (100%)
R 177 of 448 ~ 39.51%
G 117 of 448 ~ 26.12%
B 154 of 448 ~ 34.38%

%39.51
%26.12
%34.38

CMYK color model

#B1759A color CMYK value is (0,34,13,31).

  • cyan value is 0.00%
  • magenta value is 33.90%
  • yellow value is 12.99%
  • key color value is 30.59%
CMYK:
(0,34,13,31)
C0M34Y13K31 
(0%,34%,13%,31%)
(0.00/0.34/0.13/0.31)	

CMYK percentages

%0
%33.9
%12.99
%30.59

Codes

Color #B1759A in popluar color models

B1759A
RGB177117154
HSL323°27.78%57.65%
HSB/HSV323°33.90%69.41%
CMYK0.00%33.90%12.99%
30.59%

Color #B1759A in popluar number systems.

HEXB1759A
Decimal177117154
Binary10110001111010110011010
Octal261165232

Shades and tints

Shades of #B1759A

#B1759A
(177,117,154)
#A16B8C
(161,107,140)
#91617E
(145,97,126)
#815770
(129,87,112)
#714D62
(113,77,98)
#614354
(97,67,84)
#513946
(81,57,70)
#412F38
(65,47,56)
#31252A
(49,37,42)
#211B1C
(33,27,28)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #B1759A

#B1759A
(177,117,154)
#B881A3
(184,129,163)
#BF8DAC
(191,141,172)
#C699B5
(198,153,181)
#CDA5BE
(205,165,190)
#D4B1C7
(212,177,199)
#DBBDD0
(219,189,208)
#E2C9D9
(226,201,217)
#E9D5E2
(233,213,226)
#F0E1EB
(240,225,235)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1759A color. Also use rgb(177,117,154) instead hex code.

Text Font Color

.myTextColor { color: #B1759A; }

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

This text font color is #B1759A.


Background Color

.myBgColor { background-color: #B1759A; }

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

This div background color is #B1759A.


Border color

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

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

This div border color is #B1759A.


Opacity

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

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

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

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

This text has shadow with #B1759A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1759A on black background.


Color preview on white background

This text has color #B1759A on white background.



Black color preview on #B1759A background

This text has black color on #B1759A background.


White color preview on #B1759A background

This text has white color on #B1759A background.