COLOR #B17965

HEX: #B17965
RGB: (177,121,101)

Color info

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

RGB color model

#B17965 color RGB value is (177,121,101).

  • red value is 177;
  • green value is 121;
  • blue value is 101.
RGB:
(177,121,101)
(69%,47%,40%)

RGB channels and saturation

R 177 of 255 = 69%
G 121 of 255 = 47%
B 101 of 255 = 40%

177
121
101

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

Portions of RGB colors in percentages

R + G + B =
177 + 121 + 101 = 399 (100%)
R 177 of 399 ~ 44.36%
G 121 of 399 ~ 30.33%
B 101 of 399 ~ 25.31%

%44.36
%30.33
%25.31

CMYK color model

#B17965 color CMYK value is (0,32,43,31).

  • cyan value is 0.00%
  • magenta value is 31.64%
  • yellow value is 42.94%
  • key color value is 30.59%
CMYK:
(0,32,43,31)
C0M32Y43K31 
(0%,32%,43%,31%)
(0.00/0.32/0.43/0.31)	

CMYK percentages

%0
%31.64
%42.94
%30.59

Codes

Color #B17965 in popluar color models

B17965
RGB177121101
HSL16°32.76%54.51%
HSB/HSV16°42.94%69.41%
CMYK0.00%31.64%42.94%
30.59%

Color #B17965 in popluar number systems.

HEXB17965
Decimal177121101
Binary1011000111110011100101
Octal261171145

Shades and tints

Shades of #B17965

#B17965
(177,121,101)
#A16E5C
(161,110,92)
#916353
(145,99,83)
#81584A
(129,88,74)
#714D41
(113,77,65)
#614238
(97,66,56)
#51372F
(81,55,47)
#412C26
(65,44,38)
#31211D
(49,33,29)
#211614
(33,22,20)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #B17965

#B17965
(177,121,101)
#B88573
(184,133,115)
#BF9181
(191,145,129)
#C69D8F
(198,157,143)
#CDA99D
(205,169,157)
#D4B5AB
(212,181,171)
#DBC1B9
(219,193,185)
#E2CDC7
(226,205,199)
#E9D9D5
(233,217,213)
#F0E5E3
(240,229,227)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B17965 color. Also use rgb(177,121,101) instead hex code.

Text Font Color

.myTextColor { color: #B17965; }

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

This text font color is #B17965.


Background Color

.myBgColor { background-color: #B17965; }

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

This div background color is #B17965.


Border color

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

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

This div border color is #B17965.


Opacity

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

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

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

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

This text has shadow with #B17965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17965 on black background.


Color preview on white background

This text has color #B17965 on white background.



Black color preview on #B17965 background

This text has black color on #B17965 background.


White color preview on #B17965 background

This text has white color on #B17965 background.