COLOR #B05F87

HEX: #B05F87 RGB: (176,95,135)

Color info

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

RGB color model

#B05F87 color RGB value is (176,95,135).

RGB: (176,95,135) (69%, 37%, 53%)

RGB channels and saturation

R 176 of 255 = 69%
G 95 of 255 = 37%
B 135 of 255 = 53%

176
95
135

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

Portions of RGB colors in percentages

R + G + B = 176 + 95 + 135 = 406 (100%)
R 176 of 406 ~ 43.35%
G 95 of 406 ~ 23.4%
B 135 of 406 ~ 33.25'%

%43.35
%23.4
%33.25

CMYK color model

#B05F87 color CMYK value is (0,46,23,31).

  • cyan value is 0.00%
  • magenta value is 46.02%
  • yellow value is 23.30%
  • key color value is 30.98%

CMYK: (0,46,23,31)
C0M46Y23K31 (0%, 46%, 23%, 31%)
(0.00 / 0.46 / 0.23 / 0.31)

CMYK percentages

%0
%46.02
%23.3
%30.98

Codes

Color #B05F87 in popluar color models

B0 5F 87
RGB 176 95 135
HSL 330° 33.89% 53.14%
HSB/HSV 330° 46.02% 69.02%
CMYK 0.00% 46.02% 23.30%
30.98%

Color #B05F87 in popluar number systems.

HEX B0 5F 87
Decimal 176 95 135
Binary 10110000 1011111 10000111
Octal 260 137 207

Shades and tints

Shades of #B05F87

#B05F87
(176,95,135)
#A0577B
(160,87,123)
#904F6F
(144,79,111)
#804763
(128,71,99)
#703F57
(112,63,87)
#60374B
(96,55,75)
#502F3F
(80,47,63)
#402733
(64,39,51)
#301F27
(48,31,39)
#20171B
(32,23,27)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #B05F87

#B05F87
(176,95,135)
#B76D91
(183,109,145)
#BE7B9B
(190,123,155)
#C589A5
(197,137,165)
#CC97AF
(204,151,175)
#D3A5B9
(211,165,185)
#DAB3C3
(218,179,195)
#E1C1CD
(225,193,205)
#E8CFD7
(232,207,215)
#EFDDE1
(239,221,225)
#F6EBEB
(246,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B05F87 color. Also use rgb(176,95,135) instead hex code.

Text Font Color

.myTextColor { color: #B05F87; }

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

This text font color is #B05F87.

Background Color

.myBgColor { background-color: #B05F87; }

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

This div background color is #B05F87.

Border color

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

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

This div border color is #B05F87.

Opacity

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

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

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

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

This text has shadow with #B05F87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B05F87.

Preview

Color preview on black background

This text has color #B05F87 on black background.


Color preview on white background

This text has color #B05F87 on white background.


Black color preview on #B05F87 background

This text has black color on #B05F87 background.


White color preview on #B05F87 background

This text has white color on #B05F87 background.


Related colors

Complementary color

Complementary color for #hex is #4FA078.


I love getcolorcode.com

Triadic colors

1 #87B05F and #5F87B0 with #B05F87 are triadic colors.

2 #875FB0 and #5FB087 with #B05F87 are triadic colors.