COLOR #B18FA5

HEX: #B18FA5 RGB: (177,143,165)

Color info

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

RGB color model

#B18FA5 color RGB value is (177,143,165).

RGB: (177,143,165) (69%, 56%, 65%)

RGB channels and saturation

R 177 of 255 = 69%
G 143 of 255 = 56%
B 165 of 255 = 65%

177
143
165

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

Portions of RGB colors in percentages

R + G + B = 177 + 143 + 165 = 485 (100%)
R 177 of 485 ~ 36.49%
G 143 of 485 ~ 29.48%
B 165 of 485 ~ 34.02'%

%36.49
%29.48
%34.02

CMYK color model

#B18FA5 color CMYK value is (0,19,7,31).

  • cyan value is 0.00%
  • magenta value is 19.21%
  • yellow value is 6.78%
  • key color value is 30.59%
CMYK: (0,19,7,31) C0M19Y7K31 (0%,19%,7%,31%) (0.00/0.19/0.07/0.31) 

CMYK percentages

%0
%19.21
%6.78
%30.59

Codes

Color #B18FA5 in popluar color models

B1 8F A5
RGB 177 143 165
HSL 321° 17.89% 62.75%
HSB/HSV 321° 19.21% 69.41%
CMYK 0.00% 19.21% 6.78%
30.59%

Color #B18FA5 in popluar number systems.

HEX B1 8F A5
Decimal 177 143 165
Binary 10110001 10001111 10100101
Octal 261 217 245

Shades and tints

Shades of #B18FA5

#B18FA5
(177,143,165)
#A18296
(161,130,150)
#917587
(145,117,135)
#816878
(129,104,120)
#715B69
(113,91,105)
#614E5A
(97,78,90)
#51414B
(81,65,75)
#41343C
(65,52,60)
#31272D
(49,39,45)
#211A1E
(33,26,30)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #B18FA5

#B18FA5
(177,143,165)
#B899AD
(184,153,173)
#BFA3B5
(191,163,181)
#C6ADBD
(198,173,189)
#CDB7C5
(205,183,197)
#D4C1CD
(212,193,205)
#DBCBD5
(219,203,213)
#E2D5DD
(226,213,221)
#E9DFE5
(233,223,229)
#F0E9ED
(240,233,237)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18FA5; }

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

This text font color is #B18FA5.

Background Color

.myBgColor { background-color: #B18FA5; }

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

This div background color is #B18FA5.

Border color

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

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

This div border color is #B18FA5.

Opacity

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

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

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

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

This text has shadow with #B18FA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B18FA5.

Preview

Color preview on black background

This text has color #B18FA5 on black background.


Color preview on white background

This text has color #B18FA5 on white background.


Black color preview on #B18FA5 background

This text has black color on #B18FA5 background.


White color preview on #B18FA5 background

This text has white color on #B18FA5 background.


Related colors

Complementary color

Complementary color for #hex is #4E705A.


I love getcolorcode.com

Triadic colors

1 #A5B18F and #8FA5B1 with #B18FA5 are triadic colors.

2 #A58FB1 and #8FB1A5 with #B18FA5 are triadic colors.