COLOR #B99B82

HEX: #B99B82
RGB: (185,155,130)

Color info

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

RGB color model

#B99B82 color RGB value is (185,155,130).

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

RGB channels and saturation

R 185 of 255 = 73%
G 155 of 255 = 61%
B 130 of 255 = 51%

185
155
130

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

Portions of RGB colors in percentages

R + G + B =
185 + 155 + 130 = 470 (100%)
R 185 of 470 ~ 39.36%
G 155 of 470 ~ 32.98%
B 130 of 470 ~ 27.66%

%39.36
%32.98
%27.66

CMYK color model

#B99B82 color CMYK value is (0,16,30,27).

  • cyan value is 0.00%
  • magenta value is 16.22%
  • yellow value is 29.73%
  • key color value is 27.45%
CMYK:
(0,16,30,27)
C0M16Y30K27 
(0%,16%,30%,27%)
(0.00/0.16/0.30/0.27)	

CMYK percentages

%0
%16.22
%29.73
%27.45

Codes

Color #B99B82 in popluar color models

B99B82
RGB185155130
HSL27°28.21%61.76%
HSB/HSV27°29.73%72.55%
CMYK0.00%16.22%29.73%
27.45%

Color #B99B82 in popluar number systems.

HEXB99B82
Decimal185155130
Binary101110011001101110000010
Octal271233202

Shades and tints

Shades of #B99B82

#B99B82
(185,155,130)
#A98D77
(169,141,119)
#997F6C
(153,127,108)
#897161
(137,113,97)
#796356
(121,99,86)
#69554B
(105,85,75)
#594740
(89,71,64)
#493935
(73,57,53)
#392B2A
(57,43,42)
#291D1F
(41,29,31)
#190F14
(25,15,20)
#000000
(0,0,0)

Tints of #B99B82

#B99B82
(185,155,130)
#BFA48D
(191,164,141)
#C5AD98
(197,173,152)
#CBB6A3
(203,182,163)
#D1BFAE
(209,191,174)
#D7C8B9
(215,200,185)
#DDD1C4
(221,209,196)
#E3DACF
(227,218,207)
#E9E3DA
(233,227,218)
#EFECE5
(239,236,229)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99B82; }

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

This text font color is #B99B82.


Background Color

.myBgColor { background-color: #B99B82; }

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

This div background color is #B99B82.


Border color

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

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

This div border color is #B99B82.


Opacity

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

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

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

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

This text has shadow with #B99B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99B82 on black background.


Color preview on white background

This text has color #B99B82 on white background.



Black color preview on #B99B82 background

This text has black color on #B99B82 background.


White color preview on #B99B82 background

This text has white color on #B99B82 background.