COLOR #B96582

HEX: #B96582
RGB: (185,101,130)

Color info

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

RGB color model

#B96582 color RGB value is (185,101,130).

  • red value is 185;
  • green value is 101;
  • blue value is 130.
RGB:
(185,101,130)
(73%,40%,51%)

RGB channels and saturation

R 185 of 255 = 73%
G 101 of 255 = 40%
B 130 of 255 = 51%

185
101
130

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

Portions of RGB colors in percentages

R + G + B =
185 + 101 + 130 = 416 (100%)
R 185 of 416 ~ 44.47%
G 101 of 416 ~ 24.28%
B 130 of 416 ~ 31.25%

%44.47
%24.28
%31.25

CMYK color model

#B96582 color CMYK value is (0,45,30,27).

  • cyan value is 0.00%
  • magenta value is 45.41%
  • yellow value is 29.73%
  • key color value is 27.45%
CMYK:
(0,45,30,27)
C0M45Y30K27 
(0%,45%,30%,27%)
(0.00/0.45/0.30/0.27)	

CMYK percentages

%0
%45.41
%29.73
%27.45

Codes

Color #B96582 in popluar color models

B96582
RGB185101130
HSL339°37.50%56.08%
HSB/HSV339°45.41%72.55%
CMYK0.00%45.41%29.73%
27.45%

Color #B96582 in popluar number systems.

HEXB96582
Decimal185101130
Binary10111001110010110000010
Octal271145202

Shades and tints

Shades of #B96582

#B96582
(185,101,130)
#A95C77
(169,92,119)
#99536C
(153,83,108)
#894A61
(137,74,97)
#794156
(121,65,86)
#69384B
(105,56,75)
#592F40
(89,47,64)
#492635
(73,38,53)
#391D2A
(57,29,42)
#29141F
(41,20,31)
#190B14
(25,11,20)
#000000
(0,0,0)

Tints of #B96582

#B96582
(185,101,130)
#BF738D
(191,115,141)
#C58198
(197,129,152)
#CB8FA3
(203,143,163)
#D19DAE
(209,157,174)
#D7ABB9
(215,171,185)
#DDB9C4
(221,185,196)
#E3C7CF
(227,199,207)
#E9D5DA
(233,213,218)
#EFE3E5
(239,227,229)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B96582 color. Also use rgb(185,101,130) instead hex code.

Text Font Color

.myTextColor { color: #B96582; }

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

This text font color is #B96582.


Background Color

.myBgColor { background-color: #B96582; }

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

This div background color is #B96582.


Border color

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

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

This div border color is #B96582.


Opacity

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

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

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

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

This text has shadow with #B96582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B96582 on black background.


Color preview on white background

This text has color #B96582 on white background.



Black color preview on #B96582 background

This text has black color on #B96582 background.


White color preview on #B96582 background

This text has white color on #B96582 background.