COLOR #B17B56

HEX: #B17B56
RGB: (177,123,86)

Color info

#B17B56 contains mainly red and green colors. Web safe color of #B17B56 is #996666 (or #966).

RGB color model

#B17B56 color RGB value is (177,123,86).

  • red value is 177;
  • green value is 123;
  • blue value is 86.
RGB:
(177,123,86)
(69%,48%,34%)

RGB channels and saturation

R 177 of 255 = 69%
G 123 of 255 = 48%
B 86 of 255 = 34%

177
123
86

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

Portions of RGB colors in percentages

R + G + B =
177 + 123 + 86 = 386 (100%)
R 177 of 386 ~ 45.85%
G 123 of 386 ~ 31.87%
B 86 of 386 ~ 22.28%

%45.85
%31.87
%22.28

CMYK color model

#B17B56 color CMYK value is (0,31,51,31).

  • cyan value is 0.00%
  • magenta value is 30.51%
  • yellow value is 51.41%
  • key color value is 30.59%
CMYK:
(0,31,51,31)
C0M31Y51K31 
(0%,31%,51%,31%)
(0.00/0.31/0.51/0.31)	

CMYK percentages

%0
%30.51
%51.41
%30.59

Codes

Color #B17B56 in popluar color models

B17B56
RGB17712386
HSL24°36.84%51.57%
HSB/HSV24°51.41%69.41%
CMYK0.00%30.51%51.41%
30.59%

Color #B17B56 in popluar number systems.

HEXB17B56
Decimal17712386
Binary1011000111110111010110
Octal261173126

Shades and tints

Shades of #B17B56

#B17B56
(177,123,86)
#A1704F
(161,112,79)
#916548
(145,101,72)
#815A41
(129,90,65)
#714F3A
(113,79,58)
#614433
(97,68,51)
#51392C
(81,57,44)
#412E25
(65,46,37)
#31231E
(49,35,30)
#211817
(33,24,23)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #B17B56

#B17B56
(177,123,86)
#B88765
(184,135,101)
#BF9374
(191,147,116)
#C69F83
(198,159,131)
#CDAB92
(205,171,146)
#D4B7A1
(212,183,161)
#DBC3B0
(219,195,176)
#E2CFBF
(226,207,191)
#E9DBCE
(233,219,206)
#F0E7DD
(240,231,221)
#F7F3EC
(247,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B17B56 color. Also use rgb(177,123,86) instead hex code.

Text Font Color

.myTextColor { color: #B17B56; }

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

This text font color is #B17B56.


Background Color

.myBgColor { background-color: #B17B56; }

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

This div background color is #B17B56.


Border color

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

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

This div border color is #B17B56.


Opacity

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

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

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

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

This text has shadow with #B17B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17B56 on black background.


Color preview on white background

This text has color #B17B56 on white background.



Black color preview on #B17B56 background

This text has black color on #B17B56 background.


White color preview on #B17B56 background

This text has white color on #B17B56 background.