COLOR #B99989

HEX: #B99989
RGB: (185,153,137)

Color info

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

RGB color model

#B99989 color RGB value is (185,153,137).

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

RGB channels and saturation

R 185 of 255 = 73%
G 153 of 255 = 60%
B 137 of 255 = 54%

185
153
137

R + G + B ~ 62%. #B99989 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 153 + 137 = 475 (100%)
R 185 of 475 ~ 38.95%
G 153 of 475 ~ 32.21%
B 137 of 475 ~ 28.84%

%38.95
%32.21
%28.84

CMYK color model

#B99989 color CMYK value is (0,17,26,27).

  • cyan value is 0.00%
  • magenta value is 17.30%
  • yellow value is 25.95%
  • key color value is 27.45%
CMYK:
(0,17,26,27)
C0M17Y26K27 
(0%,17%,26%,27%)
(0.00/0.17/0.26/0.27)	

CMYK percentages

%0
%17.3
%25.95
%27.45

Codes

Color #B99989 in popluar color models

B99989
RGB185153137
HSL20°25.53%63.14%
HSB/HSV20°25.95%72.55%
CMYK0.00%17.30%25.95%
27.45%

Color #B99989 in popluar number systems.

HEXB99989
Decimal185153137
Binary101110011001100110001001
Octal271231211

Shades and tints

Shades of #B99989

#B99989
(185,153,137)
#A98C7D
(169,140,125)
#997F71
(153,127,113)
#897265
(137,114,101)
#796559
(121,101,89)
#69584D
(105,88,77)
#594B41
(89,75,65)
#493E35
(73,62,53)
#393129
(57,49,41)
#29241D
(41,36,29)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #B99989

#B99989
(185,153,137)
#BFA293
(191,162,147)
#C5AB9D
(197,171,157)
#CBB4A7
(203,180,167)
#D1BDB1
(209,189,177)
#D7C6BB
(215,198,187)
#DDCFC5
(221,207,197)
#E3D8CF
(227,216,207)
#E9E1D9
(233,225,217)
#EFEAE3
(239,234,227)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99989; }

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

This text font color is #B99989.


Background Color

.myBgColor { background-color: #B99989; }

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

This div background color is #B99989.


Border color

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

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

This div border color is #B99989.


Opacity

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

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

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

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

This text has shadow with #B99989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99989 on black background.


Color preview on white background

This text has color #B99989 on white background.



Black color preview on #B99989 background

This text has black color on #B99989 background.


White color preview on #B99989 background

This text has white color on #B99989 background.