COLOR #B95F83

HEX: #B95F83
RGB: (185,95,131)

Color info

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

RGB color model

#B95F83 color RGB value is (185,95,131).

  • red value is 185;
  • green value is 95;
  • blue value is 131.
RGB:
(185,95,131)
(73%,37%,51%)

RGB channels and saturation

R 185 of 255 = 73%
G 95 of 255 = 37%
B 131 of 255 = 51%

185
95
131

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

Portions of RGB colors in percentages

R + G + B =
185 + 95 + 131 = 411 (100%)
R 185 of 411 ~ 45.01%
G 95 of 411 ~ 23.11%
B 131 of 411 ~ 31.87%

%45.01
%23.11
%31.87

CMYK color model

#B95F83 color CMYK value is (0,49,29,27).

  • cyan value is 0.00%
  • magenta value is 48.65%
  • yellow value is 29.19%
  • key color value is 27.45%
CMYK:
(0,49,29,27)
C0M49Y29K27 
(0%,49%,29%,27%)
(0.00/0.49/0.29/0.27)	

CMYK percentages

%0
%48.65
%29.19
%27.45

Codes

Color #B95F83 in popluar color models

B95F83
RGB18595131
HSL336°39.13%54.90%
HSB/HSV336°48.65%72.55%
CMYK0.00%48.65%29.19%
27.45%

Color #B95F83 in popluar number systems.

HEXB95F83
Decimal18595131
Binary10111001101111110000011
Octal271137203

Shades and tints

Shades of #B95F83

#B95F83
(185,95,131)
#A95778
(169,87,120)
#994F6D
(153,79,109)
#894762
(137,71,98)
#793F57
(121,63,87)
#69374C
(105,55,76)
#592F41
(89,47,65)
#492736
(73,39,54)
#391F2B
(57,31,43)
#291720
(41,23,32)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #B95F83

#B95F83
(185,95,131)
#BF6D8E
(191,109,142)
#C57B99
(197,123,153)
#CB89A4
(203,137,164)
#D197AF
(209,151,175)
#D7A5BA
(215,165,186)
#DDB3C5
(221,179,197)
#E3C1D0
(227,193,208)
#E9CFDB
(233,207,219)
#EFDDE6
(239,221,230)
#F5EBF1
(245,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B95F83; }

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

This text font color is #B95F83.


Background Color

.myBgColor { background-color: #B95F83; }

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

This div background color is #B95F83.


Border color

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

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

This div border color is #B95F83.


Opacity

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

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

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

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

This text has shadow with #B95F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B95F83 on black background.


Color preview on white background

This text has color #B95F83 on white background.



Black color preview on #B95F83 background

This text has black color on #B95F83 background.


White color preview on #B95F83 background

This text has white color on #B95F83 background.