COLOR #B6B199

HEX: #B6B199
RGB: (182,177,153)

Color info

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

RGB color model

#B6B199 color RGB value is (182,177,153).

  • red value is 182;
  • green value is 177;
  • blue value is 153.
RGB:
(182,177,153)
(71%,69%,60%)

RGB channels and saturation

R 182 of 255 = 71%
G 177 of 255 = 69%
B 153 of 255 = 60%

182
177
153

R + G + B ~ 67%. #B6B199 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 177 + 153 = 512 (100%)
R 182 of 512 ~ 35.55%
G 177 of 512 ~ 34.57%
B 153 of 512 ~ 29.88%

%35.55
%34.57
%29.88

CMYK color model

#B6B199 color CMYK value is (0,3,16,29).

  • cyan value is 0.00%
  • magenta value is 2.75%
  • yellow value is 15.93%
  • key color value is 28.63%
CMYK:
(0,3,16,29)
C0M3Y16K29 
(0%,3%,16%,29%)
(0.00/0.03/0.16/0.29)	

CMYK percentages

%0
%2.75
%15.93
%28.63

Codes

Color #B6B199 in popluar color models

B6B199
RGB182177153
HSL50°16.57%65.69%
HSB/HSV50°15.93%71.37%
CMYK0.00%2.75%15.93%
28.63%

Color #B6B199 in popluar number systems.

HEXB6B199
Decimal182177153
Binary101101101011000110011001
Octal266261231

Shades and tints

Shades of #B6B199

#B6B199
(182,177,153)
#A6A18C
(166,161,140)
#96917F
(150,145,127)
#868172
(134,129,114)
#767165
(118,113,101)
#666158
(102,97,88)
#56514B
(86,81,75)
#46413E
(70,65,62)
#363131
(54,49,49)
#262124
(38,33,36)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #B6B199

#B6B199
(182,177,153)
#BCB8A2
(188,184,162)
#C2BFAB
(194,191,171)
#C8C6B4
(200,198,180)
#CECDBD
(206,205,189)
#D4D4C6
(212,212,198)
#DADBCF
(218,219,207)
#E0E2D8
(224,226,216)
#E6E9E1
(230,233,225)
#ECF0EA
(236,240,234)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6B199 color. Also use rgb(182,177,153) instead hex code.

Text Font Color

.myTextColor { color: #B6B199; }

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

This text font color is #B6B199.


Background Color

.myBgColor { background-color: #B6B199; }

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

This div background color is #B6B199.


Border color

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

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

This div border color is #B6B199.


Opacity

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

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

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

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

This text has shadow with #B6B199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B199 on black background.


Color preview on white background

This text has color #B6B199 on white background.



Black color preview on #B6B199 background

This text has black color on #B6B199 background.


White color preview on #B6B199 background

This text has white color on #B6B199 background.