COLOR #B16B74

HEX: #B16B74
RGB: (177,107,116)

Color info

#B16B74 contains mainly red color. Web safe color of #B16B74 is #996666 (or #966).

RGB color model

#B16B74 color RGB value is (177,107,116).

  • red value is 177;
  • green value is 107;
  • blue value is 116.
RGB:
(177,107,116)
(69%,42%,45%)

RGB channels and saturation

R 177 of 255 = 69%
G 107 of 255 = 42%
B 116 of 255 = 45%

177
107
116

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

Portions of RGB colors in percentages

R + G + B =
177 + 107 + 116 = 400 (100%)
R 177 of 400 ~ 44.25%
G 107 of 400 ~ 26.75%
B 116 of 400 ~ 29%

%44.25
%26.75
%29

CMYK color model

#B16B74 color CMYK value is (0,40,34,31).

  • cyan value is 0.00%
  • magenta value is 39.55%
  • yellow value is 34.46%
  • key color value is 30.59%
CMYK:
(0,40,34,31)
C0M40Y34K31 
(0%,40%,34%,31%)
(0.00/0.40/0.34/0.31)	

CMYK percentages

%0
%39.55
%34.46
%30.59

Codes

Color #B16B74 in popluar color models

B16B74
RGB177107116
HSL352°30.97%55.69%
HSB/HSV352°39.55%69.41%
CMYK0.00%39.55%34.46%
30.59%

Color #B16B74 in popluar number systems.

HEXB16B74
Decimal177107116
Binary1011000111010111110100
Octal261153164

Shades and tints

Shades of #B16B74

#B16B74
(177,107,116)
#A1626A
(161,98,106)
#915960
(145,89,96)
#815056
(129,80,86)
#71474C
(113,71,76)
#613E42
(97,62,66)
#513538
(81,53,56)
#412C2E
(65,44,46)
#312324
(49,35,36)
#211A1A
(33,26,26)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #B16B74

#B16B74
(177,107,116)
#B87880
(184,120,128)
#BF858C
(191,133,140)
#C69298
(198,146,152)
#CD9FA4
(205,159,164)
#D4ACB0
(212,172,176)
#DBB9BC
(219,185,188)
#E2C6C8
(226,198,200)
#E9D3D4
(233,211,212)
#F0E0E0
(240,224,224)
#F7EDEC
(247,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B16B74 color. Also use rgb(177,107,116) instead hex code.

Text Font Color

.myTextColor { color: #B16B74; }

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

This text font color is #B16B74.


Background Color

.myBgColor { background-color: #B16B74; }

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

This div background color is #B16B74.


Border color

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

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

This div border color is #B16B74.


Opacity

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

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

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

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

This text has shadow with #B16B74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16B74 on black background.


Color preview on white background

This text has color #B16B74 on white background.



Black color preview on #B16B74 background

This text has black color on #B16B74 background.


White color preview on #B16B74 background

This text has white color on #B16B74 background.