COLOR #B97D86

HEX: #B97D86 RGB: (185,125,134)

Color info

#B97D86 contains mainly red and blue colors. Web safe color of #B97D86 is #CC6699 (or #C69).

RGB color model

#B97D86 color RGB value is (185,125,134).

RGB: (185,125,134) (73%, 49%, 53%)

RGB channels and saturation

R 185 of 255 = 73%
G 125 of 255 = 49%
B 134 of 255 = 53%

185
125
134

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

Portions of RGB colors in percentages

R + G + B = 185 + 125 + 134 = 444 (100%)
R 185 of 444 ~ 41.67%
G 125 of 444 ~ 28.15%
B 134 of 444 ~ 30.18'%

%41.67
%28.15
%30.18

CMYK color model

#B97D86 color CMYK value is (0,32,28,27).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 27.57%
  • key color value is 27.45%

CMYK: (0,32,28,27)
C0M32Y28K27 (0%, 32%, 28%, 27%)
(0.00 / 0.32 / 0.28 / 0.27)

CMYK percentages

%0
%32.43
%27.57
%27.45

Codes

Color #B97D86 in popluar color models

B9 7D 86
RGB 185 125 134
HSL 351° 30.00% 60.78%
HSB/HSV 351° 32.43% 72.55%
CMYK 0.00% 32.43% 27.57%
27.45%

Color #B97D86 in popluar number systems.

HEX B9 7D 86
Decimal 185 125 134
Binary 10111001 1111101 10000110
Octal 271 175 206

Shades and tints

Shades of #B97D86

#B97D86
(185,125,134)
#A9727A
(169,114,122)
#99676E
(153,103,110)
#895C62
(137,92,98)
#795156
(121,81,86)
#69464A
(105,70,74)
#593B3E
(89,59,62)
#493032
(73,48,50)
#392526
(57,37,38)
#291A1A
(41,26,26)
#190F0E
(25,15,14)
#000000
(0,0,0)

Tints of #B97D86

#B97D86
(185,125,134)
#BF8891
(191,136,145)
#C5939C
(197,147,156)
#CB9EA7
(203,158,167)
#D1A9B2
(209,169,178)
#D7B4BD
(215,180,189)
#DDBFC8
(221,191,200)
#E3CAD3
(227,202,211)
#E9D5DE
(233,213,222)
#EFE0E9
(239,224,233)
#F5EBF4
(245,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B97D86 color. Also use rgb(185,125,134) instead hex code.

Text Font Color

.myTextColor { color: #B97D86; }

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

This text font color is #B97D86.

Background Color

.myBgColor { background-color: #B97D86; }

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

This div background color is #B97D86.

Border color

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

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

This div border color is #B97D86.

Opacity

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

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

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

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

This text has shadow with #B97D86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B97D86.

Preview

Color preview on black background

This text has color #B97D86 on black background.


Color preview on white background

This text has color #B97D86 on white background.


Black color preview on #B97D86 background

This text has black color on #B97D86 background.


White color preview on #B97D86 background

This text has white color on #B97D86 background.


Related colors

Complementary color

Complementary color for #hex is #468279.


I love getcolorcode.com

Triadic colors

1 #86B97D and #7D86B9 with #B97D86 are triadic colors.

2 #867DB9 and #7DB986 with #B97D86 are triadic colors.