COLOR #B17F5C

HEX: #B17F5C
RGB: (177,127,92)

Color info

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

RGB color model

#B17F5C color RGB value is (177,127,92).

  • red value is 177;
  • green value is 127;
  • blue value is 92.
RGB:
(177,127,92)
(69%,50%,36%)

RGB channels and saturation

R 177 of 255 = 69%
G 127 of 255 = 50%
B 92 of 255 = 36%

177
127
92

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

Portions of RGB colors in percentages

R + G + B =
177 + 127 + 92 = 396 (100%)
R 177 of 396 ~ 44.7%
G 127 of 396 ~ 32.07%
B 92 of 396 ~ 23.23%

%44.7
%32.07
%23.23

CMYK color model

#B17F5C color CMYK value is (0,28,48,31).

  • cyan value is 0.00%
  • magenta value is 28.25%
  • yellow value is 48.02%
  • key color value is 30.59%
CMYK:
(0,28,48,31)
C0M28Y48K31 
(0%,28%,48%,31%)
(0.00/0.28/0.48/0.31)	

CMYK percentages

%0
%28.25
%48.02
%30.59

Codes

Color #B17F5C in popluar color models

B17F5C
RGB17712792
HSL25°35.27%52.75%
HSB/HSV25°48.02%69.41%
CMYK0.00%28.25%48.02%
30.59%

Color #B17F5C in popluar number systems.

HEXB17F5C
Decimal17712792
Binary1011000111111111011100
Octal261177134

Shades and tints

Shades of #B17F5C

#B17F5C
(177,127,92)
#A17454
(161,116,84)
#91694C
(145,105,76)
#815E44
(129,94,68)
#71533C
(113,83,60)
#614834
(97,72,52)
#513D2C
(81,61,44)
#413224
(65,50,36)
#31271C
(49,39,28)
#211C14
(33,28,20)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #B17F5C

#B17F5C
(177,127,92)
#B88A6A
(184,138,106)
#BF9578
(191,149,120)
#C6A086
(198,160,134)
#CDAB94
(205,171,148)
#D4B6A2
(212,182,162)
#DBC1B0
(219,193,176)
#E2CCBE
(226,204,190)
#E9D7CC
(233,215,204)
#F0E2DA
(240,226,218)
#F7EDE8
(247,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B17F5C color. Also use rgb(177,127,92) instead hex code.

Text Font Color

.myTextColor { color: #B17F5C; }

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

This text font color is #B17F5C.


Background Color

.myBgColor { background-color: #B17F5C; }

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

This div background color is #B17F5C.


Border color

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

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

This div border color is #B17F5C.


Opacity

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

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

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

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

This text has shadow with #B17F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17F5C on black background.


Color preview on white background

This text has color #B17F5C on white background.



Black color preview on #B17F5C background

This text has black color on #B17F5C background.


White color preview on #B17F5C background

This text has white color on #B17F5C background.