COLOR #B99382

HEX: #B99382
RGB: (185,147,130)

Color info

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

RGB color model

#B99382 color RGB value is (185,147,130).

  • red value is 185;
  • green value is 147;
  • blue value is 130.
RGB:
(185,147,130)
(73%,58%,51%)

RGB channels and saturation

R 185 of 255 = 73%
G 147 of 255 = 58%
B 130 of 255 = 51%

185
147
130

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

Portions of RGB colors in percentages

R + G + B =
185 + 147 + 130 = 462 (100%)
R 185 of 462 ~ 40.04%
G 147 of 462 ~ 31.82%
B 130 of 462 ~ 28.14%

%40.04
%31.82
%28.14

CMYK color model

#B99382 color CMYK value is (0,21,30,27).

  • cyan value is 0.00%
  • magenta value is 20.54%
  • yellow value is 29.73%
  • key color value is 27.45%
CMYK:
(0,21,30,27)
C0M21Y30K27 
(0%,21%,30%,27%)
(0.00/0.21/0.30/0.27)	

CMYK percentages

%0
%20.54
%29.73
%27.45

Codes

Color #B99382 in popluar color models

B99382
RGB185147130
HSL19°28.21%61.76%
HSB/HSV19°29.73%72.55%
CMYK0.00%20.54%29.73%
27.45%

Color #B99382 in popluar number systems.

HEXB99382
Decimal185147130
Binary101110011001001110000010
Octal271223202

Shades and tints

Shades of #B99382

#B99382
(185,147,130)
#A98677
(169,134,119)
#99796C
(153,121,108)
#896C61
(137,108,97)
#795F56
(121,95,86)
#69524B
(105,82,75)
#594540
(89,69,64)
#493835
(73,56,53)
#392B2A
(57,43,42)
#291E1F
(41,30,31)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #B99382

#B99382
(185,147,130)
#BF9C8D
(191,156,141)
#C5A598
(197,165,152)
#CBAEA3
(203,174,163)
#D1B7AE
(209,183,174)
#D7C0B9
(215,192,185)
#DDC9C4
(221,201,196)
#E3D2CF
(227,210,207)
#E9DBDA
(233,219,218)
#EFE4E5
(239,228,229)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99382 color. Also use rgb(185,147,130) instead hex code.

Text Font Color

.myTextColor { color: #B99382; }

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

This text font color is #B99382.


Background Color

.myBgColor { background-color: #B99382; }

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

This div background color is #B99382.


Border color

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

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

This div border color is #B99382.


Opacity

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

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

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

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

This text has shadow with #B99382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99382 on black background.


Color preview on white background

This text has color #B99382 on white background.



Black color preview on #B99382 background

This text has black color on #B99382 background.


White color preview on #B99382 background

This text has white color on #B99382 background.