COLOR #B16B5C

HEX: #B16B5C RGB: (177,107,92)

Color info

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

RGB color model

#B16B5C color RGB value is (177,107,92).

RGB: (177,107,92) (69%, 42%, 36%)

RGB channels and saturation

R 177 of 255 = 69%
G 107 of 255 = 42%
B 92 of 255 = 36%

177
107
92

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

Portions of RGB colors in percentages

R + G + B = 177 + 107 + 92 = 376 (100%)
R 177 of 376 ~ 47.07%
G 107 of 376 ~ 28.46%
B 92 of 376 ~ 24.47'%

%47.07
%28.46
%24.47

CMYK color model

#B16B5C color CMYK value is (0,40,48,31).

  • cyan value is 0.00%
  • magenta value is 39.55%
  • yellow value is 48.02%
  • key color value is 30.59%
CMYK: (0,40,48,31) C0M40Y48K31 (0%,40%,48%,31%) (0.00/0.40/0.48/0.31) 

CMYK percentages

%0
%39.55
%48.02
%30.59

Codes

Color #B16B5C in popluar color models

B1 6B 5C
RGB 177 107 92
HSL 11° 35.27% 52.75%
HSB/HSV 11° 48.02% 69.41%
CMYK 0.00% 39.55% 48.02%
30.59%

Color #B16B5C in popluar number systems.

HEX B1 6B 5C
Decimal 177 107 92
Binary 10110001 1101011 1011100
Octal 261 153 134

Shades and tints

Shades of #B16B5C

#B16B5C
(177,107,92)
#A16254
(161,98,84)
#91594C
(145,89,76)
#815044
(129,80,68)
#71473C
(113,71,60)
#613E34
(97,62,52)
#51352C
(81,53,44)
#412C24
(65,44,36)
#31231C
(49,35,28)
#211A14
(33,26,20)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #B16B5C

#B16B5C
(177,107,92)
#B8786A
(184,120,106)
#BF8578
(191,133,120)
#C69286
(198,146,134)
#CD9F94
(205,159,148)
#D4ACA2
(212,172,162)
#DBB9B0
(219,185,176)
#E2C6BE
(226,198,190)
#E9D3CC
(233,211,204)
#F0E0DA
(240,224,218)
#F7EDE8
(247,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B16B5C; }

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

This text font color is #B16B5C.

Background Color

.myBgColor { background-color: #B16B5C; }

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

This div background color is #B16B5C.

Border color

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

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

This div border color is #B16B5C.

Opacity

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

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

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

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

This text has shadow with #B16B5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B16B5C.

Preview

Color preview on black background

This text has color #B16B5C on black background.


Color preview on white background

This text has color #B16B5C on white background.


Black color preview on #B16B5C background

This text has black color on #B16B5C background.


White color preview on #B16B5C background

This text has white color on #B16B5C background.


Related colors

Complementary color

Complementary color for #hex is #4E94A3.


I love getcolorcode.com

Triadic colors

1 #5CB16B and #6B5CB1 with #B16B5C are triadic colors.

2 #5C6BB1 and #6BB15C with #B16B5C are triadic colors.