COLOR #B9874D

HEX: #B9874D
RGB: (185,135,77)

Color info

#B9874D contains mainly red and green colors. Web safe color of #B9874D is #CC9933 (or #C93).

RGB color model

#B9874D color RGB value is (185,135,77).

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

RGB channels and saturation

R 185 of 255 = 73%
G 135 of 255 = 53%
B 77 of 255 = 30%

185
135
77

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

Portions of RGB colors in percentages

R + G + B =
185 + 135 + 77 = 397 (100%)
R 185 of 397 ~ 46.6%
G 135 of 397 ~ 34.01%
B 77 of 397 ~ 19.4%

%46.6
%34.01
%19.4

CMYK color model

#B9874D color CMYK value is (0,27,58,27).

  • cyan value is 0.00%
  • magenta value is 27.03%
  • yellow value is 58.38%
  • key color value is 27.45%
CMYK:
(0,27,58,27)
C0M27Y58K27 
(0%,27%,58%,27%)
(0.00/0.27/0.58/0.27)	

CMYK percentages

%0
%27.03
%58.38
%27.45

Codes

Color #B9874D in popluar color models

B9874D
RGB18513577
HSL32°43.55%51.37%
HSB/HSV32°58.38%72.55%
CMYK0.00%27.03%58.38%
27.45%

Color #B9874D in popluar number systems.

HEXB9874D
Decimal18513577
Binary10111001100001111001101
Octal271207115

Shades and tints

Shades of #B9874D

#B9874D
(185,135,77)
#A97B46
(169,123,70)
#996F3F
(153,111,63)
#896338
(137,99,56)
#795731
(121,87,49)
#694B2A
(105,75,42)
#593F23
(89,63,35)
#49331C
(73,51,28)
#392715
(57,39,21)
#291B0E
(41,27,14)
#190F07
(25,15,7)
#000000
(0,0,0)

Tints of #B9874D

#B9874D
(185,135,77)
#BF915D
(191,145,93)
#C59B6D
(197,155,109)
#CBA57D
(203,165,125)
#D1AF8D
(209,175,141)
#D7B99D
(215,185,157)
#DDC3AD
(221,195,173)
#E3CDBD
(227,205,189)
#E9D7CD
(233,215,205)
#EFE1DD
(239,225,221)
#F5EBED
(245,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9874D; }

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

This text font color is #B9874D.


Background Color

.myBgColor { background-color: #B9874D; }

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

This div background color is #B9874D.


Border color

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

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

This div border color is #B9874D.


Opacity

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

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

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

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

This text has shadow with #B9874D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9874D on black background.


Color preview on white background

This text has color #B9874D on white background.



Black color preview on #B9874D background

This text has black color on #B9874D background.


White color preview on #B9874D background

This text has white color on #B9874D background.