COLOR #B98686

HEX: #B98686
RGB: (185,134,134)

Color info

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

RGB color model

#B98686 color RGB value is (185,134,134).

  • red value is 185;
  • green value is 134;
  • blue value is 134.
RGB:
(185,134,134)
(73%,53%,53%)

RGB channels and saturation

R 185 of 255 = 73%
G 134 of 255 = 53%
B 134 of 255 = 53%

185
134
134

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

Portions of RGB colors in percentages

R + G + B =
185 + 134 + 134 = 453 (100%)
R 185 of 453 ~ 40.84%
G 134 of 453 ~ 29.58%
B 134 of 453 ~ 29.58%

%40.84
%29.58
%29.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.57%
  • yellow value is 27.57%
  • key color value is 27.45%
CMYK:
(0,28,28,27)
C0M28Y28K27 
(0%,28%,28%,27%)
(0.00/0.28/0.28/0.27)	

CMYK percentages

%0
%27.57
%27.57
%27.45

Codes

Color #B98686 in popluar color models

B98686
RGB185134134
HSL26.70%62.55%
HSB/HSV27.57%72.55%
CMYK0.00%27.57%27.57%
27.45%

Color #B98686 in popluar number systems.

HEXB98686
Decimal185134134
Binary101110011000011010000110
Octal271206206

Shades and tints

Shades of #B98686

#B98686
(185,134,134)
#A97A7A
(169,122,122)
#996E6E
(153,110,110)
#896262
(137,98,98)
#795656
(121,86,86)
#694A4A
(105,74,74)
#593E3E
(89,62,62)
#493232
(73,50,50)
#392626
(57,38,38)
#291A1A
(41,26,26)
#190E0E
(25,14,14)
#000000
(0,0,0)

Tints of #B98686

#B98686
(185,134,134)
#BF9191
(191,145,145)
#C59C9C
(197,156,156)
#CBA7A7
(203,167,167)
#D1B2B2
(209,178,178)
#D7BDBD
(215,189,189)
#DDC8C8
(221,200,200)
#E3D3D3
(227,211,211)
#E9DEDE
(233,222,222)
#EFE9E9
(239,233,233)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98686; }

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

This text font color is #B98686.


Background Color

.myBgColor { background-color: #B98686; }

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

This div background color is #B98686.


Border color

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

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

This div border color is #B98686.


Opacity

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

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

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

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

This text has shadow with #B98686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98686 on black background.


Color preview on white background

This text has color #B98686 on white background.



Black color preview on #B98686 background

This text has black color on #B98686 background.


White color preview on #B98686 background

This text has white color on #B98686 background.