COLOR #B98489

HEX: #B98489
RGB: (185,132,137)

Color info

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

RGB color model

#B98489 color RGB value is (185,132,137).

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

RGB channels and saturation

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

185
132
137

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

Portions of RGB colors in percentages

R + G + B =
185 + 132 + 137 = 454 (100%)
R 185 of 454 ~ 40.75%
G 132 of 454 ~ 29.07%
B 137 of 454 ~ 30.18%

%40.75
%29.07
%30.18

CMYK color model

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

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

CMYK percentages

%0
%28.65
%25.95
%27.45

Codes

Color #B98489 in popluar color models

B98489
RGB185132137
HSL354°27.46%62.16%
HSB/HSV354°28.65%72.55%
CMYK0.00%28.65%25.95%
27.45%

Color #B98489 in popluar number systems.

HEXB98489
Decimal185132137
Binary101110011000010010001001
Octal271204211

Shades and tints

Shades of #B98489

#B98489
(185,132,137)
#A9787D
(169,120,125)
#996C71
(153,108,113)
#896065
(137,96,101)
#795459
(121,84,89)
#69484D
(105,72,77)
#593C41
(89,60,65)
#493035
(73,48,53)
#392429
(57,36,41)
#29181D
(41,24,29)
#190C11
(25,12,17)
#000000
(0,0,0)

Tints of #B98489

#B98489
(185,132,137)
#BF8F93
(191,143,147)
#C59A9D
(197,154,157)
#CBA5A7
(203,165,167)
#D1B0B1
(209,176,177)
#D7BBBB
(215,187,187)
#DDC6C5
(221,198,197)
#E3D1CF
(227,209,207)
#E9DCD9
(233,220,217)
#EFE7E3
(239,231,227)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98489; }

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

This text font color is #B98489.


Background Color

.myBgColor { background-color: #B98489; }

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

This div background color is #B98489.


Border color

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

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

This div border color is #B98489.


Opacity

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

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

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

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

This text has shadow with #B98489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98489 on black background.


Color preview on white background

This text has color #B98489 on white background.



Black color preview on #B98489 background

This text has black color on #B98489 background.


White color preview on #B98489 background

This text has white color on #B98489 background.