COLOR #B16C65

HEX: #B16C65
RGB: (177,108,101)

Color info

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

RGB color model

#B16C65 color RGB value is (177,108,101).

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

RGB channels and saturation

R 177 of 255 = 69%
G 108 of 255 = 42%
B 101 of 255 = 40%

177
108
101

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

Portions of RGB colors in percentages

R + G + B =
177 + 108 + 101 = 386 (100%)
R 177 of 386 ~ 45.85%
G 108 of 386 ~ 27.98%
B 101 of 386 ~ 26.17%

%45.85
%27.98
%26.17

CMYK color model

#B16C65 color CMYK value is (0,39,43,31).

  • cyan value is 0.00%
  • magenta value is 38.98%
  • yellow value is 42.94%
  • key color value is 30.59%
CMYK:
(0,39,43,31)
C0M39Y43K31 
(0%,39%,43%,31%)
(0.00/0.39/0.43/0.31)	

CMYK percentages

%0
%38.98
%42.94
%30.59

Codes

Color #B16C65 in popluar color models

B16C65
RGB177108101
HSL32.76%54.51%
HSB/HSV42.94%69.41%
CMYK0.00%38.98%42.94%
30.59%

Color #B16C65 in popluar number systems.

HEXB16C65
Decimal177108101
Binary1011000111011001100101
Octal261154145

Shades and tints

Shades of #B16C65

#B16C65
(177,108,101)
#A1635C
(161,99,92)
#915A53
(145,90,83)
#81514A
(129,81,74)
#714841
(113,72,65)
#613F38
(97,63,56)
#51362F
(81,54,47)
#412D26
(65,45,38)
#31241D
(49,36,29)
#211B14
(33,27,20)
#11120B
(17,18,11)
#000000
(0,0,0)

Tints of #B16C65

#B16C65
(177,108,101)
#B87973
(184,121,115)
#BF8681
(191,134,129)
#C6938F
(198,147,143)
#CDA09D
(205,160,157)
#D4ADAB
(212,173,171)
#DBBAB9
(219,186,185)
#E2C7C7
(226,199,199)
#E9D4D5
(233,212,213)
#F0E1E3
(240,225,227)
#F7EEF1
(247,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B16C65; }

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

This text font color is #B16C65.


Background Color

.myBgColor { background-color: #B16C65; }

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

This div background color is #B16C65.


Border color

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

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

This div border color is #B16C65.


Opacity

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

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

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

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

This text has shadow with #B16C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16C65 on black background.


Color preview on white background

This text has color #B16C65 on white background.



Black color preview on #B16C65 background

This text has black color on #B16C65 background.


White color preview on #B16C65 background

This text has white color on #B16C65 background.