COLOR #B97373

HEX: #B97373
RGB: (185,115,115)

Color info

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

RGB color model

#B97373 color RGB value is (185,115,115).

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

RGB channels and saturation

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

185
115
115

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

Portions of RGB colors in percentages

R + G + B =
185 + 115 + 115 = 415 (100%)
R 185 of 415 ~ 44.58%
G 115 of 415 ~ 27.71%
B 115 of 415 ~ 27.71%

%44.58
%27.71
%27.71

CMYK color model

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

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

CMYK percentages

%0
%37.84
%37.84
%27.45

Codes

Color #B97373 in popluar color models

B97373
RGB185115115
HSL33.33%58.82%
HSB/HSV37.84%72.55%
CMYK0.00%37.84%37.84%
27.45%

Color #B97373 in popluar number systems.

HEXB97373
Decimal185115115
Binary1011100111100111110011
Octal271163163

Shades and tints

Shades of #B97373

#B97373
(185,115,115)
#A96969
(169,105,105)
#995F5F
(153,95,95)
#895555
(137,85,85)
#794B4B
(121,75,75)
#694141
(105,65,65)
#593737
(89,55,55)
#492D2D
(73,45,45)
#392323
(57,35,35)
#291919
(41,25,25)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #B97373

#B97373
(185,115,115)
#BF7F7F
(191,127,127)
#C58B8B
(197,139,139)
#CB9797
(203,151,151)
#D1A3A3
(209,163,163)
#D7AFAF
(215,175,175)
#DDBBBB
(221,187,187)
#E3C7C7
(227,199,199)
#E9D3D3
(233,211,211)
#EFDFDF
(239,223,223)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B97373; }

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

This text font color is #B97373.


Background Color

.myBgColor { background-color: #B97373; }

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

This div background color is #B97373.


Border color

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

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

This div border color is #B97373.


Opacity

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

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

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

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

This text has shadow with #B97373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97373 on black background.


Color preview on white background

This text has color #B97373 on white background.



Black color preview on #B97373 background

This text has black color on #B97373 background.


White color preview on #B97373 background

This text has white color on #B97373 background.