COLOR #B17984

HEX: #B17984
RGB: (177,121,132)

Color info

#B17984 contains red, green and blue colors in about the same proportion. Web safe color of #B17984 is #996699 (or #969).

RGB color model

#B17984 color RGB value is (177,121,132).

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

RGB channels and saturation

R 177 of 255 = 69%
G 121 of 255 = 47%
B 132 of 255 = 52%

177
121
132

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

Portions of RGB colors in percentages

R + G + B =
177 + 121 + 132 = 430 (100%)
R 177 of 430 ~ 41.16%
G 121 of 430 ~ 28.14%
B 132 of 430 ~ 30.7%

%41.16
%28.14
%30.7

CMYK color model

#B17984 color CMYK value is (0,32,25,31).

  • cyan value is 0.00%
  • magenta value is 31.64%
  • yellow value is 25.42%
  • key color value is 30.59%
CMYK:
(0,32,25,31)
C0M32Y25K31 
(0%,32%,25%,31%)
(0.00/0.32/0.25/0.31)	

CMYK percentages

%0
%31.64
%25.42
%30.59

Codes

Color #B17984 in popluar color models

B17984
RGB177121132
HSL348°26.42%58.43%
HSB/HSV348°31.64%69.41%
CMYK0.00%31.64%25.42%
30.59%

Color #B17984 in popluar number systems.

HEXB17984
Decimal177121132
Binary10110001111100110000100
Octal261171204

Shades and tints

Shades of #B17984

#B17984
(177,121,132)
#A16E78
(161,110,120)
#91636C
(145,99,108)
#815860
(129,88,96)
#714D54
(113,77,84)
#614248
(97,66,72)
#51373C
(81,55,60)
#412C30
(65,44,48)
#312124
(49,33,36)
#211618
(33,22,24)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #B17984

#B17984
(177,121,132)
#B8858F
(184,133,143)
#BF919A
(191,145,154)
#C69DA5
(198,157,165)
#CDA9B0
(205,169,176)
#D4B5BB
(212,181,187)
#DBC1C6
(219,193,198)
#E2CDD1
(226,205,209)
#E9D9DC
(233,217,220)
#F0E5E7
(240,229,231)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17984; }

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

This text font color is #B17984.


Background Color

.myBgColor { background-color: #B17984; }

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

This div background color is #B17984.


Border color

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

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

This div border color is #B17984.


Opacity

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

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

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

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

This text has shadow with #B17984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17984 on black background.


Color preview on white background

This text has color #B17984 on white background.



Black color preview on #B17984 background

This text has black color on #B17984 background.


White color preview on #B17984 background

This text has white color on #B17984 background.