COLOR #B97F53

HEX: #B97F53
RGB: (185,127,83)

Color info

#B97F53 contains mainly red and green colors. Web safe color of #B97F53 is #CC6666 (or #C66).

RGB color model

#B97F53 color RGB value is (185,127,83).

  • red value is 185;
  • green value is 127;
  • blue value is 83.
RGB:
(185,127,83)
(73%,50%,33%)

RGB channels and saturation

R 185 of 255 = 73%
G 127 of 255 = 50%
B 83 of 255 = 33%

185
127
83

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

Portions of RGB colors in percentages

R + G + B =
185 + 127 + 83 = 395 (100%)
R 185 of 395 ~ 46.84%
G 127 of 395 ~ 32.15%
B 83 of 395 ~ 21.01%

%46.84
%32.15
%21.01

CMYK color model

#B97F53 color CMYK value is (0,31,55,27).

  • cyan value is 0.00%
  • magenta value is 31.35%
  • yellow value is 55.14%
  • key color value is 27.45%
CMYK:
(0,31,55,27)
C0M31Y55K27 
(0%,31%,55%,27%)
(0.00/0.31/0.55/0.27)	

CMYK percentages

%0
%31.35
%55.14
%27.45

Codes

Color #B97F53 in popluar color models

B97F53
RGB18512783
HSL26°42.15%52.55%
HSB/HSV26°55.14%72.55%
CMYK0.00%31.35%55.14%
27.45%

Color #B97F53 in popluar number systems.

HEXB97F53
Decimal18512783
Binary1011100111111111010011
Octal271177123

Shades and tints

Shades of #B97F53

#B97F53
(185,127,83)
#A9744C
(169,116,76)
#996945
(153,105,69)
#895E3E
(137,94,62)
#795337
(121,83,55)
#694830
(105,72,48)
#593D29
(89,61,41)
#493222
(73,50,34)
#39271B
(57,39,27)
#291C14
(41,28,20)
#19110D
(25,17,13)
#000000
(0,0,0)

Tints of #B97F53

#B97F53
(185,127,83)
#BF8A62
(191,138,98)
#C59571
(197,149,113)
#CBA080
(203,160,128)
#D1AB8F
(209,171,143)
#D7B69E
(215,182,158)
#DDC1AD
(221,193,173)
#E3CCBC
(227,204,188)
#E9D7CB
(233,215,203)
#EFE2DA
(239,226,218)
#F5EDE9
(245,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B97F53; }

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

This text font color is #B97F53.


Background Color

.myBgColor { background-color: #B97F53; }

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

This div background color is #B97F53.


Border color

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

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

This div border color is #B97F53.


Opacity

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

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

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

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

This text has shadow with #B97F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97F53 on black background.


Color preview on white background

This text has color #B97F53 on white background.



Black color preview on #B97F53 background

This text has black color on #B97F53 background.


White color preview on #B97F53 background

This text has white color on #B97F53 background.