COLOR #B99682

HEX: #B99682
RGB: (185,150,130)

Color info

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

RGB color model

#B99682 color RGB value is (185,150,130).

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

RGB channels and saturation

R 185 of 255 = 73%
G 150 of 255 = 59%
B 130 of 255 = 51%

185
150
130

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

Portions of RGB colors in percentages

R + G + B =
185 + 150 + 130 = 465 (100%)
R 185 of 465 ~ 39.78%
G 150 of 465 ~ 32.26%
B 130 of 465 ~ 27.96%

%39.78
%32.26
%27.96

CMYK color model

#B99682 color CMYK value is (0,19,30,27).

  • cyan value is 0.00%
  • magenta value is 18.92%
  • yellow value is 29.73%
  • key color value is 27.45%
CMYK:
(0,19,30,27)
C0M19Y30K27 
(0%,19%,30%,27%)
(0.00/0.19/0.30/0.27)	

CMYK percentages

%0
%18.92
%29.73
%27.45

Codes

Color #B99682 in popluar color models

B99682
RGB185150130
HSL22°28.21%61.76%
HSB/HSV22°29.73%72.55%
CMYK0.00%18.92%29.73%
27.45%

Color #B99682 in popluar number systems.

HEXB99682
Decimal185150130
Binary101110011001011010000010
Octal271226202

Shades and tints

Shades of #B99682

#B99682
(185,150,130)
#A98977
(169,137,119)
#997C6C
(153,124,108)
#896F61
(137,111,97)
#796256
(121,98,86)
#69554B
(105,85,75)
#594840
(89,72,64)
#493B35
(73,59,53)
#392E2A
(57,46,42)
#29211F
(41,33,31)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #B99682

#B99682
(185,150,130)
#BF9F8D
(191,159,141)
#C5A898
(197,168,152)
#CBB1A3
(203,177,163)
#D1BAAE
(209,186,174)
#D7C3B9
(215,195,185)
#DDCCC4
(221,204,196)
#E3D5CF
(227,213,207)
#E9DEDA
(233,222,218)
#EFE7E5
(239,231,229)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99682; }

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

This text font color is #B99682.


Background Color

.myBgColor { background-color: #B99682; }

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

This div background color is #B99682.


Border color

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

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

This div border color is #B99682.


Opacity

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

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

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

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

This text has shadow with #B99682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99682 on black background.


Color preview on white background

This text has color #B99682 on white background.



Black color preview on #B99682 background

This text has black color on #B99682 background.


White color preview on #B99682 background

This text has white color on #B99682 background.