COLOR #B97E65

HEX: #B97E65
RGB: (185,126,101)

Color info

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

RGB color model

#B97E65 color RGB value is (185,126,101).

  • red value is 185;
  • green value is 126;
  • blue value is 101.
RGB:
(185,126,101)
(73%,49%,40%)

RGB channels and saturation

R 185 of 255 = 73%
G 126 of 255 = 49%
B 101 of 255 = 40%

185
126
101

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

Portions of RGB colors in percentages

R + G + B =
185 + 126 + 101 = 412 (100%)
R 185 of 412 ~ 44.9%
G 126 of 412 ~ 30.58%
B 101 of 412 ~ 24.51%

%44.9
%30.58
%24.51

CMYK color model

#B97E65 color CMYK value is (0,32,45,27).

  • cyan value is 0.00%
  • magenta value is 31.89%
  • yellow value is 45.41%
  • key color value is 27.45%
CMYK:
(0,32,45,27)
C0M32Y45K27 
(0%,32%,45%,27%)
(0.00/0.32/0.45/0.27)	

CMYK percentages

%0
%31.89
%45.41
%27.45

Codes

Color #B97E65 in popluar color models

B97E65
RGB185126101
HSL18°37.50%56.08%
HSB/HSV18°45.41%72.55%
CMYK0.00%31.89%45.41%
27.45%

Color #B97E65 in popluar number systems.

HEXB97E65
Decimal185126101
Binary1011100111111101100101
Octal271176145

Shades and tints

Shades of #B97E65

#B97E65
(185,126,101)
#A9735C
(169,115,92)
#996853
(153,104,83)
#895D4A
(137,93,74)
#795241
(121,82,65)
#694738
(105,71,56)
#593C2F
(89,60,47)
#493126
(73,49,38)
#39261D
(57,38,29)
#291B14
(41,27,20)
#19100B
(25,16,11)
#000000
(0,0,0)

Tints of #B97E65

#B97E65
(185,126,101)
#BF8973
(191,137,115)
#C59481
(197,148,129)
#CB9F8F
(203,159,143)
#D1AA9D
(209,170,157)
#D7B5AB
(215,181,171)
#DDC0B9
(221,192,185)
#E3CBC7
(227,203,199)
#E9D6D5
(233,214,213)
#EFE1E3
(239,225,227)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B97E65; }

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

This text font color is #B97E65.


Background Color

.myBgColor { background-color: #B97E65; }

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

This div background color is #B97E65.


Border color

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

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

This div border color is #B97E65.


Opacity

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

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

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

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

This text has shadow with #B97E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97E65 on black background.


Color preview on white background

This text has color #B97E65 on white background.



Black color preview on #B97E65 background

This text has black color on #B97E65 background.


White color preview on #B97E65 background

This text has white color on #B97E65 background.