COLOR #B17973

HEX: #B17973
RGB: (177,121,115)

Color info

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

RGB color model

#B17973 color RGB value is (177,121,115).

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

RGB channels and saturation

R 177 of 255 = 69%
G 121 of 255 = 47%
B 115 of 255 = 45%

177
121
115

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

Portions of RGB colors in percentages

R + G + B =
177 + 121 + 115 = 413 (100%)
R 177 of 413 ~ 42.86%
G 121 of 413 ~ 29.3%
B 115 of 413 ~ 27.85%

%42.86
%29.3
%27.85

CMYK color model

#B17973 color CMYK value is (0,32,35,31).

  • cyan value is 0.00%
  • magenta value is 31.64%
  • yellow value is 35.03%
  • key color value is 30.59%
CMYK:
(0,32,35,31)
C0M32Y35K31 
(0%,32%,35%,31%)
(0.00/0.32/0.35/0.31)	

CMYK percentages

%0
%31.64
%35.03
%30.59

Codes

Color #B17973 in popluar color models

B17973
RGB177121115
HSL28.44%57.25%
HSB/HSV35.03%69.41%
CMYK0.00%31.64%35.03%
30.59%

Color #B17973 in popluar number systems.

HEXB17973
Decimal177121115
Binary1011000111110011110011
Octal261171163

Shades and tints

Shades of #B17973

#B17973
(177,121,115)
#A16E69
(161,110,105)
#91635F
(145,99,95)
#815855
(129,88,85)
#714D4B
(113,77,75)
#614241
(97,66,65)
#513737
(81,55,55)
#412C2D
(65,44,45)
#312123
(49,33,35)
#211619
(33,22,25)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #B17973

#B17973
(177,121,115)
#B8857F
(184,133,127)
#BF918B
(191,145,139)
#C69D97
(198,157,151)
#CDA9A3
(205,169,163)
#D4B5AF
(212,181,175)
#DBC1BB
(219,193,187)
#E2CDC7
(226,205,199)
#E9D9D3
(233,217,211)
#F0E5DF
(240,229,223)
#F7F1EB
(247,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17973; }

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

This text font color is #B17973.


Background Color

.myBgColor { background-color: #B17973; }

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

This div background color is #B17973.


Border color

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

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

This div border color is #B17973.


Opacity

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

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

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

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

This text has shadow with #B17973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17973 on black background.


Color preview on white background

This text has color #B17973 on white background.



Black color preview on #B17973 background

This text has black color on #B17973 background.


White color preview on #B17973 background

This text has white color on #B17973 background.