COLOR #B16690

HEX: #B16690
RGB: (177,102,144)

Color info

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

RGB color model

#B16690 color RGB value is (177,102,144).

  • red value is 177;
  • green value is 102;
  • blue value is 144.
RGB:
(177,102,144)
(69%,40%,56%)

RGB channels and saturation

R 177 of 255 = 69%
G 102 of 255 = 40%
B 144 of 255 = 56%

177
102
144

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

Portions of RGB colors in percentages

R + G + B =
177 + 102 + 144 = 423 (100%)
R 177 of 423 ~ 41.84%
G 102 of 423 ~ 24.11%
B 144 of 423 ~ 34.04%

%41.84
%24.11
%34.04

CMYK color model

#B16690 color CMYK value is (0,42,19,31).

  • cyan value is 0.00%
  • magenta value is 42.37%
  • yellow value is 18.64%
  • key color value is 30.59%
CMYK:
(0,42,19,31)
C0M42Y19K31 
(0%,42%,19%,31%)
(0.00/0.42/0.19/0.31)	

CMYK percentages

%0
%42.37
%18.64
%30.59

Codes

Color #B16690 in popluar color models

B16690
RGB177102144
HSL326°32.47%54.71%
HSB/HSV326°42.37%69.41%
CMYK0.00%42.37%18.64%
30.59%

Color #B16690 in popluar number systems.

HEXB16690
Decimal177102144
Binary10110001110011010010000
Octal261146220

Shades and tints

Shades of #B16690

#B16690
(177,102,144)
#A15D83
(161,93,131)
#915476
(145,84,118)
#814B69
(129,75,105)
#71425C
(113,66,92)
#61394F
(97,57,79)
#513042
(81,48,66)
#412735
(65,39,53)
#311E28
(49,30,40)
#21151B
(33,21,27)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #B16690

#B16690
(177,102,144)
#B8739A
(184,115,154)
#BF80A4
(191,128,164)
#C68DAE
(198,141,174)
#CD9AB8
(205,154,184)
#D4A7C2
(212,167,194)
#DBB4CC
(219,180,204)
#E2C1D6
(226,193,214)
#E9CEE0
(233,206,224)
#F0DBEA
(240,219,234)
#F7E8F4
(247,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B16690 color. Also use rgb(177,102,144) instead hex code.

Text Font Color

.myTextColor { color: #B16690; }

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

This text font color is #B16690.


Background Color

.myBgColor { background-color: #B16690; }

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

This div background color is #B16690.


Border color

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

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

This div border color is #B16690.


Opacity

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

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

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

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

This text has shadow with #B16690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16690 on black background.


Color preview on white background

This text has color #B16690 on white background.



Black color preview on #B16690 background

This text has black color on #B16690 background.


White color preview on #B16690 background

This text has white color on #B16690 background.