COLOR #B98596

HEX: #B98596
RGB: (185,133,150)

Color info

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

RGB color model

#B98596 color RGB value is (185,133,150).

  • red value is 185;
  • green value is 133;
  • blue value is 150.
RGB:
(185,133,150)
(73%,52%,59%)

RGB channels and saturation

R 185 of 255 = 73%
G 133 of 255 = 52%
B 150 of 255 = 59%

185
133
150

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

Portions of RGB colors in percentages

R + G + B =
185 + 133 + 150 = 468 (100%)
R 185 of 468 ~ 39.53%
G 133 of 468 ~ 28.42%
B 150 of 468 ~ 32.05%

%39.53
%28.42
%32.05

CMYK color model

#B98596 color CMYK value is (0,28,19,27).

  • cyan value is 0.00%
  • magenta value is 28.11%
  • yellow value is 18.92%
  • key color value is 27.45%
CMYK:
(0,28,19,27)
C0M28Y19K27 
(0%,28%,19%,27%)
(0.00/0.28/0.19/0.27)	

CMYK percentages

%0
%28.11
%18.92
%27.45

Codes

Color #B98596 in popluar color models

B98596
RGB185133150
HSL340°27.08%62.35%
HSB/HSV340°28.11%72.55%
CMYK0.00%28.11%18.92%
27.45%

Color #B98596 in popluar number systems.

HEXB98596
Decimal185133150
Binary101110011000010110010110
Octal271205226

Shades and tints

Shades of #B98596

#B98596
(185,133,150)
#A97989
(169,121,137)
#996D7C
(153,109,124)
#89616F
(137,97,111)
#795562
(121,85,98)
#694955
(105,73,85)
#593D48
(89,61,72)
#49313B
(73,49,59)
#39252E
(57,37,46)
#291921
(41,25,33)
#190D14
(25,13,20)
#000000
(0,0,0)

Tints of #B98596

#B98596
(185,133,150)
#BF909F
(191,144,159)
#C59BA8
(197,155,168)
#CBA6B1
(203,166,177)
#D1B1BA
(209,177,186)
#D7BCC3
(215,188,195)
#DDC7CC
(221,199,204)
#E3D2D5
(227,210,213)
#E9DDDE
(233,221,222)
#EFE8E7
(239,232,231)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98596; }

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

This text font color is #B98596.


Background Color

.myBgColor { background-color: #B98596; }

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

This div background color is #B98596.


Border color

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

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

This div border color is #B98596.


Opacity

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

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

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

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

This text has shadow with #B98596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98596 on black background.


Color preview on white background

This text has color #B98596 on white background.



Black color preview on #B98596 background

This text has black color on #B98596 background.


White color preview on #B98596 background

This text has white color on #B98596 background.