COLOR #B16F60

HEX: #B16F60
RGB: (177,111,96)

Color info

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

RGB color model

#B16F60 color RGB value is (177,111,96).

  • red value is 177;
  • green value is 111;
  • blue value is 96.
RGB:
(177,111,96)
(69%,44%,38%)

RGB channels and saturation

R 177 of 255 = 69%
G 111 of 255 = 44%
B 96 of 255 = 38%

177
111
96

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

Portions of RGB colors in percentages

R + G + B =
177 + 111 + 96 = 384 (100%)
R 177 of 384 ~ 46.09%
G 111 of 384 ~ 28.91%
B 96 of 384 ~ 25%

%46.09
%28.91
%25

CMYK color model

#B16F60 color CMYK value is (0,37,46,31).

  • cyan value is 0.00%
  • magenta value is 37.29%
  • yellow value is 45.76%
  • key color value is 30.59%
CMYK:
(0,37,46,31)
C0M37Y46K31 
(0%,37%,46%,31%)
(0.00/0.37/0.46/0.31)	

CMYK percentages

%0
%37.29
%45.76
%30.59

Codes

Color #B16F60 in popluar color models

B16F60
RGB17711196
HSL11°34.18%53.53%
HSB/HSV11°45.76%69.41%
CMYK0.00%37.29%45.76%
30.59%

Color #B16F60 in popluar number systems.

HEXB16F60
Decimal17711196
Binary1011000111011111100000
Octal261157140

Shades and tints

Shades of #B16F60

#B16F60
(177,111,96)
#A16558
(161,101,88)
#915B50
(145,91,80)
#815148
(129,81,72)
#714740
(113,71,64)
#613D38
(97,61,56)
#513330
(81,51,48)
#412928
(65,41,40)
#311F20
(49,31,32)
#211518
(33,21,24)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #B16F60

#B16F60
(177,111,96)
#B87C6E
(184,124,110)
#BF897C
(191,137,124)
#C6968A
(198,150,138)
#CDA398
(205,163,152)
#D4B0A6
(212,176,166)
#DBBDB4
(219,189,180)
#E2CAC2
(226,202,194)
#E9D7D0
(233,215,208)
#F0E4DE
(240,228,222)
#F7F1EC
(247,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B16F60 color. Also use rgb(177,111,96) instead hex code.

Text Font Color

.myTextColor { color: #B16F60; }

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

This text font color is #B16F60.


Background Color

.myBgColor { background-color: #B16F60; }

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

This div background color is #B16F60.


Border color

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

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

This div border color is #B16F60.


Opacity

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

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

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

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

This text has shadow with #B16F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16F60 on black background.


Color preview on white background

This text has color #B16F60 on white background.



Black color preview on #B16F60 background

This text has black color on #B16F60 background.


White color preview on #B16F60 background

This text has white color on #B16F60 background.