COLOR #B99584

HEX: #B99584
RGB: (185,149,132)

Color info

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

RGB color model

#B99584 color RGB value is (185,149,132).

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

RGB channels and saturation

R 185 of 255 = 73%
G 149 of 255 = 58%
B 132 of 255 = 52%

185
149
132

R + G + B ~ 61%. #B99584 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 149 + 132 = 466 (100%)
R 185 of 466 ~ 39.7%
G 149 of 466 ~ 31.97%
B 132 of 466 ~ 28.33%

%39.7
%31.97
%28.33

CMYK color model

#B99584 color CMYK value is (0,19,29,27).

  • cyan value is 0.00%
  • magenta value is 19.46%
  • yellow value is 28.65%
  • key color value is 27.45%
CMYK:
(0,19,29,27)
C0M19Y29K27 
(0%,19%,29%,27%)
(0.00/0.19/0.29/0.27)	

CMYK percentages

%0
%19.46
%28.65
%27.45

Codes

Color #B99584 in popluar color models

B99584
RGB185149132
HSL19°27.46%62.16%
HSB/HSV19°28.65%72.55%
CMYK0.00%19.46%28.65%
27.45%

Color #B99584 in popluar number systems.

HEXB99584
Decimal185149132
Binary101110011001010110000100
Octal271225204

Shades and tints

Shades of #B99584

#B99584
(185,149,132)
#A98878
(169,136,120)
#997B6C
(153,123,108)
#896E60
(137,110,96)
#796154
(121,97,84)
#695448
(105,84,72)
#59473C
(89,71,60)
#493A30
(73,58,48)
#392D24
(57,45,36)
#292018
(41,32,24)
#19130C
(25,19,12)
#000000
(0,0,0)

Tints of #B99584

#B99584
(185,149,132)
#BF9E8F
(191,158,143)
#C5A79A
(197,167,154)
#CBB0A5
(203,176,165)
#D1B9B0
(209,185,176)
#D7C2BB
(215,194,187)
#DDCBC6
(221,203,198)
#E3D4D1
(227,212,209)
#E9DDDC
(233,221,220)
#EFE6E7
(239,230,231)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99584; }

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

This text font color is #B99584.


Background Color

.myBgColor { background-color: #B99584; }

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

This div background color is #B99584.


Border color

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

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

This div border color is #B99584.


Opacity

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

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

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

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

This text has shadow with #B99584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99584 on black background.


Color preview on white background

This text has color #B99584 on white background.



Black color preview on #B99584 background

This text has black color on #B99584 background.


White color preview on #B99584 background

This text has white color on #B99584 background.