COLOR #B16D6C

HEX: #B16D6C
RGB: (177,109,108)

Color info

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

RGB color model

#B16D6C color RGB value is (177,109,108).

  • red value is 177;
  • green value is 109;
  • blue value is 108.
RGB: (177,109,108) (69%,43%,42%)

RGB channels and saturation

R 177 of 255 = 69%
G 109 of 255 = 43%
B 108 of 255 = 42%

177
109
108

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

Portions of RGB colors in percentages

R + G + B =
177 + 109 + 108 = 394 (100%)
R 177 of 394 ~ 44.92%
G 109 of 394 ~ 27.66%
B 108 of 394 ~ 27.41%

%44.92
%27.66
%27.41

CMYK color model

#B16D6C color CMYK value is (0,38,39,31).

  • cyan value is 0.00%
  • magenta value is 38.42%
  • yellow value is 38.98%
  • key color value is 30.59%
CMYK: (0,38,39,31) C0M38Y39K31 (0%,38%,39%,31%) (0.00/0.38/0.39/0.31)

CMYK percentages

%0
%38.42
%38.98
%30.59

Codes

Color #B16D6C in popluar color models

B16D6C
RGB177109108
HSL30.67%55.88%
HSB/HSV38.98%69.41%
CMYK0.00%38.42%38.98%
30.59%

Color #B16D6C in popluar number systems.

HEXB16D6C
Decimal177109108
Binary1011000111011011101100
Octal261155154

Shades and tints

Shades of #B16D6C

#B16D6C
(177,109,108)
#A16463
(161,100,99)
#915B5A
(145,91,90)
#815251
(129,82,81)
#714948
(113,73,72)
#61403F
(97,64,63)
#513736
(81,55,54)
#412E2D
(65,46,45)
#312524
(49,37,36)
#211C1B
(33,28,27)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #B16D6C

#B16D6C
(177,109,108)
#B87A79
(184,122,121)
#BF8786
(191,135,134)
#C69493
(198,148,147)
#CDA1A0
(205,161,160)
#D4AEAD
(212,174,173)
#DBBBBA
(219,187,186)
#E2C8C7
(226,200,199)
#E9D5D4
(233,213,212)
#F0E2E1
(240,226,225)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B16D6C color. Also use rgb(177,109,108) instead hex code.

Text Font Color

.myTextColor { color: #B16D6C; }

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

This text font color is #B16D6C.


Background Color

.myBgColor { background-color: #B16D6C; }

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

This div background color is #B16D6C.


Border color

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

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

This div border color is #B16D6C.


Opacity

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

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

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

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

This text has shadow with #B16D6C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B16D6C on black background.


Color preview on white background

This text has color #B16D6C on white background.



Black color preview on #B16D6C background

This text has black color on #B16D6C background.


White color preview on #B16D6C background

This text has white color on #B16D6C background.