COLOR #B95083

HEX: #B95083 RGB: (185,80,131)

Color info

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

RGB color model

#B95083 color RGB value is (185,80,131).

RGB: (185,80,131) (73%, 31%, 51%)

RGB channels and saturation

R 185 of 255 = 73%
G 80 of 255 = 31%
B 131 of 255 = 51%

185
80
131

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

Portions of RGB colors in percentages

R + G + B = 185 + 80 + 131 = 396 (100%)
R 185 of 396 ~ 46.72%
G 80 of 396 ~ 20.2%
B 131 of 396 ~ 33.08'%

%46.72
%20.2
%33.08

CMYK color model

#B95083 color CMYK value is (0,57,29,27).

  • cyan value is 0.00%
  • magenta value is 56.76%
  • yellow value is 29.19%
  • key color value is 27.45%
CMYK: (0,57,29,27) C0M57Y29K27 (0%,57%,29%,27%) (0.00/0.57/0.29/0.27) 

CMYK percentages

%0
%56.76
%29.19
%27.45

Codes

Color #B95083 in popluar color models

B9 50 83
RGB 185 80 131
HSL 331° 42.86% 51.96%
HSB/HSV 331° 56.76% 72.55%
CMYK 0.00% 56.76% 29.19%
27.45%

Color #B95083 in popluar number systems.

HEX B9 50 83
Decimal 185 80 131
Binary 10111001 1010000 10000011
Octal 271 120 203

Shades and tints

Shades of #B95083

#B95083
(185,80,131)
#A94978
(169,73,120)
#99426D
(153,66,109)
#893B62
(137,59,98)
#793457
(121,52,87)
#692D4C
(105,45,76)
#592641
(89,38,65)
#491F36
(73,31,54)
#39182B
(57,24,43)
#291120
(41,17,32)
#190A15
(25,10,21)
#000000
(0,0,0)

Tints of #B95083

#B95083
(185,80,131)
#BF5F8E
(191,95,142)
#C56E99
(197,110,153)
#CB7DA4
(203,125,164)
#D18CAF
(209,140,175)
#D79BBA
(215,155,186)
#DDAAC5
(221,170,197)
#E3B9D0
(227,185,208)
#E9C8DB
(233,200,219)
#EFD7E6
(239,215,230)
#F5E6F1
(245,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B95083 color. Also use rgb(185,80,131) instead hex code.

Text Font Color

.myTextColor { color: #B95083; }

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

This text font color is #B95083.

Background Color

.myBgColor { background-color: #B95083; }

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

This div background color is #B95083.

Border color

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

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

This div border color is #B95083.

Opacity

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

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

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

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

This text has shadow with #B95083 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B95083.

Preview

Color preview on black background

This text has color #B95083 on black background.


Color preview on white background

This text has color #B95083 on white background.


Black color preview on #B95083 background

This text has black color on #B95083 background.


White color preview on #B95083 background

This text has white color on #B95083 background.


Related colors

Complementary color

Complementary color for #hex is #46AF7C.


I love getcolorcode.com

Triadic colors

1 #83B950 and #5083B9 with #B95083 are triadic colors.

2 #8350B9 and #50B983 with #B95083 are triadic colors.