COLOR #B98484

HEX: #B98484
RGB: (185,132,132)

Color info

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

RGB color model

#B98484 color RGB value is (185,132,132).

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

RGB channels and saturation

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

185
132
132

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

Portions of RGB colors in percentages

R + G + B =
185 + 132 + 132 = 449 (100%)
R 185 of 449 ~ 41.2%
G 132 of 449 ~ 29.4%
B 132 of 449 ~ 29.4%

%41.2
%29.4
%29.4

CMYK color model

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

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

CMYK percentages

%0
%28.65
%28.65
%27.45

Codes

Color #B98484 in popluar color models

B98484
RGB185132132
HSL27.46%62.16%
HSB/HSV28.65%72.55%
CMYK0.00%28.65%28.65%
27.45%

Color #B98484 in popluar number systems.

HEXB98484
Decimal185132132
Binary101110011000010010000100
Octal271204204

Shades and tints

Shades of #B98484

#B98484
(185,132,132)
#A97878
(169,120,120)
#996C6C
(153,108,108)
#896060
(137,96,96)
#795454
(121,84,84)
#694848
(105,72,72)
#593C3C
(89,60,60)
#493030
(73,48,48)
#392424
(57,36,36)
#291818
(41,24,24)
#190C0C
(25,12,12)
#000000
(0,0,0)

Tints of #B98484

#B98484
(185,132,132)
#BF8F8F
(191,143,143)
#C59A9A
(197,154,154)
#CBA5A5
(203,165,165)
#D1B0B0
(209,176,176)
#D7BBBB
(215,187,187)
#DDC6C6
(221,198,198)
#E3D1D1
(227,209,209)
#E9DCDC
(233,220,220)
#EFE7E7
(239,231,231)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98484; }

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

This text font color is #B98484.


Background Color

.myBgColor { background-color: #B98484; }

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

This div background color is #B98484.


Border color

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

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

This div border color is #B98484.


Opacity

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

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

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

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

This text has shadow with #B98484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98484 on black background.


Color preview on white background

This text has color #B98484 on white background.



Black color preview on #B98484 background

This text has black color on #B98484 background.


White color preview on #B98484 background

This text has white color on #B98484 background.