COLOR #B98E85

HEX: #B98E85
RGB: (185,142,133)

Color info

#B98E85 contains red, green and blue colors in about the same proportion. Web safe color of #B98E85 is #CC9999 (or #C99).

RGB color model

#B98E85 color RGB value is (185,142,133).

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

RGB channels and saturation

R 185 of 255 = 73%
G 142 of 255 = 56%
B 133 of 255 = 52%

185
142
133

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

Portions of RGB colors in percentages

R + G + B =
185 + 142 + 133 = 460 (100%)
R 185 of 460 ~ 40.22%
G 142 of 460 ~ 30.87%
B 133 of 460 ~ 28.91%

%40.22
%30.87
%28.91

CMYK color model

#B98E85 color CMYK value is (0,23,28,27).

  • cyan value is 0.00%
  • magenta value is 23.24%
  • yellow value is 28.11%
  • key color value is 27.45%
CMYK:
(0,23,28,27)
C0M23Y28K27 
(0%,23%,28%,27%)
(0.00/0.23/0.28/0.27)	

CMYK percentages

%0
%23.24
%28.11
%27.45

Codes

Color #B98E85 in popluar color models

B98E85
RGB185142133
HSL10°27.08%62.35%
HSB/HSV10°28.11%72.55%
CMYK0.00%23.24%28.11%
27.45%

Color #B98E85 in popluar number systems.

HEXB98E85
Decimal185142133
Binary101110011000111010000101
Octal271216205

Shades and tints

Shades of #B98E85

#B98E85
(185,142,133)
#A98279
(169,130,121)
#99766D
(153,118,109)
#896A61
(137,106,97)
#795E55
(121,94,85)
#695249
(105,82,73)
#59463D
(89,70,61)
#493A31
(73,58,49)
#392E25
(57,46,37)
#292219
(41,34,25)
#19160D
(25,22,13)
#000000
(0,0,0)

Tints of #B98E85

#B98E85
(185,142,133)
#BF9890
(191,152,144)
#C5A29B
(197,162,155)
#CBACA6
(203,172,166)
#D1B6B1
(209,182,177)
#D7C0BC
(215,192,188)
#DDCAC7
(221,202,199)
#E3D4D2
(227,212,210)
#E9DEDD
(233,222,221)
#EFE8E8
(239,232,232)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98E85; }

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

This text font color is #B98E85.


Background Color

.myBgColor { background-color: #B98E85; }

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

This div background color is #B98E85.


Border color

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

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

This div border color is #B98E85.


Opacity

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

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

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

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

This text has shadow with #B98E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98E85 on black background.


Color preview on white background

This text has color #B98E85 on white background.



Black color preview on #B98E85 background

This text has black color on #B98E85 background.


White color preview on #B98E85 background

This text has white color on #B98E85 background.