COLOR #B17874

HEX: #B17874
RGB: (177,120,116)

Color info

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

RGB color model

#B17874 color RGB value is (177,120,116).

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

RGB channels and saturation

R 177 of 255 = 69%
G 120 of 255 = 47%
B 116 of 255 = 45%

177
120
116

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

Portions of RGB colors in percentages

R + G + B =
177 + 120 + 116 = 413 (100%)
R 177 of 413 ~ 42.86%
G 120 of 413 ~ 29.06%
B 116 of 413 ~ 28.09%

%42.86
%29.06
%28.09

CMYK color model

#B17874 color CMYK value is (0,32,34,31).

  • cyan value is 0.00%
  • magenta value is 32.20%
  • yellow value is 34.46%
  • key color value is 30.59%
CMYK:
(0,32,34,31)
C0M32Y34K31 
(0%,32%,34%,31%)
(0.00/0.32/0.34/0.31)	

CMYK percentages

%0
%32.2
%34.46
%30.59

Codes

Color #B17874 in popluar color models

B17874
RGB177120116
HSL28.11%57.45%
HSB/HSV34.46%69.41%
CMYK0.00%32.20%34.46%
30.59%

Color #B17874 in popluar number systems.

HEXB17874
Decimal177120116
Binary1011000111110001110100
Octal261170164

Shades and tints

Shades of #B17874

#B17874
(177,120,116)
#A16E6A
(161,110,106)
#916460
(145,100,96)
#815A56
(129,90,86)
#71504C
(113,80,76)
#614642
(97,70,66)
#513C38
(81,60,56)
#41322E
(65,50,46)
#312824
(49,40,36)
#211E1A
(33,30,26)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #B17874

#B17874
(177,120,116)
#B88480
(184,132,128)
#BF908C
(191,144,140)
#C69C98
(198,156,152)
#CDA8A4
(205,168,164)
#D4B4B0
(212,180,176)
#DBC0BC
(219,192,188)
#E2CCC8
(226,204,200)
#E9D8D4
(233,216,212)
#F0E4E0
(240,228,224)
#F7F0EC
(247,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17874; }

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

This text font color is #B17874.


Background Color

.myBgColor { background-color: #B17874; }

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

This div background color is #B17874.


Border color

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

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

This div border color is #B17874.


Opacity

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

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

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

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

This text has shadow with #B17874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17874 on black background.


Color preview on white background

This text has color #B17874 on white background.



Black color preview on #B17874 background

This text has black color on #B17874 background.


White color preview on #B17874 background

This text has white color on #B17874 background.