COLOR #B98684

HEX: #B98684
RGB: (185,134,132)

Color info

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

RGB color model

#B98684 color RGB value is (185,134,132).

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

RGB channels and saturation

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

185
134
132

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

Portions of RGB colors in percentages

R + G + B =
185 + 134 + 132 = 451 (100%)
R 185 of 451 ~ 41.02%
G 134 of 451 ~ 29.71%
B 132 of 451 ~ 29.27%

%41.02
%29.71
%29.27

CMYK color model

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

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

CMYK percentages

%0
%27.57
%28.65
%27.45

Codes

Color #B98684 in popluar color models

B98684
RGB185134132
HSL27.46%62.16%
HSB/HSV28.65%72.55%
CMYK0.00%27.57%28.65%
27.45%

Color #B98684 in popluar number systems.

HEXB98684
Decimal185134132
Binary101110011000011010000100
Octal271206204

Shades and tints

Shades of #B98684

#B98684
(185,134,132)
#A97A78
(169,122,120)
#996E6C
(153,110,108)
#896260
(137,98,96)
#795654
(121,86,84)
#694A48
(105,74,72)
#593E3C
(89,62,60)
#493230
(73,50,48)
#392624
(57,38,36)
#291A18
(41,26,24)
#190E0C
(25,14,12)
#000000
(0,0,0)

Tints of #B98684

#B98684
(185,134,132)
#BF918F
(191,145,143)
#C59C9A
(197,156,154)
#CBA7A5
(203,167,165)
#D1B2B0
(209,178,176)
#D7BDBB
(215,189,187)
#DDC8C6
(221,200,198)
#E3D3D1
(227,211,209)
#E9DEDC
(233,222,220)
#EFE9E7
(239,233,231)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98684; }

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

This text font color is #B98684.


Background Color

.myBgColor { background-color: #B98684; }

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

This div background color is #B98684.


Border color

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

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

This div border color is #B98684.


Opacity

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

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

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

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

This text has shadow with #B98684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98684 on black background.


Color preview on white background

This text has color #B98684 on white background.



Black color preview on #B98684 background

This text has black color on #B98684 background.


White color preview on #B98684 background

This text has white color on #B98684 background.