COLOR #B185AE

HEX: #B185AE RGB: (177,133,174)

Color info

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

RGB color model

#B185AE color RGB value is (177,133,174).

RGB: (177,133,174) (69%, 52%, 68%)

RGB channels and saturation

R 177 of 255 = 69%
G 133 of 255 = 52%
B 174 of 255 = 68%

177
133
174

R + G + B ~ 63%. #B185AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 133 + 174 = 484 (100%)
R 177 of 484 ~ 36.57%
G 133 of 484 ~ 27.48%
B 174 of 484 ~ 35.95'%

%36.57
%27.48
%35.95

CMYK color model

#B185AE color CMYK value is (0,25,2,31).

  • cyan value is 0.00%
  • magenta value is 24.86%
  • yellow value is 1.69%
  • key color value is 30.59%

CMYK: (0,25,2,31)
C0M25Y2K31 (0%, 25%, 2%, 31%)
(0.00 / 0.25 / 0.02 / 0.31)

CMYK percentages

%0
%24.86
%1.69
%30.59

Codes

Color #B185AE in popluar color models

B1 85 AE
RGB 177 133 174
HSL 304° 22.00% 60.78%
HSB/HSV 304° 24.86% 69.41%
CMYK 0.00% 24.86% 1.69%
30.59%

Color #B185AE in popluar number systems.

HEX B1 85 AE
Decimal 177 133 174
Binary 10110001 10000101 10101110
Octal 261 205 256

Shades and tints

Shades of #B185AE

#B185AE
(177,133,174)
#A1799F
(161,121,159)
#916D90
(145,109,144)
#816181
(129,97,129)
#715572
(113,85,114)
#614963
(97,73,99)
#513D54
(81,61,84)
#413145
(65,49,69)
#312536
(49,37,54)
#211927
(33,25,39)
#110D18
(17,13,24)
#000000
(0,0,0)

Tints of #B185AE

#B185AE
(177,133,174)
#B890B5
(184,144,181)
#BF9BBC
(191,155,188)
#C6A6C3
(198,166,195)
#CDB1CA
(205,177,202)
#D4BCD1
(212,188,209)
#DBC7D8
(219,199,216)
#E2D2DF
(226,210,223)
#E9DDE6
(233,221,230)
#F0E8ED
(240,232,237)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B185AE; }

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

This text font color is #B185AE.

Background Color

.myBgColor { background-color: #B185AE; }

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

This div background color is #B185AE.

Border color

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

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

This div border color is #B185AE.

Opacity

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

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

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

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

This text has shadow with #B185AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B185AE.

Preview

Color preview on black background

This text has color #B185AE on black background.


Color preview on white background

This text has color #B185AE on white background.


Black color preview on #B185AE background

This text has black color on #B185AE background.


White color preview on #B185AE background

This text has white color on #B185AE background.


Related colors

Complementary color

Complementary color for #hex is #4E7A51.


I love getcolorcode.com

Triadic colors

1 #AEB185 and #85AEB1 with #B185AE are triadic colors.

2 #AE85B1 and #85B1AE with #B185AE are triadic colors.