COLOR #B9837E

HEX: #B9837E RGB: (185,131,126)

Color info

#B9837E contains red, green and blue colors in about the same proportion. Web safe color of #B9837E is #CC9966 (or #C96).

RGB color model

#B9837E color RGB value is (185,131,126).

RGB: (185,131,126) (73%, 51%, 49%)

RGB channels and saturation

R 185 of 255 = 73%
G 131 of 255 = 51%
B 126 of 255 = 49%

185
131
126

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

Portions of RGB colors in percentages

R + G + B = 185 + 131 + 126 = 442 (100%)
R 185 of 442 ~ 41.86%
G 131 of 442 ~ 29.64%
B 126 of 442 ~ 28.51'%

%41.86
%29.64
%28.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.19%
  • yellow value is 31.89%
  • key color value is 27.45%

CMYK: (0,29,32,27)
C0M29Y32K27 (0%, 29%, 32%, 27%)
(0.00 / 0.29 / 0.32 / 0.27)

CMYK percentages

%0
%29.19
%31.89
%27.45

Codes

Color #B9837E in popluar color models

B9 83 7E
RGB 185 131 126
HSL 29.65% 60.98%
HSB/HSV 31.89% 72.55%
CMYK 0.00% 29.19% 31.89%
27.45%

Color #B9837E in popluar number systems.

HEX B9 83 7E
Decimal 185 131 126
Binary 10111001 10000011 1111110
Octal 271 203 176

Shades and tints

Shades of #B9837E

#B9837E
(185,131,126)
#A97873
(169,120,115)
#996D68
(153,109,104)
#89625D
(137,98,93)
#795752
(121,87,82)
#694C47
(105,76,71)
#59413C
(89,65,60)
#493631
(73,54,49)
#392B26
(57,43,38)
#29201B
(41,32,27)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #B9837E

#B9837E
(185,131,126)
#BF8E89
(191,142,137)
#C59994
(197,153,148)
#CBA49F
(203,164,159)
#D1AFAA
(209,175,170)
#D7BAB5
(215,186,181)
#DDC5C0
(221,197,192)
#E3D0CB
(227,208,203)
#E9DBD6
(233,219,214)
#EFE6E1
(239,230,225)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9837E; }

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

This text font color is #B9837E.

Background Color

.myBgColor { background-color: #B9837E; }

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

This div background color is #B9837E.

Border color

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

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

This div border color is #B9837E.

Opacity

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

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

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

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

This text has shadow with #B9837E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9837E.

Preview

Color preview on black background

This text has color #B9837E on black background.


Color preview on white background

This text has color #B9837E on white background.


Black color preview on #B9837E background

This text has black color on #B9837E background.


White color preview on #B9837E background

This text has white color on #B9837E background.


Related colors

Complementary color

Complementary color for #hex is #467C81.


I love getcolorcode.com

Triadic colors

1 #7EB983 and #837EB9 with #B9837E are triadic colors.

2 #7E83B9 and #83B97E with #B9837E are triadic colors.