COLOR #B96373

HEX: #B96373
RGB: (185,99,115)

Color info

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

RGB color model

#B96373 color RGB value is (185,99,115).

  • red value is 185;
  • green value is 99;
  • blue value is 115.
RGB:
(185,99,115)
(73%,39%,45%)

RGB channels and saturation

R 185 of 255 = 73%
G 99 of 255 = 39%
B 115 of 255 = 45%

185
99
115

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

Portions of RGB colors in percentages

R + G + B =
185 + 99 + 115 = 399 (100%)
R 185 of 399 ~ 46.37%
G 99 of 399 ~ 24.81%
B 115 of 399 ~ 28.82%

%46.37
%24.81
%28.82

CMYK color model

#B96373 color CMYK value is (0,46,38,27).

  • cyan value is 0.00%
  • magenta value is 46.49%
  • yellow value is 37.84%
  • key color value is 27.45%
CMYK:
(0,46,38,27)
C0M46Y38K27 
(0%,46%,38%,27%)
(0.00/0.46/0.38/0.27)	

CMYK percentages

%0
%46.49
%37.84
%27.45

Codes

Color #B96373 in popluar color models

B96373
RGB18599115
HSL349°38.05%55.69%
HSB/HSV349°46.49%72.55%
CMYK0.00%46.49%37.84%
27.45%

Color #B96373 in popluar number systems.

HEXB96373
Decimal18599115
Binary1011100111000111110011
Octal271143163

Shades and tints

Shades of #B96373

#B96373
(185,99,115)
#A95A69
(169,90,105)
#99515F
(153,81,95)
#894855
(137,72,85)
#793F4B
(121,63,75)
#693641
(105,54,65)
#592D37
(89,45,55)
#49242D
(73,36,45)
#391B23
(57,27,35)
#291219
(41,18,25)
#19090F
(25,9,15)
#000000
(0,0,0)

Tints of #B96373

#B96373
(185,99,115)
#BF717F
(191,113,127)
#C57F8B
(197,127,139)
#CB8D97
(203,141,151)
#D19BA3
(209,155,163)
#D7A9AF
(215,169,175)
#DDB7BB
(221,183,187)
#E3C5C7
(227,197,199)
#E9D3D3
(233,211,211)
#EFE1DF
(239,225,223)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B96373 color. Also use rgb(185,99,115) instead hex code.

Text Font Color

.myTextColor { color: #B96373; }

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

This text font color is #B96373.


Background Color

.myBgColor { background-color: #B96373; }

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

This div background color is #B96373.


Border color

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

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

This div border color is #B96373.


Opacity

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

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

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

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

This text has shadow with #B96373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B96373 on black background.


Color preview on white background

This text has color #B96373 on white background.



Black color preview on #B96373 background

This text has black color on #B96373 background.


White color preview on #B96373 background

This text has white color on #B96373 background.