COLOR #B16D64

HEX: #B16D64
RGB: (177,109,100)

Color info

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

RGB color model

#B16D64 color RGB value is (177,109,100).

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

RGB channels and saturation

R 177 of 255 = 69%
G 109 of 255 = 43%
B 100 of 255 = 39%

177
109
100

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

Portions of RGB colors in percentages

R + G + B =
177 + 109 + 100 = 386 (100%)
R 177 of 386 ~ 45.85%
G 109 of 386 ~ 28.24%
B 100 of 386 ~ 25.91%

%45.85
%28.24
%25.91

CMYK color model

#B16D64 color CMYK value is (0,38,44,31).

  • cyan value is 0.00%
  • magenta value is 38.42%
  • yellow value is 43.50%
  • key color value is 30.59%
CMYK:
(0,38,44,31)
C0M38Y44K31 
(0%,38%,44%,31%)
(0.00/0.38/0.44/0.31)	

CMYK percentages

%0
%38.42
%43.5
%30.59

Codes

Color #B16D64 in popluar color models

B16D64
RGB177109100
HSL33.05%54.31%
HSB/HSV43.50%69.41%
CMYK0.00%38.42%43.50%
30.59%

Color #B16D64 in popluar number systems.

HEXB16D64
Decimal177109100
Binary1011000111011011100100
Octal261155144

Shades and tints

Shades of #B16D64

#B16D64
(177,109,100)
#A1645B
(161,100,91)
#915B52
(145,91,82)
#815249
(129,82,73)
#714940
(113,73,64)
#614037
(97,64,55)
#51372E
(81,55,46)
#412E25
(65,46,37)
#31251C
(49,37,28)
#211C13
(33,28,19)
#11130A
(17,19,10)
#000000
(0,0,0)

Tints of #B16D64

#B16D64
(177,109,100)
#B87A72
(184,122,114)
#BF8780
(191,135,128)
#C6948E
(198,148,142)
#CDA19C
(205,161,156)
#D4AEAA
(212,174,170)
#DBBBB8
(219,187,184)
#E2C8C6
(226,200,198)
#E9D5D4
(233,213,212)
#F0E2E2
(240,226,226)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B16D64; }

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

This text font color is #B16D64.


Background Color

.myBgColor { background-color: #B16D64; }

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

This div background color is #B16D64.


Border color

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

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

This div border color is #B16D64.


Opacity

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

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

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

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

This text has shadow with #B16D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16D64 on black background.


Color preview on white background

This text has color #B16D64 on white background.



Black color preview on #B16D64 background

This text has black color on #B16D64 background.


White color preview on #B16D64 background

This text has white color on #B16D64 background.