COLOR #B16A7F

HEX: #B16A7F
RGB: (177,106,127)

Color info

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

RGB color model

#B16A7F color RGB value is (177,106,127).

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

RGB channels and saturation

R 177 of 255 = 69%
G 106 of 255 = 42%
B 127 of 255 = 50%

177
106
127

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

Portions of RGB colors in percentages

R + G + B =
177 + 106 + 127 = 410 (100%)
R 177 of 410 ~ 43.17%
G 106 of 410 ~ 25.85%
B 127 of 410 ~ 30.98%

%43.17
%25.85
%30.98

CMYK color model

#B16A7F color CMYK value is (0,40,28,31).

  • cyan value is 0.00%
  • magenta value is 40.11%
  • yellow value is 28.25%
  • key color value is 30.59%
CMYK:
(0,40,28,31)
C0M40Y28K31 
(0%,40%,28%,31%)
(0.00/0.40/0.28/0.31)	

CMYK percentages

%0
%40.11
%28.25
%30.59

Codes

Color #B16A7F in popluar color models

B16A7F
RGB177106127
HSL342°31.28%55.49%
HSB/HSV342°40.11%69.41%
CMYK0.00%40.11%28.25%
30.59%

Color #B16A7F in popluar number systems.

HEXB16A7F
Decimal177106127
Binary1011000111010101111111
Octal261152177

Shades and tints

Shades of #B16A7F

#B16A7F
(177,106,127)
#A16174
(161,97,116)
#915869
(145,88,105)
#814F5E
(129,79,94)
#714653
(113,70,83)
#613D48
(97,61,72)
#51343D
(81,52,61)
#412B32
(65,43,50)
#312227
(49,34,39)
#21191C
(33,25,28)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #B16A7F

#B16A7F
(177,106,127)
#B8778A
(184,119,138)
#BF8495
(191,132,149)
#C691A0
(198,145,160)
#CD9EAB
(205,158,171)
#D4ABB6
(212,171,182)
#DBB8C1
(219,184,193)
#E2C5CC
(226,197,204)
#E9D2D7
(233,210,215)
#F0DFE2
(240,223,226)
#F7ECED
(247,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B16A7F; }

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

This text font color is #B16A7F.


Background Color

.myBgColor { background-color: #B16A7F; }

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

This div background color is #B16A7F.


Border color

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

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

This div border color is #B16A7F.


Opacity

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

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

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

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

This text has shadow with #B16A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16A7F on black background.


Color preview on white background

This text has color #B16A7F on white background.



Black color preview on #B16A7F background

This text has black color on #B16A7F background.


White color preview on #B16A7F background

This text has white color on #B16A7F background.