COLOR #B99380

HEX: #B99380
RGB: (185,147,128)

Color info

#B99380 contains red, green and blue colors in about the same proportion. Web safe color of #B99380 is #CC9966 (or #C96).

RGB color model

#B99380 color RGB value is (185,147,128).

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

RGB channels and saturation

R 185 of 255 = 73%
G 147 of 255 = 58%
B 128 of 255 = 50%

185
147
128

R + G + B ~ 60%. #B99380 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
185 + 147 + 128 = 460 (100%)
R 185 of 460 ~ 40.22%
G 147 of 460 ~ 31.96%
B 128 of 460 ~ 27.83%

%40.22
%31.96
%27.83

CMYK color model

#B99380 color CMYK value is (0,21,31,27).

  • cyan value is 0.00%
  • magenta value is 20.54%
  • yellow value is 30.81%
  • key color value is 27.45%
CMYK:
(0,21,31,27)
C0M21Y31K27 
(0%,21%,31%,27%)
(0.00/0.21/0.31/0.27)	

CMYK percentages

%0
%20.54
%30.81
%27.45

Codes

Color #B99380 in popluar color models

B99380
RGB185147128
HSL20°28.93%61.37%
HSB/HSV20°30.81%72.55%
CMYK0.00%20.54%30.81%
27.45%

Color #B99380 in popluar number systems.

HEXB99380
Decimal185147128
Binary101110011001001110000000
Octal271223200

Shades and tints

Shades of #B99380

#B99380
(185,147,128)
#A98675
(169,134,117)
#99796A
(153,121,106)
#896C5F
(137,108,95)
#795F54
(121,95,84)
#695249
(105,82,73)
#59453E
(89,69,62)
#493833
(73,56,51)
#392B28
(57,43,40)
#291E1D
(41,30,29)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #B99380

#B99380
(185,147,128)
#BF9C8B
(191,156,139)
#C5A596
(197,165,150)
#CBAEA1
(203,174,161)
#D1B7AC
(209,183,172)
#D7C0B7
(215,192,183)
#DDC9C2
(221,201,194)
#E3D2CD
(227,210,205)
#E9DBD8
(233,219,216)
#EFE4E3
(239,228,227)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99380; }

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

This text font color is #B99380.


Background Color

.myBgColor { background-color: #B99380; }

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

This div background color is #B99380.


Border color

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

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

This div border color is #B99380.


Opacity

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

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

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

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

This text has shadow with #B99380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99380 on black background.


Color preview on white background

This text has color #B99380 on white background.



Black color preview on #B99380 background

This text has black color on #B99380 background.


White color preview on #B99380 background

This text has white color on #B99380 background.