COLOR #B97E62

HEX: #B97E62 RGB: (185,126,98)

Color info

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

RGB color model

#B97E62 color RGB value is (185,126,98).

RGB: (185,126,98) (73%, 49%, 38%)

RGB channels and saturation

R 185 of 255 = 73%
G 126 of 255 = 49%
B 98 of 255 = 38%

185
126
98

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

Portions of RGB colors in percentages

R + G + B = 185 + 126 + 98 = 409 (100%)
R 185 of 409 ~ 45.23%
G 126 of 409 ~ 30.81%
B 98 of 409 ~ 23.96'%

%45.23
%30.81
%23.96

CMYK color model

#B97E62 color CMYK value is (0,32,47,27).

  • cyan value is 0.00%
  • magenta value is 31.89%
  • yellow value is 47.03%
  • key color value is 27.45%
CMYK: (0,32,47,27) C0M32Y47K27 (0%,32%,47%,27%) (0.00/0.32/0.47/0.27) 

CMYK percentages

%0
%31.89
%47.03
%27.45

Codes

Color #B97E62 in popluar color models

B9 7E 62
RGB 185 126 98
HSL 19° 38.33% 55.49%
HSB/HSV 19° 47.03% 72.55%
CMYK 0.00% 31.89% 47.03%
27.45%

Color #B97E62 in popluar number systems.

HEX B9 7E 62
Decimal 185 126 98
Binary 10111001 1111110 1100010
Octal 271 176 142

Shades and tints

Shades of #B97E62

#B97E62
(185,126,98)
#A9735A
(169,115,90)
#996852
(153,104,82)
#895D4A
(137,93,74)
#795242
(121,82,66)
#69473A
(105,71,58)
#593C32
(89,60,50)
#49312A
(73,49,42)
#392622
(57,38,34)
#291B1A
(41,27,26)
#191012
(25,16,18)
#000000
(0,0,0)

Tints of #B97E62

#B97E62
(185,126,98)
#BF8970
(191,137,112)
#C5947E
(197,148,126)
#CB9F8C
(203,159,140)
#D1AA9A
(209,170,154)
#D7B5A8
(215,181,168)
#DDC0B6
(221,192,182)
#E3CBC4
(227,203,196)
#E9D6D2
(233,214,210)
#EFE1E0
(239,225,224)
#F5ECEE
(245,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B97E62; }

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

This text font color is #B97E62.

Background Color

.myBgColor { background-color: #B97E62; }

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

This div background color is #B97E62.

Border color

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

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

This div border color is #B97E62.

Opacity

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

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

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

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

This text has shadow with #B97E62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B97E62.

Preview

Color preview on black background

This text has color #B97E62 on black background.


Color preview on white background

This text has color #B97E62 on white background.


Black color preview on #B97E62 background

This text has black color on #B97E62 background.


White color preview on #B97E62 background

This text has white color on #B97E62 background.


Related colors

Complementary color

Complementary color for #hex is #46819D.


I love getcolorcode.com

Triadic colors

1 #62B97E and #7E62B9 with #B97E62 are triadic colors.

2 #627EB9 and #7EB962 with #B97E62 are triadic colors.