COLOR #B17D66

HEX: #B17D66
RGB: (177,125,102)

Color info

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

RGB color model

#B17D66 color RGB value is (177,125,102).

  • red value is 177;
  • green value is 125;
  • blue value is 102.
RGB:
(177,125,102)
(69%,49%,40%)

RGB channels and saturation

R 177 of 255 = 69%
G 125 of 255 = 49%
B 102 of 255 = 40%

177
125
102

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

Portions of RGB colors in percentages

R + G + B =
177 + 125 + 102 = 404 (100%)
R 177 of 404 ~ 43.81%
G 125 of 404 ~ 30.94%
B 102 of 404 ~ 25.25%

%43.81
%30.94
%25.25

CMYK color model

#B17D66 color CMYK value is (0,29,42,31).

  • cyan value is 0.00%
  • magenta value is 29.38%
  • yellow value is 42.37%
  • key color value is 30.59%
CMYK:
(0,29,42,31)
C0M29Y42K31 
(0%,29%,42%,31%)
(0.00/0.29/0.42/0.31)	

CMYK percentages

%0
%29.38
%42.37
%30.59

Codes

Color #B17D66 in popluar color models

B17D66
RGB177125102
HSL18°32.47%54.71%
HSB/HSV18°42.37%69.41%
CMYK0.00%29.38%42.37%
30.59%

Color #B17D66 in popluar number systems.

HEXB17D66
Decimal177125102
Binary1011000111111011100110
Octal261175146

Shades and tints

Shades of #B17D66

#B17D66
(177,125,102)
#A1725D
(161,114,93)
#916754
(145,103,84)
#815C4B
(129,92,75)
#715142
(113,81,66)
#614639
(97,70,57)
#513B30
(81,59,48)
#413027
(65,48,39)
#31251E
(49,37,30)
#211A15
(33,26,21)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #B17D66

#B17D66
(177,125,102)
#B88873
(184,136,115)
#BF9380
(191,147,128)
#C69E8D
(198,158,141)
#CDA99A
(205,169,154)
#D4B4A7
(212,180,167)
#DBBFB4
(219,191,180)
#E2CAC1
(226,202,193)
#E9D5CE
(233,213,206)
#F0E0DB
(240,224,219)
#F7EBE8
(247,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B17D66 color. Also use rgb(177,125,102) instead hex code.

Text Font Color

.myTextColor { color: #B17D66; }

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

This text font color is #B17D66.


Background Color

.myBgColor { background-color: #B17D66; }

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

This div background color is #B17D66.


Border color

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

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

This div border color is #B17D66.


Opacity

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

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

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

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

This text has shadow with #B17D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17D66 on black background.


Color preview on white background

This text has color #B17D66 on white background.



Black color preview on #B17D66 background

This text has black color on #B17D66 background.


White color preview on #B17D66 background

This text has white color on #B17D66 background.