COLOR #B98B8B

HEX: #B98B8B
RGB: (185,139,139)

Color info

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

RGB color model

#B98B8B color RGB value is (185,139,139).

  • red value is 185;
  • green value is 139;
  • blue value is 139.
RGB:
(185,139,139)
(73%,55%,55%)

RGB channels and saturation

R 185 of 255 = 73%
G 139 of 255 = 55%
B 139 of 255 = 55%

185
139
139

R + G + B ~ 61%. #B98B8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 139 + 139 = 463 (100%)
R 185 of 463 ~ 39.96%
G 139 of 463 ~ 30.02%
B 139 of 463 ~ 30.02%

%39.96
%30.02
%30.02

CMYK color model

#B98B8B color CMYK value is (0,25,25,27).

  • cyan value is 0.00%
  • magenta value is 24.86%
  • yellow value is 24.86%
  • key color value is 27.45%
CMYK:
(0,25,25,27)
C0M25Y25K27 
(0%,25%,25%,27%)
(0.00/0.25/0.25/0.27)	

CMYK percentages

%0
%24.86
%24.86
%27.45

Codes

Color #B98B8B in popluar color models

B98B8B
RGB185139139
HSL24.73%63.53%
HSB/HSV24.86%72.55%
CMYK0.00%24.86%24.86%
27.45%

Color #B98B8B in popluar number systems.

HEXB98B8B
Decimal185139139
Binary101110011000101110001011
Octal271213213

Shades and tints

Shades of #B98B8B

#B98B8B
(185,139,139)
#A97F7F
(169,127,127)
#997373
(153,115,115)
#896767
(137,103,103)
#795B5B
(121,91,91)
#694F4F
(105,79,79)
#594343
(89,67,67)
#493737
(73,55,55)
#392B2B
(57,43,43)
#291F1F
(41,31,31)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #B98B8B

#B98B8B
(185,139,139)
#BF9595
(191,149,149)
#C59F9F
(197,159,159)
#CBA9A9
(203,169,169)
#D1B3B3
(209,179,179)
#D7BDBD
(215,189,189)
#DDC7C7
(221,199,199)
#E3D1D1
(227,209,209)
#E9DBDB
(233,219,219)
#EFE5E5
(239,229,229)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98B8B; }

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

This text font color is #B98B8B.


Background Color

.myBgColor { background-color: #B98B8B; }

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

This div background color is #B98B8B.


Border color

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

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

This div border color is #B98B8B.


Opacity

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

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

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

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

This text has shadow with #B98B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98B8B on black background.


Color preview on white background

This text has color #B98B8B on white background.



Black color preview on #B98B8B background

This text has black color on #B98B8B background.


White color preview on #B98B8B background

This text has white color on #B98B8B background.