COLOR #B98B8F

HEX: #B98B8F RGB: (185,139,143)

Color info

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

RGB color model

#B98B8F color RGB value is (185,139,143).

RGB: (185,139,143) (73%, 55%, 56%)

RGB channels and saturation

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

185
139
143

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

Portions of RGB colors in percentages

R + G + B = 185 + 139 + 143 = 467 (100%)
R 185 of 467 ~ 39.61%
G 139 of 467 ~ 29.76%
B 143 of 467 ~ 30.62'%

%39.61
%29.76
%30.62

CMYK color model

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

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

CMYK percentages

%0
%24.86
%22.7
%27.45

Codes

Color #B98B8F in popluar color models

B9 8B 8F
RGB 185 139 143
HSL 355° 24.73% 63.53%
HSB/HSV 355° 24.86% 72.55%
CMYK 0.00% 24.86% 22.70%
27.45%

Color #B98B8F in popluar number systems.

HEX B9 8B 8F
Decimal 185 139 143
Binary 10111001 10001011 10001111
Octal 271 213 217

Shades and tints

Shades of #B98B8F

#B98B8F
(185,139,143)
#A97F82
(169,127,130)
#997375
(153,115,117)
#896768
(137,103,104)
#795B5B
(121,91,91)
#694F4E
(105,79,78)
#594341
(89,67,65)
#493734
(73,55,52)
#392B27
(57,43,39)
#291F1A
(41,31,26)
#19130D
(25,19,13)
#000000
(0,0,0)

Tints of #B98B8F

#B98B8F
(185,139,143)
#BF9599
(191,149,153)
#C59FA3
(197,159,163)
#CBA9AD
(203,169,173)
#D1B3B7
(209,179,183)
#D7BDC1
(215,189,193)
#DDC7CB
(221,199,203)
#E3D1D5
(227,209,213)
#E9DBDF
(233,219,223)
#EFE5E9
(239,229,233)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98B8F; }

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

This text font color is #B98B8F.

Background Color

.myBgColor { background-color: #B98B8F; }

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

This div background color is #B98B8F.

Border color

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

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

This div border color is #B98B8F.

Opacity

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

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

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

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

This text has shadow with #B98B8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B98B8F.

Preview

Color preview on black background

This text has color #B98B8F on black background.


Color preview on white background

This text has color #B98B8F on white background.


Black color preview on #B98B8F background

This text has black color on #B98B8F background.


White color preview on #B98B8F background

This text has white color on #B98B8F background.


Related colors

Complementary color

Complementary color for #hex is #467470.


I love getcolorcode.com

Triadic colors

1 #8FB98B and #8B8FB9 with #B98B8F are triadic colors.

2 #8F8BB9 and #8BB98F with #B98B8F are triadic colors.