COLOR #B17581

HEX: #B17581
RGB: (177,117,129)

Color info

#B17581 contains mainly red and blue colors. Web safe color of #B17581 is #996699 (or #969).

RGB color model

#B17581 color RGB value is (177,117,129).

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

RGB channels and saturation

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

177
117
129

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

Portions of RGB colors in percentages

R + G + B =
177 + 117 + 129 = 423 (100%)
R 177 of 423 ~ 41.84%
G 117 of 423 ~ 27.66%
B 129 of 423 ~ 30.5%

%41.84
%27.66
%30.5

CMYK color model

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

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

CMYK percentages

%0
%33.9
%27.12
%30.59

Codes

Color #B17581 in popluar color models

B17581
RGB177117129
HSL348°27.78%57.65%
HSB/HSV348°33.90%69.41%
CMYK0.00%33.90%27.12%
30.59%

Color #B17581 in popluar number systems.

HEXB17581
Decimal177117129
Binary10110001111010110000001
Octal261165201

Shades and tints

Shades of #B17581

#B17581
(177,117,129)
#A16B76
(161,107,118)
#91616B
(145,97,107)
#815760
(129,87,96)
#714D55
(113,77,85)
#61434A
(97,67,74)
#51393F
(81,57,63)
#412F34
(65,47,52)
#312529
(49,37,41)
#211B1E
(33,27,30)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #B17581

#B17581
(177,117,129)
#B8818C
(184,129,140)
#BF8D97
(191,141,151)
#C699A2
(198,153,162)
#CDA5AD
(205,165,173)
#D4B1B8
(212,177,184)
#DBBDC3
(219,189,195)
#E2C9CE
(226,201,206)
#E9D5D9
(233,213,217)
#F0E1E4
(240,225,228)
#F7EDEF
(247,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17581; }

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

This text font color is #B17581.


Background Color

.myBgColor { background-color: #B17581; }

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

This div background color is #B17581.


Border color

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

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

This div border color is #B17581.


Opacity

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

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

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

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

This text has shadow with #B17581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17581 on black background.


Color preview on white background

This text has color #B17581 on white background.



Black color preview on #B17581 background

This text has black color on #B17581 background.


White color preview on #B17581 background

This text has white color on #B17581 background.