COLOR #B98493

HEX: #B98493
RGB: (185,132,147)

Color info

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

RGB color model

#B98493 color RGB value is (185,132,147).

  • red value is 185;
  • green value is 132;
  • blue value is 147.
RGB: (185,132,147) (73%,52%,58%)

RGB channels and saturation

R 185 of 255 = 73%
G 132 of 255 = 52%
B 147 of 255 = 58%

185
132
147

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

Portions of RGB colors in percentages

R + G + B =
185 + 132 + 147 = 464 (100%)
R 185 of 464 ~ 39.87%
G 132 of 464 ~ 28.45%
B 147 of 464 ~ 31.68%

%39.87
%28.45
%31.68

CMYK color model

#B98493 color CMYK value is (0,29,21,27).

  • cyan value is 0.00%
  • magenta value is 28.65%
  • yellow value is 20.54%
  • key color value is 27.45%
CMYK: (0,29,21,27) C0M29Y21K27 (0%,29%,21%,27%) (0.00/0.29/0.21/0.27)

CMYK percentages

%0
%28.65
%20.54
%27.45

Codes

Color #B98493 in popluar color models

B98493
RGB185132147
HSL343°27.46%62.16%
HSB/HSV343°28.65%72.55%
CMYK0.00%28.65%20.54%
27.45%

Color #B98493 in popluar number systems.

HEXB98493
Decimal185132147
Binary101110011000010010010011
Octal271204223

Shades and tints

Shades of #B98493

#B98493
(185,132,147)
#A97886
(169,120,134)
#996C79
(153,108,121)
#89606C
(137,96,108)
#79545F
(121,84,95)
#694852
(105,72,82)
#593C45
(89,60,69)
#493038
(73,48,56)
#39242B
(57,36,43)
#29181E
(41,24,30)
#190C11
(25,12,17)
#000000
(0,0,0)

Tints of #B98493

#B98493
(185,132,147)
#BF8F9C
(191,143,156)
#C59AA5
(197,154,165)
#CBA5AE
(203,165,174)
#D1B0B7
(209,176,183)
#D7BBC0
(215,187,192)
#DDC6C9
(221,198,201)
#E3D1D2
(227,209,210)
#E9DCDB
(233,220,219)
#EFE7E4
(239,231,228)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98493; }

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

This text font color is #B98493.


Background Color

.myBgColor { background-color: #B98493; }

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

This div background color is #B98493.


Border color

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

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

This div border color is #B98493.


Opacity

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

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

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

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

This text has shadow with #B98493 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B98493 on black background.


Color preview on white background

This text has color #B98493 on white background.



Black color preview on #B98493 background

This text has black color on #B98493 background.


White color preview on #B98493 background

This text has white color on #B98493 background.