COLOR #B98383

HEX: #B98383
RGB: (185,131,131)

Color info

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

RGB color model

#B98383 color RGB value is (185,131,131).

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

RGB channels and saturation

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

185
131
131

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

Portions of RGB colors in percentages

R + G + B =
185 + 131 + 131 = 447 (100%)
R 185 of 447 ~ 41.39%
G 131 of 447 ~ 29.31%
B 131 of 447 ~ 29.31%

%41.39
%29.31
%29.31

CMYK color model

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

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

Codes

Color #B98383 in popluar color models

B98383
RGB185131131
HSL27.84%61.96%
HSB/HSV29.19%72.55%
CMYK0.00%29.19%29.19%
27.45%

Color #B98383 in popluar number systems.

HEXB98383
Decimal185131131
Binary101110011000001110000011
Octal271203203

Shades and tints

Shades of #B98383

#B98383
(185,131,131)
#A97878
(169,120,120)
#996D6D
(153,109,109)
#896262
(137,98,98)
#795757
(121,87,87)
#694C4C
(105,76,76)
#594141
(89,65,65)
#493636
(73,54,54)
#392B2B
(57,43,43)
#292020
(41,32,32)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #B98383

#B98383
(185,131,131)
#BF8E8E
(191,142,142)
#C59999
(197,153,153)
#CBA4A4
(203,164,164)
#D1AFAF
(209,175,175)
#D7BABA
(215,186,186)
#DDC5C5
(221,197,197)
#E3D0D0
(227,208,208)
#E9DBDB
(233,219,219)
#EFE6E6
(239,230,230)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98383; }

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

This text font color is #B98383.


Background Color

.myBgColor { background-color: #B98383; }

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

This div background color is #B98383.


Border color

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

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

This div border color is #B98383.


Opacity

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

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

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

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

This text has shadow with #B98383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98383 on black background.


Color preview on white background

This text has color #B98383 on white background.



Black color preview on #B98383 background

This text has black color on #B98383 background.


White color preview on #B98383 background

This text has white color on #B98383 background.