COLOR #B99787

HEX: #B99787
RGB: (185,151,135)

Color info

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

RGB color model

#B99787 color RGB value is (185,151,135).

  • red value is 185;
  • green value is 151;
  • blue value is 135.
RGB:
(185,151,135)
(73%,59%,53%)

RGB channels and saturation

R 185 of 255 = 73%
G 151 of 255 = 59%
B 135 of 255 = 53%

185
151
135

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

Portions of RGB colors in percentages

R + G + B =
185 + 151 + 135 = 471 (100%)
R 185 of 471 ~ 39.28%
G 151 of 471 ~ 32.06%
B 135 of 471 ~ 28.66%

%39.28
%32.06
%28.66

CMYK color model

#B99787 color CMYK value is (0,18,27,27).

  • cyan value is 0.00%
  • magenta value is 18.38%
  • yellow value is 27.03%
  • key color value is 27.45%
CMYK:
(0,18,27,27)
C0M18Y27K27 
(0%,18%,27%,27%)
(0.00/0.18/0.27/0.27)	

CMYK percentages

%0
%18.38
%27.03
%27.45

Codes

Color #B99787 in popluar color models

B99787
RGB185151135
HSL19°26.32%62.75%
HSB/HSV19°27.03%72.55%
CMYK0.00%18.38%27.03%
27.45%

Color #B99787 in popluar number systems.

HEXB99787
Decimal185151135
Binary101110011001011110000111
Octal271227207

Shades and tints

Shades of #B99787

#B99787
(185,151,135)
#A98A7B
(169,138,123)
#997D6F
(153,125,111)
#897063
(137,112,99)
#796357
(121,99,87)
#69564B
(105,86,75)
#59493F
(89,73,63)
#493C33
(73,60,51)
#392F27
(57,47,39)
#29221B
(41,34,27)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #B99787

#B99787
(185,151,135)
#BFA091
(191,160,145)
#C5A99B
(197,169,155)
#CBB2A5
(203,178,165)
#D1BBAF
(209,187,175)
#D7C4B9
(215,196,185)
#DDCDC3
(221,205,195)
#E3D6CD
(227,214,205)
#E9DFD7
(233,223,215)
#EFE8E1
(239,232,225)
#F5F1EB
(245,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99787; }

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

This text font color is #B99787.


Background Color

.myBgColor { background-color: #B99787; }

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

This div background color is #B99787.


Border color

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

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

This div border color is #B99787.


Opacity

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

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

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

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

This text has shadow with #B99787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99787 on black background.


Color preview on white background

This text has color #B99787 on white background.



Black color preview on #B99787 background

This text has black color on #B99787 background.


White color preview on #B99787 background

This text has white color on #B99787 background.