COLOR #B98380

HEX: #B98380
RGB: (185,131,128)

Color info

#B98380 contains red, green and blue colors in about the same proportion. Web safe color of #B98380 is #CC9966 (or #C96).

RGB color model

#B98380 color RGB value is (185,131,128).

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

RGB channels and saturation

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

185
131
128

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

Portions of RGB colors in percentages

R + G + B =
185 + 131 + 128 = 444 (100%)
R 185 of 444 ~ 41.67%
G 131 of 444 ~ 29.5%
B 128 of 444 ~ 28.83%

%41.67
%29.5
%28.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.19%
  • yellow value is 30.81%
  • key color value is 27.45%
CMYK:
(0,29,31,27)
C0M29Y31K27 
(0%,29%,31%,27%)
(0.00/0.29/0.31/0.27)	

CMYK percentages

%0
%29.19
%30.81
%27.45

Codes

Color #B98380 in popluar color models

B98380
RGB185131128
HSL28.93%61.37%
HSB/HSV30.81%72.55%
CMYK0.00%29.19%30.81%
27.45%

Color #B98380 in popluar number systems.

HEXB98380
Decimal185131128
Binary101110011000001110000000
Octal271203200

Shades and tints

Shades of #B98380

#B98380
(185,131,128)
#A97875
(169,120,117)
#996D6A
(153,109,106)
#89625F
(137,98,95)
#795754
(121,87,84)
#694C49
(105,76,73)
#59413E
(89,65,62)
#493633
(73,54,51)
#392B28
(57,43,40)
#29201D
(41,32,29)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #B98380

#B98380
(185,131,128)
#BF8E8B
(191,142,139)
#C59996
(197,153,150)
#CBA4A1
(203,164,161)
#D1AFAC
(209,175,172)
#D7BAB7
(215,186,183)
#DDC5C2
(221,197,194)
#E3D0CD
(227,208,205)
#E9DBD8
(233,219,216)
#EFE6E3
(239,230,227)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98380; }

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

This text font color is #B98380.


Background Color

.myBgColor { background-color: #B98380; }

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

This div background color is #B98380.


Border color

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

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

This div border color is #B98380.


Opacity

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

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

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

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

This text has shadow with #B98380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98380 on black background.


Color preview on white background

This text has color #B98380 on white background.



Black color preview on #B98380 background

This text has black color on #B98380 background.


White color preview on #B98380 background

This text has white color on #B98380 background.