COLOR #B16561

HEX: #B16561
RGB: (177,101,97)

Color info

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

RGB color model

#B16561 color RGB value is (177,101,97).

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

RGB channels and saturation

R 177 of 255 = 69%
G 101 of 255 = 40%
B 97 of 255 = 38%

177
101
97

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

Portions of RGB colors in percentages

R + G + B =
177 + 101 + 97 = 375 (100%)
R 177 of 375 ~ 47.2%
G 101 of 375 ~ 26.93%
B 97 of 375 ~ 25.87%

%47.2
%26.93
%25.87

CMYK color model

#B16561 color CMYK value is (0,43,45,31).

  • cyan value is 0.00%
  • magenta value is 42.94%
  • yellow value is 45.20%
  • key color value is 30.59%
CMYK:
(0,43,45,31)
C0M43Y45K31 
(0%,43%,45%,31%)
(0.00/0.43/0.45/0.31)	

CMYK percentages

%0
%42.94
%45.2
%30.59

Codes

Color #B16561 in popluar color models

B16561
RGB17710197
HSL33.90%53.73%
HSB/HSV45.20%69.41%
CMYK0.00%42.94%45.20%
30.59%

Color #B16561 in popluar number systems.

HEXB16561
Decimal17710197
Binary1011000111001011100001
Octal261145141

Shades and tints

Shades of #B16561

#B16561
(177,101,97)
#A15C59
(161,92,89)
#915351
(145,83,81)
#814A49
(129,74,73)
#714141
(113,65,65)
#613839
(97,56,57)
#512F31
(81,47,49)
#412629
(65,38,41)
#311D21
(49,29,33)
#211419
(33,20,25)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #B16561

#B16561
(177,101,97)
#B8736F
(184,115,111)
#BF817D
(191,129,125)
#C68F8B
(198,143,139)
#CD9D99
(205,157,153)
#D4ABA7
(212,171,167)
#DBB9B5
(219,185,181)
#E2C7C3
(226,199,195)
#E9D5D1
(233,213,209)
#F0E3DF
(240,227,223)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B16561; }

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

This text font color is #B16561.


Background Color

.myBgColor { background-color: #B16561; }

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

This div background color is #B16561.


Border color

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

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

This div border color is #B16561.


Opacity

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

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

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

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

This text has shadow with #B16561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16561 on black background.


Color preview on white background

This text has color #B16561 on white background.



Black color preview on #B16561 background

This text has black color on #B16561 background.


White color preview on #B16561 background

This text has white color on #B16561 background.