COLOR #B95A7D

HEX: #B95A7D RGB: (185,90,125)

Color info

#B95A7D contains mainly red color. Web safe color of #B95A7D is #CC6666 (or #C66).

RGB color model

#B95A7D color RGB value is (185,90,125).

RGB: (185,90,125) (73%, 35%, 49%)

RGB channels and saturation

R 185 of 255 = 73%
G 90 of 255 = 35%
B 125 of 255 = 49%

185
90
125

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

Portions of RGB colors in percentages

R + G + B = 185 + 90 + 125 = 400 (100%)
R 185 of 400 ~ 46.25%
G 90 of 400 ~ 22.5%
B 125 of 400 ~ 31.25'%

%46.25
%22.5
%31.25

CMYK color model

#B95A7D color CMYK value is (0,51,32,27).

  • cyan value is 0.00%
  • magenta value is 51.35%
  • yellow value is 32.43%
  • key color value is 27.45%
CMYK: (0,51,32,27) C0M51Y32K27 (0%,51%,32%,27%) (0.00/0.51/0.32/0.27) 

CMYK percentages

%0
%51.35
%32.43
%27.45

Codes

Color #B95A7D in popluar color models

B9 5A 7D
RGB 185 90 125
HSL 338° 40.43% 53.92%
HSB/HSV 338° 51.35% 72.55%
CMYK 0.00% 51.35% 32.43%
27.45%

Color #B95A7D in popluar number systems.

HEX B9 5A 7D
Decimal 185 90 125
Binary 10111001 1011010 1111101
Octal 271 132 175

Shades and tints

Shades of #B95A7D

#B95A7D
(185,90,125)
#A95272
(169,82,114)
#994A67
(153,74,103)
#89425C
(137,66,92)
#793A51
(121,58,81)
#693246
(105,50,70)
#592A3B
(89,42,59)
#492230
(73,34,48)
#391A25
(57,26,37)
#29121A
(41,18,26)
#190A0F
(25,10,15)
#000000
(0,0,0)

Tints of #B95A7D

#B95A7D
(185,90,125)
#BF6988
(191,105,136)
#C57893
(197,120,147)
#CB879E
(203,135,158)
#D196A9
(209,150,169)
#D7A5B4
(215,165,180)
#DDB4BF
(221,180,191)
#E3C3CA
(227,195,202)
#E9D2D5
(233,210,213)
#EFE1E0
(239,225,224)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B95A7D; }

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

This text font color is #B95A7D.

Background Color

.myBgColor { background-color: #B95A7D; }

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

This div background color is #B95A7D.

Border color

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

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

This div border color is #B95A7D.

Opacity

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

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

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

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

This text has shadow with #B95A7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B95A7D.

Preview

Color preview on black background

This text has color #B95A7D on black background.


Color preview on white background

This text has color #B95A7D on white background.


Black color preview on #B95A7D background

This text has black color on #B95A7D background.


White color preview on #B95A7D background

This text has white color on #B95A7D background.


Related colors

Complementary color

Complementary color for #hex is #46A582.


I love getcolorcode.com

Triadic colors

1 #7DB95A and #5A7DB9 with #B95A7D are triadic colors.

2 #7D5AB9 and #5AB97D with #B95A7D are triadic colors.