COLOR #B17865

HEX: #B17865
RGB: (177,120,101)

Color info

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

RGB color model

#B17865 color RGB value is (177,120,101).

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

RGB channels and saturation

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

177
120
101

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

Portions of RGB colors in percentages

R + G + B =
177 + 120 + 101 = 398 (100%)
R 177 of 398 ~ 44.47%
G 120 of 398 ~ 30.15%
B 101 of 398 ~ 25.38%

%44.47
%30.15
%25.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.20%
  • 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
%32.2
%42.94
%30.59

Codes

Color #B17865 in popluar color models

B17865
RGB177120101
HSL15°32.76%54.51%
HSB/HSV15°42.94%69.41%
CMYK0.00%32.20%42.94%
30.59%

Color #B17865 in popluar number systems.

HEXB17865
Decimal177120101
Binary1011000111110001100101
Octal261170145

Shades and tints

Shades of #B17865

#B17865
(177,120,101)
#A16E5C
(161,110,92)
#916453
(145,100,83)
#815A4A
(129,90,74)
#715041
(113,80,65)
#614638
(97,70,56)
#513C2F
(81,60,47)
#413226
(65,50,38)
#31281D
(49,40,29)
#211E14
(33,30,20)
#11140B
(17,20,11)
#000000
(0,0,0)

Tints of #B17865

#B17865
(177,120,101)
#B88473
(184,132,115)
#BF9081
(191,144,129)
#C69C8F
(198,156,143)
#CDA89D
(205,168,157)
#D4B4AB
(212,180,171)
#DBC0B9
(219,192,185)
#E2CCC7
(226,204,199)
#E9D8D5
(233,216,213)
#F0E4E3
(240,228,227)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17865; }

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

This text font color is #B17865.


Background Color

.myBgColor { background-color: #B17865; }

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

This div background color is #B17865.


Border color

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

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

This div border color is #B17865.


Opacity

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

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

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

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

This text has shadow with #B17865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17865 on black background.


Color preview on white background

This text has color #B17865 on white background.



Black color preview on #B17865 background

This text has black color on #B17865 background.


White color preview on #B17865 background

This text has white color on #B17865 background.