COLOR #B97271

HEX: #B97271
RGB: (185,114,113)

Color info

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

RGB color model

#B97271 color RGB value is (185,114,113).

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

RGB channels and saturation

R 185 of 255 = 73%
G 114 of 255 = 45%
B 113 of 255 = 44%

185
114
113

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

Portions of RGB colors in percentages

R + G + B =
185 + 114 + 113 = 412 (100%)
R 185 of 412 ~ 44.9%
G 114 of 412 ~ 27.67%
B 113 of 412 ~ 27.43%

%44.9
%27.67
%27.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.38%
  • yellow value is 38.92%
  • key color value is 27.45%
CMYK:
(0,38,39,27)
C0M38Y39K27 
(0%,38%,39%,27%)
(0.00/0.38/0.39/0.27)	

CMYK percentages

%0
%38.38
%38.92
%27.45

Codes

Color #B97271 in popluar color models

B97271
RGB185114113
HSL33.96%58.43%
HSB/HSV38.92%72.55%
CMYK0.00%38.38%38.92%
27.45%

Color #B97271 in popluar number systems.

HEXB97271
Decimal185114113
Binary1011100111100101110001
Octal271162161

Shades and tints

Shades of #B97271

#B97271
(185,114,113)
#A96867
(169,104,103)
#995E5D
(153,94,93)
#895453
(137,84,83)
#794A49
(121,74,73)
#69403F
(105,64,63)
#593635
(89,54,53)
#492C2B
(73,44,43)
#392221
(57,34,33)
#291817
(41,24,23)
#190E0D
(25,14,13)
#000000
(0,0,0)

Tints of #B97271

#B97271
(185,114,113)
#BF7E7D
(191,126,125)
#C58A89
(197,138,137)
#CB9695
(203,150,149)
#D1A2A1
(209,162,161)
#D7AEAD
(215,174,173)
#DDBAB9
(221,186,185)
#E3C6C5
(227,198,197)
#E9D2D1
(233,210,209)
#EFDEDD
(239,222,221)
#F5EAE9
(245,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B97271; }

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

This text font color is #B97271.


Background Color

.myBgColor { background-color: #B97271; }

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

This div background color is #B97271.


Border color

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

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

This div border color is #B97271.


Opacity

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

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

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

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

This text has shadow with #B97271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97271 on black background.


Color preview on white background

This text has color #B97271 on white background.



Black color preview on #B97271 background

This text has black color on #B97271 background.


White color preview on #B97271 background

This text has white color on #B97271 background.