COLOR #B6B19B

HEX: #B6B19B
RGB: (182,177,155)

Color info

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

RGB color model

#B6B19B color RGB value is (182,177,155).

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

RGB channels and saturation

R 182 of 255 = 71%
G 177 of 255 = 69%
B 155 of 255 = 61%

182
177
155

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

Portions of RGB colors in percentages

R + G + B =
182 + 177 + 155 = 514 (100%)
R 182 of 514 ~ 35.41%
G 177 of 514 ~ 34.44%
B 155 of 514 ~ 30.16%

%35.41
%34.44
%30.16

CMYK color model

#B6B19B color CMYK value is (0,3,15,29).

  • cyan value is 0.00%
  • magenta value is 2.75%
  • yellow value is 14.84%
  • key color value is 28.63%
CMYK:
(0,3,15,29)
C0M3Y15K29 
(0%,3%,15%,29%)
(0.00/0.03/0.15/0.29)	

CMYK percentages

%0
%2.75
%14.84
%28.63

Codes

Color #B6B19B in popluar color models

B6B19B
RGB182177155
HSL49°15.61%66.08%
HSB/HSV49°14.84%71.37%
CMYK0.00%2.75%14.84%
28.63%

Color #B6B19B in popluar number systems.

HEXB6B19B
Decimal182177155
Binary101101101011000110011011
Octal266261233

Shades and tints

Shades of #B6B19B

#B6B19B
(182,177,155)
#A6A18D
(166,161,141)
#96917F
(150,145,127)
#868171
(134,129,113)
#767163
(118,113,99)
#666155
(102,97,85)
#565147
(86,81,71)
#464139
(70,65,57)
#36312B
(54,49,43)
#26211D
(38,33,29)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #B6B19B

#B6B19B
(182,177,155)
#BCB8A4
(188,184,164)
#C2BFAD
(194,191,173)
#C8C6B6
(200,198,182)
#CECDBF
(206,205,191)
#D4D4C8
(212,212,200)
#DADBD1
(218,219,209)
#E0E2DA
(224,226,218)
#E6E9E3
(230,233,227)
#ECF0EC
(236,240,236)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B19B; }

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

This text font color is #B6B19B.


Background Color

.myBgColor { background-color: #B6B19B; }

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

This div background color is #B6B19B.


Border color

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

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

This div border color is #B6B19B.


Opacity

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

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

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

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

This text has shadow with #B6B19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B19B on black background.


Color preview on white background

This text has color #B6B19B on white background.



Black color preview on #B6B19B background

This text has black color on #B6B19B background.


White color preview on #B6B19B background

This text has white color on #B6B19B background.