COLOR #B17575

HEX: #B17575
RGB: (177,117,117)

Color info

#B17575 contains mainly red color. Web safe color of #B17575 is #996666 (or #966).

RGB color model

#B17575 color RGB value is (177,117,117).

  • red value is 177;
  • green value is 117;
  • blue value is 117.
RGB:
(177,117,117)
(69%,46%,46%)

RGB channels and saturation

R 177 of 255 = 69%
G 117 of 255 = 46%
B 117 of 255 = 46%

177
117
117

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

Portions of RGB colors in percentages

R + G + B =
177 + 117 + 117 = 411 (100%)
R 177 of 411 ~ 43.07%
G 117 of 411 ~ 28.47%
B 117 of 411 ~ 28.47%

%43.07
%28.47
%28.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.90%
  • yellow value is 33.90%
  • key color value is 30.59%
CMYK:
(0,34,34,31)
C0M34Y34K31 
(0%,34%,34%,31%)
(0.00/0.34/0.34/0.31)	

CMYK percentages

%0
%33.9
%33.9
%30.59

Codes

Color #B17575 in popluar color models

B17575
RGB177117117
HSL27.78%57.65%
HSB/HSV33.90%69.41%
CMYK0.00%33.90%33.90%
30.59%

Color #B17575 in popluar number systems.

HEXB17575
Decimal177117117
Binary1011000111101011110101
Octal261165165

Shades and tints

Shades of #B17575

#B17575
(177,117,117)
#A16B6B
(161,107,107)
#916161
(145,97,97)
#815757
(129,87,87)
#714D4D
(113,77,77)
#614343
(97,67,67)
#513939
(81,57,57)
#412F2F
(65,47,47)
#312525
(49,37,37)
#211B1B
(33,27,27)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #B17575

#B17575
(177,117,117)
#B88181
(184,129,129)
#BF8D8D
(191,141,141)
#C69999
(198,153,153)
#CDA5A5
(205,165,165)
#D4B1B1
(212,177,177)
#DBBDBD
(219,189,189)
#E2C9C9
(226,201,201)
#E9D5D5
(233,213,213)
#F0E1E1
(240,225,225)
#F7EDED
(247,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17575; }

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

This text font color is #B17575.


Background Color

.myBgColor { background-color: #B17575; }

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

This div background color is #B17575.


Border color

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

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

This div border color is #B17575.


Opacity

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

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

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

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

This text has shadow with #B17575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17575 on black background.


Color preview on white background

This text has color #B17575 on white background.



Black color preview on #B17575 background

This text has black color on #B17575 background.


White color preview on #B17575 background

This text has white color on #B17575 background.