COLOR #B9876C

HEX: #B9876C
RGB: (185,135,108)

Color info

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

RGB color model

#B9876C color RGB value is (185,135,108).

  • red value is 185;
  • green value is 135;
  • blue value is 108.
RGB:
(185,135,108)
(73%,53%,42%)

RGB channels and saturation

R 185 of 255 = 73%
G 135 of 255 = 53%
B 108 of 255 = 42%

185
135
108

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

Portions of RGB colors in percentages

R + G + B =
185 + 135 + 108 = 428 (100%)
R 185 of 428 ~ 43.22%
G 135 of 428 ~ 31.54%
B 108 of 428 ~ 25.23%

%43.22
%31.54
%25.23

CMYK color model

#B9876C color CMYK value is (0,27,42,27).

  • cyan value is 0.00%
  • magenta value is 27.03%
  • yellow value is 41.62%
  • key color value is 27.45%
CMYK:
(0,27,42,27)
C0M27Y42K27 
(0%,27%,42%,27%)
(0.00/0.27/0.42/0.27)	

CMYK percentages

%0
%27.03
%41.62
%27.45

Codes

Color #B9876C in popluar color models

B9876C
RGB185135108
HSL21°35.48%57.45%
HSB/HSV21°41.62%72.55%
CMYK0.00%27.03%41.62%
27.45%

Color #B9876C in popluar number systems.

HEXB9876C
Decimal185135108
Binary10111001100001111101100
Octal271207154

Shades and tints

Shades of #B9876C

#B9876C
(185,135,108)
#A97B63
(169,123,99)
#996F5A
(153,111,90)
#896351
(137,99,81)
#795748
(121,87,72)
#694B3F
(105,75,63)
#593F36
(89,63,54)
#49332D
(73,51,45)
#392724
(57,39,36)
#291B1B
(41,27,27)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #B9876C

#B9876C
(185,135,108)
#BF9179
(191,145,121)
#C59B86
(197,155,134)
#CBA593
(203,165,147)
#D1AFA0
(209,175,160)
#D7B9AD
(215,185,173)
#DDC3BA
(221,195,186)
#E3CDC7
(227,205,199)
#E9D7D4
(233,215,212)
#EFE1E1
(239,225,225)
#F5EBEE
(245,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9876C; }

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

This text font color is #B9876C.


Background Color

.myBgColor { background-color: #B9876C; }

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

This div background color is #B9876C.


Border color

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

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

This div border color is #B9876C.


Opacity

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

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

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

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

This text has shadow with #B9876C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9876C on black background.


Color preview on white background

This text has color #B9876C on white background.



Black color preview on #B9876C background

This text has black color on #B9876C background.


White color preview on #B9876C background

This text has white color on #B9876C background.