COLOR #B17F6F

HEX: #B17F6F
RGB: (177,127,111)

Color info

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

RGB color model

#B17F6F color RGB value is (177,127,111).

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

RGB channels and saturation

R 177 of 255 = 69%
G 127 of 255 = 50%
B 111 of 255 = 44%

177
127
111

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

Portions of RGB colors in percentages

R + G + B =
177 + 127 + 111 = 415 (100%)
R 177 of 415 ~ 42.65%
G 127 of 415 ~ 30.6%
B 111 of 415 ~ 26.75%

%42.65
%30.6
%26.75

CMYK color model

#B17F6F color CMYK value is (0,28,37,31).

  • cyan value is 0.00%
  • magenta value is 28.25%
  • yellow value is 37.29%
  • key color value is 30.59%
CMYK:
(0,28,37,31)
C0M28Y37K31 
(0%,28%,37%,31%)
(0.00/0.28/0.37/0.31)	

CMYK percentages

%0
%28.25
%37.29
%30.59

Codes

Color #B17F6F in popluar color models

B17F6F
RGB177127111
HSL15°29.73%56.47%
HSB/HSV15°37.29%69.41%
CMYK0.00%28.25%37.29%
30.59%

Color #B17F6F in popluar number systems.

HEXB17F6F
Decimal177127111
Binary1011000111111111101111
Octal261177157

Shades and tints

Shades of #B17F6F

#B17F6F
(177,127,111)
#A17465
(161,116,101)
#91695B
(145,105,91)
#815E51
(129,94,81)
#715347
(113,83,71)
#61483D
(97,72,61)
#513D33
(81,61,51)
#413229
(65,50,41)
#31271F
(49,39,31)
#211C15
(33,28,21)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #B17F6F

#B17F6F
(177,127,111)
#B88A7C
(184,138,124)
#BF9589
(191,149,137)
#C6A096
(198,160,150)
#CDABA3
(205,171,163)
#D4B6B0
(212,182,176)
#DBC1BD
(219,193,189)
#E2CCCA
(226,204,202)
#E9D7D7
(233,215,215)
#F0E2E4
(240,226,228)
#F7EDF1
(247,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17F6F; }

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

This text font color is #B17F6F.


Background Color

.myBgColor { background-color: #B17F6F; }

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

This div background color is #B17F6F.


Border color

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

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

This div border color is #B17F6F.


Opacity

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

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

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

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

This text has shadow with #B17F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17F6F on black background.


Color preview on white background

This text has color #B17F6F on white background.



Black color preview on #B17F6F background

This text has black color on #B17F6F background.


White color preview on #B17F6F background

This text has white color on #B17F6F background.