COLOR #B9877D

HEX: #B9877D RGB: (185,135,125)

Color info

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

RGB color model

#B9877D color RGB value is (185,135,125).

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

RGB channels and saturation

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

185
135
125

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

Portions of RGB colors in percentages

R + G + B = 185 + 135 + 125 = 445 (100%)
R 185 of 445 ~ 41.57%
G 135 of 445 ~ 30.34%
B 125 of 445 ~ 28.09'%

%41.57
%30.34
%28.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.03%
  • yellow value is 32.43%
  • key color value is 27.45%
CMYK: (0,27,32,27) C0M27Y32K27 (0%,27%,32%,27%) (0.00/0.27/0.32/0.27) 

CMYK percentages

%0
%27.03
%32.43
%27.45

Codes

Color #B9877D in popluar color models

B9 87 7D
RGB 185 135 125
HSL 10° 30.00% 60.78%
HSB/HSV 10° 32.43% 72.55%
CMYK 0.00% 27.03% 32.43%
27.45%

Color #B9877D in popluar number systems.

HEX B9 87 7D
Decimal 185 135 125
Binary 10111001 10000111 1111101
Octal 271 207 175

Shades and tints

Shades of #B9877D

#B9877D
(185,135,125)
#A97B72
(169,123,114)
#996F67
(153,111,103)
#89635C
(137,99,92)
#795751
(121,87,81)
#694B46
(105,75,70)
#593F3B
(89,63,59)
#493330
(73,51,48)
#392725
(57,39,37)
#291B1A
(41,27,26)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #B9877D

#B9877D
(185,135,125)
#BF9188
(191,145,136)
#C59B93
(197,155,147)
#CBA59E
(203,165,158)
#D1AFA9
(209,175,169)
#D7B9B4
(215,185,180)
#DDC3BF
(221,195,191)
#E3CDCA
(227,205,202)
#E9D7D5
(233,215,213)
#EFE1E0
(239,225,224)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9877D; }

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

This text font color is #B9877D.

Background Color

.myBgColor { background-color: #B9877D; }

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

This div background color is #B9877D.

Border color

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

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

This div border color is #B9877D.

Opacity

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

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

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

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

This text has shadow with #B9877D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9877D.

Preview

Color preview on black background

This text has color #B9877D on black background.


Color preview on white background

This text has color #B9877D on white background.


Black color preview on #B9877D background

This text has black color on #B9877D background.


White color preview on #B9877D background

This text has white color on #B9877D background.


Related colors

Complementary color

Complementary color for #hex is #467882.


I love getcolorcode.com

Triadic colors

1 #7DB987 and #877DB9 with #B9877D are triadic colors.

2 #7D87B9 and #87B97D with #B9877D are triadic colors.