COLOR #B9897B

HEX: #B9897B RGB: (185,137,123)

Color info

#B9897B contains mainly red and green colors. Web safe color of #B9897B is #CC9966 (or #C96).

RGB color model

#B9897B color RGB value is (185,137,123).

RGB: (185,137,123) (73%, 54%, 48%)

RGB channels and saturation

R 185 of 255 = 73%
G 137 of 255 = 54%
B 123 of 255 = 48%

185
137
123

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

Portions of RGB colors in percentages

R + G + B = 185 + 137 + 123 = 445 (100%)
R 185 of 445 ~ 41.57%
G 137 of 445 ~ 30.79%
B 123 of 445 ~ 27.64'%

%41.57
%30.79
%27.64

CMYK color model

#B9897B color CMYK value is (0,26,34,27).

  • cyan value is 0.00%
  • magenta value is 25.95%
  • yellow value is 33.51%
  • key color value is 27.45%

CMYK: (0,26,34,27)
C0M26Y34K27 (0%, 26%, 34%, 27%)
(0.00 / 0.26 / 0.34 / 0.27)

CMYK percentages

%0
%25.95
%33.51
%27.45

Codes

Color #B9897B in popluar color models

B9 89 7B
RGB 185 137 123
HSL 14° 30.69% 60.39%
HSB/HSV 14° 33.51% 72.55%
CMYK 0.00% 25.95% 33.51%
27.45%

Color #B9897B in popluar number systems.

HEX B9 89 7B
Decimal 185 137 123
Binary 10111001 10001001 1111011
Octal 271 211 173

Shades and tints

Shades of #B9897B

#B9897B
(185,137,123)
#A97D70
(169,125,112)
#997165
(153,113,101)
#89655A
(137,101,90)
#79594F
(121,89,79)
#694D44
(105,77,68)
#594139
(89,65,57)
#49352E
(73,53,46)
#392923
(57,41,35)
#291D18
(41,29,24)
#19110D
(25,17,13)
#000000
(0,0,0)

Tints of #B9897B

#B9897B
(185,137,123)
#BF9387
(191,147,135)
#C59D93
(197,157,147)
#CBA79F
(203,167,159)
#D1B1AB
(209,177,171)
#D7BBB7
(215,187,183)
#DDC5C3
(221,197,195)
#E3CFCF
(227,207,207)
#E9D9DB
(233,217,219)
#EFE3E7
(239,227,231)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9897B color. Also use rgb(185,137,123) instead hex code.

Text Font Color

.myTextColor { color: #B9897B; }

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

This text font color is #B9897B.

Background Color

.myBgColor { background-color: #B9897B; }

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

This div background color is #B9897B.

Border color

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

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

This div border color is #B9897B.

Opacity

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

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

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

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

This text has shadow with #B9897B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9897B.

Preview

Color preview on black background

This text has color #B9897B on black background.


Color preview on white background

This text has color #B9897B on white background.


Black color preview on #B9897B background

This text has black color on #B9897B background.


White color preview on #B9897B background

This text has white color on #B9897B background.


Related colors

Complementary color

Complementary color for #hex is #467684.


I love getcolorcode.com

Triadic colors

1 #7BB989 and #897BB9 with #B9897B are triadic colors.

2 #7B89B9 and #89B97B with #B9897B are triadic colors.