COLOR #B97B70

HEX: #B97B70
RGB: (185,123,112)

Color info

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

RGB color model

#B97B70 color RGB value is (185,123,112).

  • red value is 185;
  • green value is 123;
  • blue value is 112.
RGB:
(185,123,112)
(73%,48%,44%)

RGB channels and saturation

R 185 of 255 = 73%
G 123 of 255 = 48%
B 112 of 255 = 44%

185
123
112

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

Portions of RGB colors in percentages

R + G + B =
185 + 123 + 112 = 420 (100%)
R 185 of 420 ~ 44.05%
G 123 of 420 ~ 29.29%
B 112 of 420 ~ 26.67%

%44.05
%29.29
%26.67

CMYK color model

#B97B70 color CMYK value is (0,34,39,27).

  • cyan value is 0.00%
  • magenta value is 33.51%
  • yellow value is 39.46%
  • key color value is 27.45%
CMYK:
(0,34,39,27)
C0M34Y39K27 
(0%,34%,39%,27%)
(0.00/0.34/0.39/0.27)	

CMYK percentages

%0
%33.51
%39.46
%27.45

Codes

Color #B97B70 in popluar color models

B97B70
RGB185123112
HSL34.27%58.24%
HSB/HSV39.46%72.55%
CMYK0.00%33.51%39.46%
27.45%

Color #B97B70 in popluar number systems.

HEXB97B70
Decimal185123112
Binary1011100111110111110000
Octal271173160

Shades and tints

Shades of #B97B70

#B97B70
(185,123,112)
#A97066
(169,112,102)
#99655C
(153,101,92)
#895A52
(137,90,82)
#794F48
(121,79,72)
#69443E
(105,68,62)
#593934
(89,57,52)
#492E2A
(73,46,42)
#392320
(57,35,32)
#291816
(41,24,22)
#190D0C
(25,13,12)
#000000
(0,0,0)

Tints of #B97B70

#B97B70
(185,123,112)
#BF877D
(191,135,125)
#C5938A
(197,147,138)
#CB9F97
(203,159,151)
#D1ABA4
(209,171,164)
#D7B7B1
(215,183,177)
#DDC3BE
(221,195,190)
#E3CFCB
(227,207,203)
#E9DBD8
(233,219,216)
#EFE7E5
(239,231,229)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B97B70; }

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

This text font color is #B97B70.


Background Color

.myBgColor { background-color: #B97B70; }

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

This div background color is #B97B70.


Border color

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

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

This div border color is #B97B70.


Opacity

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

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

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

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

This text has shadow with #B97B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97B70 on black background.


Color preview on white background

This text has color #B97B70 on white background.



Black color preview on #B97B70 background

This text has black color on #B97B70 background.


White color preview on #B97B70 background

This text has white color on #B97B70 background.