COLOR #B95A8E

HEX: #B95A8E RGB: (185,90,142)

Color info

#B95A8E contains mainly red and blue colors. Web safe color of #B95A8E is #CC6699 (or #C69).

RGB color model

#B95A8E color RGB value is (185,90,142).

RGB: (185,90,142) (73%, 35%, 56%)

RGB channels and saturation

R 185 of 255 = 73%
G 90 of 255 = 35%
B 142 of 255 = 56%

185
90
142

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

Portions of RGB colors in percentages

R + G + B = 185 + 90 + 142 = 417 (100%)
R 185 of 417 ~ 44.36%
G 90 of 417 ~ 21.58%
B 142 of 417 ~ 34.05'%

%44.36
%21.58
%34.05

CMYK color model

#B95A8E color CMYK value is (0,51,23,27).

  • cyan value is 0.00%
  • magenta value is 51.35%
  • yellow value is 23.24%
  • key color value is 27.45%

CMYK: (0,51,23,27)
C0M51Y23K27 (0%, 51%, 23%, 27%)
(0.00 / 0.51 / 0.23 / 0.27)

CMYK percentages

%0
%51.35
%23.24
%27.45

Codes

Color #B95A8E in popluar color models

B9 5A 8E
RGB 185 90 142
HSL 327° 40.43% 53.92%
HSB/HSV 327° 51.35% 72.55%
CMYK 0.00% 51.35% 23.24%
27.45%

Color #B95A8E in popluar number systems.

HEX B9 5A 8E
Decimal 185 90 142
Binary 10111001 1011010 10001110
Octal 271 132 216

Shades and tints

Shades of #B95A8E

#B95A8E
(185,90,142)
#A95282
(169,82,130)
#994A76
(153,74,118)
#89426A
(137,66,106)
#793A5E
(121,58,94)
#693252
(105,50,82)
#592A46
(89,42,70)
#49223A
(73,34,58)
#391A2E
(57,26,46)
#291222
(41,18,34)
#190A16
(25,10,22)
#000000
(0,0,0)

Tints of #B95A8E

#B95A8E
(185,90,142)
#BF6998
(191,105,152)
#C578A2
(197,120,162)
#CB87AC
(203,135,172)
#D196B6
(209,150,182)
#D7A5C0
(215,165,192)
#DDB4CA
(221,180,202)
#E3C3D4
(227,195,212)
#E9D2DE
(233,210,222)
#EFE1E8
(239,225,232)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B95A8E color. Also use rgb(185,90,142) instead hex code.

Text Font Color

.myTextColor { color: #B95A8E; }

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

This text font color is #B95A8E.

Background Color

.myBgColor { background-color: #B95A8E; }

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

This div background color is #B95A8E.

Border color

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

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

This div border color is #B95A8E.

Opacity

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

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

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

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

This text has shadow with #B95A8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B95A8E.

Preview

Color preview on black background

This text has color #B95A8E on black background.


Color preview on white background

This text has color #B95A8E on white background.


Black color preview on #B95A8E background

This text has black color on #B95A8E background.


White color preview on #B95A8E background

This text has white color on #B95A8E background.


Related colors

Complementary color

Complementary color for #hex is #46A571.


I love getcolorcode.com

Triadic colors

1 #8EB95A and #5A8EB9 with #B95A8E are triadic colors.

2 #8E5AB9 and #5AB98E with #B95A8E are triadic colors.