COLOR #B98995

HEX: #B98995
RGB: (185,137,149)

Color info

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

RGB color model

#B98995 color RGB value is (185,137,149).

  • red value is 185;
  • green value is 137;
  • blue value is 149.
RGB:
(185,137,149)
(73%,54%,58%)

RGB channels and saturation

R 185 of 255 = 73%
G 137 of 255 = 54%
B 149 of 255 = 58%

185
137
149

R + G + B ~ 62%. #B98995 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 137 + 149 = 471 (100%)
R 185 of 471 ~ 39.28%
G 137 of 471 ~ 29.09%
B 149 of 471 ~ 31.63%

%39.28
%29.09
%31.63

CMYK color model

#B98995 color CMYK value is (0,26,19,27).

  • cyan value is 0.00%
  • magenta value is 25.95%
  • yellow value is 19.46%
  • key color value is 27.45%
CMYK:
(0,26,19,27)
C0M26Y19K27 
(0%,26%,19%,27%)
(0.00/0.26/0.19/0.27)	

CMYK percentages

%0
%25.95
%19.46
%27.45

Codes

Color #B98995 in popluar color models

B98995
RGB185137149
HSL345°25.53%63.14%
HSB/HSV345°25.95%72.55%
CMYK0.00%25.95%19.46%
27.45%

Color #B98995 in popluar number systems.

HEXB98995
Decimal185137149
Binary101110011000100110010101
Octal271211225

Shades and tints

Shades of #B98995

#B98995
(185,137,149)
#A97D88
(169,125,136)
#99717B
(153,113,123)
#89656E
(137,101,110)
#795961
(121,89,97)
#694D54
(105,77,84)
#594147
(89,65,71)
#49353A
(73,53,58)
#39292D
(57,41,45)
#291D20
(41,29,32)
#191113
(25,17,19)
#000000
(0,0,0)

Tints of #B98995

#B98995
(185,137,149)
#BF939E
(191,147,158)
#C59DA7
(197,157,167)
#CBA7B0
(203,167,176)
#D1B1B9
(209,177,185)
#D7BBC2
(215,187,194)
#DDC5CB
(221,197,203)
#E3CFD4
(227,207,212)
#E9D9DD
(233,217,221)
#EFE3E6
(239,227,230)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98995; }

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

This text font color is #B98995.


Background Color

.myBgColor { background-color: #B98995; }

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

This div background color is #B98995.


Border color

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

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

This div border color is #B98995.


Opacity

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

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

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

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

This text has shadow with #B98995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98995 on black background.


Color preview on white background

This text has color #B98995 on white background.



Black color preview on #B98995 background

This text has black color on #B98995 background.


White color preview on #B98995 background

This text has white color on #B98995 background.