COLOR #B9855F

HEX: #B9855F RGB: (185,133,95)

Color info

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

RGB color model

#B9855F color RGB value is (185,133,95).

RGB: (185,133,95) (73%, 52%, 37%)

RGB channels and saturation

R 185 of 255 = 73%
G 133 of 255 = 52%
B 95 of 255 = 37%

185
133
95

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

Portions of RGB colors in percentages

R + G + B = 185 + 133 + 95 = 413 (100%)
R 185 of 413 ~ 44.79%
G 133 of 413 ~ 32.2%
B 95 of 413 ~ 23'%

%44.79
%32.2
%23

CMYK color model

#B9855F color CMYK value is (0,28,49,27).

  • cyan value is 0.00%
  • magenta value is 28.11%
  • yellow value is 48.65%
  • key color value is 27.45%

CMYK: (0,28,49,27)
C0M28Y49K27 (0%, 28%, 49%, 27%)
(0.00 / 0.28 / 0.49 / 0.27)

CMYK percentages

%0
%28.11
%48.65
%27.45

Codes

Color #B9855F in popluar color models

B9 85 5F
RGB 185 133 95
HSL 25° 39.13% 54.90%
HSB/HSV 25° 48.65% 72.55%
CMYK 0.00% 28.11% 48.65%
27.45%

Color #B9855F in popluar number systems.

HEX B9 85 5F
Decimal 185 133 95
Binary 10111001 10000101 1011111
Octal 271 205 137

Shades and tints

Shades of #B9855F

#B9855F
(185,133,95)
#A97957
(169,121,87)
#996D4F
(153,109,79)
#896147
(137,97,71)
#79553F
(121,85,63)
#694937
(105,73,55)
#593D2F
(89,61,47)
#493127
(73,49,39)
#39251F
(57,37,31)
#291917
(41,25,23)
#190D0F
(25,13,15)
#000000
(0,0,0)

Tints of #B9855F

#B9855F
(185,133,95)
#BF906D
(191,144,109)
#C59B7B
(197,155,123)
#CBA689
(203,166,137)
#D1B197
(209,177,151)
#D7BCA5
(215,188,165)
#DDC7B3
(221,199,179)
#E3D2C1
(227,210,193)
#E9DDCF
(233,221,207)
#EFE8DD
(239,232,221)
#F5F3EB
(245,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9855F; }

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

This text font color is #B9855F.

Background Color

.myBgColor { background-color: #B9855F; }

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

This div background color is #B9855F.

Border color

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

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

This div border color is #B9855F.

Opacity

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

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

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

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

This text has shadow with #B9855F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9855F.

Preview

Color preview on black background

This text has color #B9855F on black background.


Color preview on white background

This text has color #B9855F on white background.


Black color preview on #B9855F background

This text has black color on #B9855F background.


White color preview on #B9855F background

This text has white color on #B9855F background.


Related colors

Complementary color

Complementary color for #hex is #467AA0.


I love getcolorcode.com

Triadic colors

1 #5FB985 and #855FB9 with #B9855F are triadic colors.

2 #5F85B9 and #85B95F with #B9855F are triadic colors.