COLOR #B98392

HEX: #B98392
RGB: (185,131,146)

Color info

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

RGB color model

#B98392 color RGB value is (185,131,146).

  • red value is 185;
  • green value is 131;
  • blue value is 146.
RGB:
(185,131,146)
(73%,51%,57%)

RGB channels and saturation

R 185 of 255 = 73%
G 131 of 255 = 51%
B 146 of 255 = 57%

185
131
146

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

Portions of RGB colors in percentages

R + G + B =
185 + 131 + 146 = 462 (100%)
R 185 of 462 ~ 40.04%
G 131 of 462 ~ 28.35%
B 146 of 462 ~ 31.6%

%40.04
%28.35
%31.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.19%
  • yellow value is 21.08%
  • 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
%29.19
%21.08
%27.45

Codes

Color #B98392 in popluar color models

B98392
RGB185131146
HSL343°27.84%61.96%
HSB/HSV343°29.19%72.55%
CMYK0.00%29.19%21.08%
27.45%

Color #B98392 in popluar number systems.

HEXB98392
Decimal185131146
Binary101110011000001110010010
Octal271203222

Shades and tints

Shades of #B98392

#B98392
(185,131,146)
#A97885
(169,120,133)
#996D78
(153,109,120)
#89626B
(137,98,107)
#79575E
(121,87,94)
#694C51
(105,76,81)
#594144
(89,65,68)
#493637
(73,54,55)
#392B2A
(57,43,42)
#29201D
(41,32,29)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #B98392

#B98392
(185,131,146)
#BF8E9B
(191,142,155)
#C599A4
(197,153,164)
#CBA4AD
(203,164,173)
#D1AFB6
(209,175,182)
#D7BABF
(215,186,191)
#DDC5C8
(221,197,200)
#E3D0D1
(227,208,209)
#E9DBDA
(233,219,218)
#EFE6E3
(239,230,227)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98392; }

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

This text font color is #B98392.


Background Color

.myBgColor { background-color: #B98392; }

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

This div background color is #B98392.


Border color

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

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

This div border color is #B98392.


Opacity

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

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

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

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

This text has shadow with #B98392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98392 on black background.


Color preview on white background

This text has color #B98392 on white background.



Black color preview on #B98392 background

This text has black color on #B98392 background.


White color preview on #B98392 background

This text has white color on #B98392 background.