COLOR #B16D53

HEX: #B16D53
RGB: (177,109,83)

Color info

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

RGB color model

#B16D53 color RGB value is (177,109,83).

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

RGB channels and saturation

R 177 of 255 = 69%
G 109 of 255 = 43%
B 83 of 255 = 33%

177
109
83

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

Portions of RGB colors in percentages

R + G + B =
177 + 109 + 83 = 369 (100%)
R 177 of 369 ~ 47.97%
G 109 of 369 ~ 29.54%
B 83 of 369 ~ 22.49%

%47.97
%29.54
%22.49

CMYK color model

#B16D53 color CMYK value is (0,38,53,31).

  • cyan value is 0.00%
  • magenta value is 38.42%
  • yellow value is 53.11%
  • key color value is 30.59%
CMYK:
(0,38,53,31)
C0M38Y53K31 
(0%,38%,53%,31%)
(0.00/0.38/0.53/0.31)	

CMYK percentages

%0
%38.42
%53.11
%30.59

Codes

Color #B16D53 in popluar color models

B16D53
RGB17710983
HSL17°37.60%50.98%
HSB/HSV17°53.11%69.41%
CMYK0.00%38.42%53.11%
30.59%

Color #B16D53 in popluar number systems.

HEXB16D53
Decimal17710983
Binary1011000111011011010011
Octal261155123

Shades and tints

Shades of #B16D53

#B16D53
(177,109,83)
#A1644C
(161,100,76)
#915B45
(145,91,69)
#81523E
(129,82,62)
#714937
(113,73,55)
#614030
(97,64,48)
#513729
(81,55,41)
#412E22
(65,46,34)
#31251B
(49,37,27)
#211C14
(33,28,20)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #B16D53

#B16D53
(177,109,83)
#B87A62
(184,122,98)
#BF8771
(191,135,113)
#C69480
(198,148,128)
#CDA18F
(205,161,143)
#D4AE9E
(212,174,158)
#DBBBAD
(219,187,173)
#E2C8BC
(226,200,188)
#E9D5CB
(233,213,203)
#F0E2DA
(240,226,218)
#F7EFE9
(247,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B16D53; }

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

This text font color is #B16D53.


Background Color

.myBgColor { background-color: #B16D53; }

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

This div background color is #B16D53.


Border color

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

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

This div border color is #B16D53.


Opacity

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

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

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

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

This text has shadow with #B16D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16D53 on black background.


Color preview on white background

This text has color #B16D53 on white background.



Black color preview on #B16D53 background

This text has black color on #B16D53 background.


White color preview on #B16D53 background

This text has white color on #B16D53 background.