COLOR #B99984

HEX: #B99984
RGB: (185,153,132)

Color info

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

RGB color model

#B99984 color RGB value is (185,153,132).

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

RGB channels and saturation

R 185 of 255 = 73%
G 153 of 255 = 60%
B 132 of 255 = 52%

185
153
132

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

Portions of RGB colors in percentages

R + G + B =
185 + 153 + 132 = 470 (100%)
R 185 of 470 ~ 39.36%
G 153 of 470 ~ 32.55%
B 132 of 470 ~ 28.09%

%39.36
%32.55
%28.09

CMYK color model

#B99984 color CMYK value is (0,17,29,27).

  • cyan value is 0.00%
  • magenta value is 17.30%
  • yellow value is 28.65%
  • key color value is 27.45%
CMYK:
(0,17,29,27)
C0M17Y29K27 
(0%,17%,29%,27%)
(0.00/0.17/0.29/0.27)	

CMYK percentages

%0
%17.3
%28.65
%27.45

Codes

Color #B99984 in popluar color models

B99984
RGB185153132
HSL24°27.46%62.16%
HSB/HSV24°28.65%72.55%
CMYK0.00%17.30%28.65%
27.45%

Color #B99984 in popluar number systems.

HEXB99984
Decimal185153132
Binary101110011001100110000100
Octal271231204

Shades and tints

Shades of #B99984

#B99984
(185,153,132)
#A98C78
(169,140,120)
#997F6C
(153,127,108)
#897260
(137,114,96)
#796554
(121,101,84)
#695848
(105,88,72)
#594B3C
(89,75,60)
#493E30
(73,62,48)
#393124
(57,49,36)
#292418
(41,36,24)
#19170C
(25,23,12)
#000000
(0,0,0)

Tints of #B99984

#B99984
(185,153,132)
#BFA28F
(191,162,143)
#C5AB9A
(197,171,154)
#CBB4A5
(203,180,165)
#D1BDB0
(209,189,176)
#D7C6BB
(215,198,187)
#DDCFC6
(221,207,198)
#E3D8D1
(227,216,209)
#E9E1DC
(233,225,220)
#EFEAE7
(239,234,231)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99984; }

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

This text font color is #B99984.


Background Color

.myBgColor { background-color: #B99984; }

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

This div background color is #B99984.


Border color

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

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

This div border color is #B99984.


Opacity

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

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

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

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

This text has shadow with #B99984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99984 on black background.


Color preview on white background

This text has color #B99984 on white background.



Black color preview on #B99984 background

This text has black color on #B99984 background.


White color preview on #B99984 background

This text has white color on #B99984 background.