COLOR #B97E74

HEX: #B97E74 RGB: (185,126,116)

Color info

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

RGB color model

#B97E74 color RGB value is (185,126,116).

RGB: (185,126,116) (73%, 49%, 45%)

RGB channels and saturation

R 185 of 255 = 73%
G 126 of 255 = 49%
B 116 of 255 = 45%

185
126
116

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

Portions of RGB colors in percentages

R + G + B = 185 + 126 + 116 = 427 (100%)
R 185 of 427 ~ 43.33%
G 126 of 427 ~ 29.51%
B 116 of 427 ~ 27.17'%

%43.33
%29.51
%27.17

CMYK color model

#B97E74 color CMYK value is (0,32,37,27).

  • cyan value is 0.00%
  • magenta value is 31.89%
  • yellow value is 37.30%
  • key color value is 27.45%

CMYK: (0,32,37,27)
C0M32Y37K27 (0%, 32%, 37%, 27%)
(0.00 / 0.32 / 0.37 / 0.27)

CMYK percentages

%0
%31.89
%37.3
%27.45

Codes

Color #B97E74 in popluar color models

B9 7E 74
RGB 185 126 116
HSL 33.01% 59.02%
HSB/HSV 37.30% 72.55%
CMYK 0.00% 31.89% 37.30%
27.45%

Color #B97E74 in popluar number systems.

HEX B9 7E 74
Decimal 185 126 116
Binary 10111001 1111110 1110100
Octal 271 176 164

Shades and tints

Shades of #B97E74

#B97E74
(185,126,116)
#A9736A
(169,115,106)
#996860
(153,104,96)
#895D56
(137,93,86)
#79524C
(121,82,76)
#694742
(105,71,66)
#593C38
(89,60,56)
#49312E
(73,49,46)
#392624
(57,38,36)
#291B1A
(41,27,26)
#191010
(25,16,16)
#000000
(0,0,0)

Tints of #B97E74

#B97E74
(185,126,116)
#BF8980
(191,137,128)
#C5948C
(197,148,140)
#CB9F98
(203,159,152)
#D1AAA4
(209,170,164)
#D7B5B0
(215,181,176)
#DDC0BC
(221,192,188)
#E3CBC8
(227,203,200)
#E9D6D4
(233,214,212)
#EFE1E0
(239,225,224)
#F5ECEC
(245,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B97E74; }

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

This text font color is #B97E74.

Background Color

.myBgColor { background-color: #B97E74; }

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

This div background color is #B97E74.

Border color

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

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

This div border color is #B97E74.

Opacity

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

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

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

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

This text has shadow with #B97E74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B97E74.

Preview

Color preview on black background

This text has color #B97E74 on black background.


Color preview on white background

This text has color #B97E74 on white background.


Black color preview on #B97E74 background

This text has black color on #B97E74 background.


White color preview on #B97E74 background

This text has white color on #B97E74 background.


Related colors

Complementary color

Complementary color for #hex is #46818B.


I love getcolorcode.com

Triadic colors

1 #74B97E and #7E74B9 with #B97E74 are triadic colors.

2 #747EB9 and #7EB974 with #B97E74 are triadic colors.