COLOR #B185A7

HEX: #B185A7
RGB: (177,133,167)

Color info

#B185A7 contains red, green and blue colors in about the same proportion. Web safe color of #B185A7 is #999999 (or #999).

RGB color model

#B185A7 color RGB value is (177,133,167).

  • red value is 177;
  • green value is 133;
  • blue value is 167.
RGB:
(177,133,167)
(69%,52%,65%)

RGB channels and saturation

R 177 of 255 = 69%
G 133 of 255 = 52%
B 167 of 255 = 65%

177
133
167

R + G + B ~ 62%. #B185A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 133 + 167 = 477 (100%)
R 177 of 477 ~ 37.11%
G 133 of 477 ~ 27.88%
B 167 of 477 ~ 35.01%

%37.11
%27.88
%35.01

CMYK color model

#B185A7 color CMYK value is (0,25,6,31).

  • cyan value is 0.00%
  • magenta value is 24.86%
  • yellow value is 5.65%
  • key color value is 30.59%
CMYK:
(0,25,6,31)
C0M25Y6K31 
(0%,25%,6%,31%)
(0.00/0.25/0.06/0.31)	

CMYK percentages

%0
%24.86
%5.65
%30.59

Codes

Color #B185A7 in popluar color models

B185A7
RGB177133167
HSL314°22.00%60.78%
HSB/HSV314°24.86%69.41%
CMYK0.00%24.86%5.65%
30.59%

Color #B185A7 in popluar number systems.

HEXB185A7
Decimal177133167
Binary101100011000010110100111
Octal261205247

Shades and tints

Shades of #B185A7

#B185A7
(177,133,167)
#A17998
(161,121,152)
#916D89
(145,109,137)
#81617A
(129,97,122)
#71556B
(113,85,107)
#61495C
(97,73,92)
#513D4D
(81,61,77)
#41313E
(65,49,62)
#31252F
(49,37,47)
#211920
(33,25,32)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #B185A7

#B185A7
(177,133,167)
#B890AF
(184,144,175)
#BF9BB7
(191,155,183)
#C6A6BF
(198,166,191)
#CDB1C7
(205,177,199)
#D4BCCF
(212,188,207)
#DBC7D7
(219,199,215)
#E2D2DF
(226,210,223)
#E9DDE7
(233,221,231)
#F0E8EF
(240,232,239)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B185A7; }

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

This text font color is #B185A7.


Background Color

.myBgColor { background-color: #B185A7; }

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

This div background color is #B185A7.


Border color

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

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

This div border color is #B185A7.


Opacity

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

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

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

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

This text has shadow with #B185A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B185A7 on black background.


Color preview on white background

This text has color #B185A7 on white background.



Black color preview on #B185A7 background

This text has black color on #B185A7 background.


White color preview on #B185A7 background

This text has white color on #B185A7 background.