COLOR #B9985C

HEX: #B9985C
RGB: (185,152,92)

Color info

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

RGB color model

#B9985C color RGB value is (185,152,92).

  • red value is 185;
  • green value is 152;
  • blue value is 92.
RGB:
(185,152,92)
(73%,60%,36%)

RGB channels and saturation

R 185 of 255 = 73%
G 152 of 255 = 60%
B 92 of 255 = 36%

185
152
92

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

Portions of RGB colors in percentages

R + G + B =
185 + 152 + 92 = 429 (100%)
R 185 of 429 ~ 43.12%
G 152 of 429 ~ 35.43%
B 92 of 429 ~ 21.45%

%43.12
%35.43
%21.45

CMYK color model

#B9985C color CMYK value is (0,18,50,27).

  • cyan value is 0.00%
  • magenta value is 17.84%
  • yellow value is 50.27%
  • key color value is 27.45%
CMYK:
(0,18,50,27)
C0M18Y50K27 
(0%,18%,50%,27%)
(0.00/0.18/0.50/0.27)	

CMYK percentages

%0
%17.84
%50.27
%27.45

Codes

Color #B9985C in popluar color models

B9985C
RGB18515292
HSL39°39.91%54.31%
HSB/HSV39°50.27%72.55%
CMYK0.00%17.84%50.27%
27.45%

Color #B9985C in popluar number systems.

HEXB9985C
Decimal18515292
Binary10111001100110001011100
Octal271230134

Shades and tints

Shades of #B9985C

#B9985C
(185,152,92)
#A98B54
(169,139,84)
#997E4C
(153,126,76)
#897144
(137,113,68)
#79643C
(121,100,60)
#695734
(105,87,52)
#594A2C
(89,74,44)
#493D24
(73,61,36)
#39301C
(57,48,28)
#292314
(41,35,20)
#19160C
(25,22,12)
#000000
(0,0,0)

Tints of #B9985C

#B9985C
(185,152,92)
#BFA16A
(191,161,106)
#C5AA78
(197,170,120)
#CBB386
(203,179,134)
#D1BC94
(209,188,148)
#D7C5A2
(215,197,162)
#DDCEB0
(221,206,176)
#E3D7BE
(227,215,190)
#E9E0CC
(233,224,204)
#EFE9DA
(239,233,218)
#F5F2E8
(245,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9985C color. Also use rgb(185,152,92) instead hex code.

Text Font Color

.myTextColor { color: #B9985C; }

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

This text font color is #B9985C.


Background Color

.myBgColor { background-color: #B9985C; }

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

This div background color is #B9985C.


Border color

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

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

This div border color is #B9985C.


Opacity

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

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

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

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

This text has shadow with #B9985C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9985C on black background.


Color preview on white background

This text has color #B9985C on white background.



Black color preview on #B9985C background

This text has black color on #B9985C background.


White color preview on #B9985C background

This text has white color on #B9985C background.