COLOR #B16176

HEX: #B16176
RGB: (177,97,118)

Color info

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

RGB color model

#B16176 color RGB value is (177,97,118).

  • red value is 177;
  • green value is 97;
  • blue value is 118.
RGB:
(177,97,118)
(69%,38%,46%)

RGB channels and saturation

R 177 of 255 = 69%
G 97 of 255 = 38%
B 118 of 255 = 46%

177
97
118

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

Portions of RGB colors in percentages

R + G + B =
177 + 97 + 118 = 392 (100%)
R 177 of 392 ~ 45.15%
G 97 of 392 ~ 24.74%
B 118 of 392 ~ 30.1%

%45.15
%24.74
%30.1

CMYK color model

#B16176 color CMYK value is (0,45,33,31).

  • cyan value is 0.00%
  • magenta value is 45.20%
  • yellow value is 33.33%
  • key color value is 30.59%
CMYK:
(0,45,33,31)
C0M45Y33K31 
(0%,45%,33%,31%)
(0.00/0.45/0.33/0.31)	

CMYK percentages

%0
%45.2
%33.33
%30.59

Codes

Color #B16176 in popluar color models

B16176
RGB17797118
HSL344°33.90%53.73%
HSB/HSV344°45.20%69.41%
CMYK0.00%45.20%33.33%
30.59%

Color #B16176 in popluar number systems.

HEXB16176
Decimal17797118
Binary1011000111000011110110
Octal261141166

Shades and tints

Shades of #B16176

#B16176
(177,97,118)
#A1596C
(161,89,108)
#915162
(145,81,98)
#814958
(129,73,88)
#71414E
(113,65,78)
#613944
(97,57,68)
#51313A
(81,49,58)
#412930
(65,41,48)
#312126
(49,33,38)
#21191C
(33,25,28)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #B16176

#B16176
(177,97,118)
#B86F82
(184,111,130)
#BF7D8E
(191,125,142)
#C68B9A
(198,139,154)
#CD99A6
(205,153,166)
#D4A7B2
(212,167,178)
#DBB5BE
(219,181,190)
#E2C3CA
(226,195,202)
#E9D1D6
(233,209,214)
#F0DFE2
(240,223,226)
#F7EDEE
(247,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B16176 color. Also use rgb(177,97,118) instead hex code.

Text Font Color

.myTextColor { color: #B16176; }

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

This text font color is #B16176.


Background Color

.myBgColor { background-color: #B16176; }

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

This div background color is #B16176.


Border color

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

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

This div border color is #B16176.


Opacity

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

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

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

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

This text has shadow with #B16176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16176 on black background.


Color preview on white background

This text has color #B16176 on white background.



Black color preview on #B16176 background

This text has black color on #B16176 background.


White color preview on #B16176 background

This text has white color on #B16176 background.