COLOR #B99489

HEX: #B99489
RGB: (185,148,137)

Color info

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

RGB color model

#B99489 color RGB value is (185,148,137).

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

RGB channels and saturation

R 185 of 255 = 73%
G 148 of 255 = 58%
B 137 of 255 = 54%

185
148
137

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

Portions of RGB colors in percentages

R + G + B =
185 + 148 + 137 = 470 (100%)
R 185 of 470 ~ 39.36%
G 148 of 470 ~ 31.49%
B 137 of 470 ~ 29.15%

%39.36
%31.49
%29.15

CMYK color model

#B99489 color CMYK value is (0,20,26,27).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 25.95%
  • key color value is 27.45%
CMYK:
(0,20,26,27)
C0M20Y26K27 
(0%,20%,26%,27%)
(0.00/0.20/0.26/0.27)	

CMYK percentages

%0
%20
%25.95
%27.45

Codes

Color #B99489 in popluar color models

B99489
RGB185148137
HSL14°25.53%63.14%
HSB/HSV14°25.95%72.55%
CMYK0.00%20.00%25.95%
27.45%

Color #B99489 in popluar number systems.

HEXB99489
Decimal185148137
Binary101110011001010010001001
Octal271224211

Shades and tints

Shades of #B99489

#B99489
(185,148,137)
#A9877D
(169,135,125)
#997A71
(153,122,113)
#896D65
(137,109,101)
#796059
(121,96,89)
#69534D
(105,83,77)
#594641
(89,70,65)
#493935
(73,57,53)
#392C29
(57,44,41)
#291F1D
(41,31,29)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #B99489

#B99489
(185,148,137)
#BF9D93
(191,157,147)
#C5A69D
(197,166,157)
#CBAFA7
(203,175,167)
#D1B8B1
(209,184,177)
#D7C1BB
(215,193,187)
#DDCAC5
(221,202,197)
#E3D3CF
(227,211,207)
#E9DCD9
(233,220,217)
#EFE5E3
(239,229,227)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99489; }

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

This text font color is #B99489.


Background Color

.myBgColor { background-color: #B99489; }

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

This div background color is #B99489.


Border color

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

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

This div border color is #B99489.


Opacity

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

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

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

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

This text has shadow with #B99489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99489 on black background.


Color preview on white background

This text has color #B99489 on white background.



Black color preview on #B99489 background

This text has black color on #B99489 background.


White color preview on #B99489 background

This text has white color on #B99489 background.