COLOR #B9857A

HEX: #B9857A
RGB: (185,133,122)

Color info

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

RGB color model

#B9857A color RGB value is (185,133,122).

  • red value is 185;
  • green value is 133;
  • blue value is 122.
RGB:
(185,133,122)
(73%,52%,48%)

RGB channels and saturation

R 185 of 255 = 73%
G 133 of 255 = 52%
B 122 of 255 = 48%

185
133
122

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

Portions of RGB colors in percentages

R + G + B =
185 + 133 + 122 = 440 (100%)
R 185 of 440 ~ 42.05%
G 133 of 440 ~ 30.23%
B 122 of 440 ~ 27.73%

%42.05
%30.23
%27.73

CMYK color model

#B9857A color CMYK value is (0,28,34,27).

  • cyan value is 0.00%
  • magenta value is 28.11%
  • yellow value is 34.05%
  • key color value is 27.45%
CMYK:
(0,28,34,27)
C0M28Y34K27 
(0%,28%,34%,27%)
(0.00/0.28/0.34/0.27)	

CMYK percentages

%0
%28.11
%34.05
%27.45

Codes

Color #B9857A in popluar color models

B9857A
RGB185133122
HSL10°31.03%60.20%
HSB/HSV10°34.05%72.55%
CMYK0.00%28.11%34.05%
27.45%

Color #B9857A in popluar number systems.

HEXB9857A
Decimal185133122
Binary10111001100001011111010
Octal271205172

Shades and tints

Shades of #B9857A

#B9857A
(185,133,122)
#A9796F
(169,121,111)
#996D64
(153,109,100)
#896159
(137,97,89)
#79554E
(121,85,78)
#694943
(105,73,67)
#593D38
(89,61,56)
#49312D
(73,49,45)
#392522
(57,37,34)
#291917
(41,25,23)
#190D0C
(25,13,12)
#000000
(0,0,0)

Tints of #B9857A

#B9857A
(185,133,122)
#BF9086
(191,144,134)
#C59B92
(197,155,146)
#CBA69E
(203,166,158)
#D1B1AA
(209,177,170)
#D7BCB6
(215,188,182)
#DDC7C2
(221,199,194)
#E3D2CE
(227,210,206)
#E9DDDA
(233,221,218)
#EFE8E6
(239,232,230)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9857A color. Also use rgb(185,133,122) instead hex code.

Text Font Color

.myTextColor { color: #B9857A; }

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

This text font color is #B9857A.


Background Color

.myBgColor { background-color: #B9857A; }

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

This div background color is #B9857A.


Border color

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

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

This div border color is #B9857A.


Opacity

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

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

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

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

This text has shadow with #B9857A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9857A on black background.


Color preview on white background

This text has color #B9857A on white background.



Black color preview on #B9857A background

This text has black color on #B9857A background.


White color preview on #B9857A background

This text has white color on #B9857A background.