COLOR #B16A81

HEX: #B16A81
RGB: (177,106,129)

Color info

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

RGB color model

#B16A81 color RGB value is (177,106,129).

  • red value is 177;
  • green value is 106;
  • blue value is 129.
RGB:
(177,106,129)
(69%,42%,51%)

RGB channels and saturation

R 177 of 255 = 69%
G 106 of 255 = 42%
B 129 of 255 = 51%

177
106
129

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

Portions of RGB colors in percentages

R + G + B =
177 + 106 + 129 = 412 (100%)
R 177 of 412 ~ 42.96%
G 106 of 412 ~ 25.73%
B 129 of 412 ~ 31.31%

%42.96
%25.73
%31.31

CMYK color model

#B16A81 color CMYK value is (0,40,27,31).

  • cyan value is 0.00%
  • magenta value is 40.11%
  • yellow value is 27.12%
  • key color value is 30.59%
CMYK:
(0,40,27,31)
C0M40Y27K31 
(0%,40%,27%,31%)
(0.00/0.40/0.27/0.31)	

CMYK percentages

%0
%40.11
%27.12
%30.59

Codes

Color #B16A81 in popluar color models

B16A81
RGB177106129
HSL341°31.28%55.49%
HSB/HSV341°40.11%69.41%
CMYK0.00%40.11%27.12%
30.59%

Color #B16A81 in popluar number systems.

HEXB16A81
Decimal177106129
Binary10110001110101010000001
Octal261152201

Shades and tints

Shades of #B16A81

#B16A81
(177,106,129)
#A16176
(161,97,118)
#91586B
(145,88,107)
#814F60
(129,79,96)
#714655
(113,70,85)
#613D4A
(97,61,74)
#51343F
(81,52,63)
#412B34
(65,43,52)
#312229
(49,34,41)
#21191E
(33,25,30)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #B16A81

#B16A81
(177,106,129)
#B8778C
(184,119,140)
#BF8497
(191,132,151)
#C691A2
(198,145,162)
#CD9EAD
(205,158,173)
#D4ABB8
(212,171,184)
#DBB8C3
(219,184,195)
#E2C5CE
(226,197,206)
#E9D2D9
(233,210,217)
#F0DFE4
(240,223,228)
#F7ECEF
(247,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B16A81 color. Also use rgb(177,106,129) instead hex code.

Text Font Color

.myTextColor { color: #B16A81; }

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

This text font color is #B16A81.


Background Color

.myBgColor { background-color: #B16A81; }

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

This div background color is #B16A81.


Border color

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

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

This div border color is #B16A81.


Opacity

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

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

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

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

This text has shadow with #B16A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16A81 on black background.


Color preview on white background

This text has color #B16A81 on white background.



Black color preview on #B16A81 background

This text has black color on #B16A81 background.


White color preview on #B16A81 background

This text has white color on #B16A81 background.