COLOR #B6B193

HEX: #B6B193
RGB: (182,177,147)

Color info

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

RGB color model

#B6B193 color RGB value is (182,177,147).

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

RGB channels and saturation

R 182 of 255 = 71%
G 177 of 255 = 69%
B 147 of 255 = 58%

182
177
147

R + G + B ~ 66%. #B6B193 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 177 + 147 = 506 (100%)
R 182 of 506 ~ 35.97%
G 177 of 506 ~ 34.98%
B 147 of 506 ~ 29.05%

%35.97
%34.98
%29.05

CMYK color model

#B6B193 color CMYK value is (0,3,19,29).

  • cyan value is 0.00%
  • magenta value is 2.75%
  • yellow value is 19.23%
  • key color value is 28.63%
CMYK:
(0,3,19,29)
C0M3Y19K29 
(0%,3%,19%,29%)
(0.00/0.03/0.19/0.29)	

CMYK percentages

%0
%2.75
%19.23
%28.63

Codes

Color #B6B193 in popluar color models

B6B193
RGB182177147
HSL51°19.34%64.51%
HSB/HSV51°19.23%71.37%
CMYK0.00%2.75%19.23%
28.63%

Color #B6B193 in popluar number systems.

HEXB6B193
Decimal182177147
Binary101101101011000110010011
Octal266261223

Shades and tints

Shades of #B6B193

#B6B193
(182,177,147)
#A6A186
(166,161,134)
#969179
(150,145,121)
#86816C
(134,129,108)
#76715F
(118,113,95)
#666152
(102,97,82)
#565145
(86,81,69)
#464138
(70,65,56)
#36312B
(54,49,43)
#26211E
(38,33,30)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #B6B193

#B6B193
(182,177,147)
#BCB89C
(188,184,156)
#C2BFA5
(194,191,165)
#C8C6AE
(200,198,174)
#CECDB7
(206,205,183)
#D4D4C0
(212,212,192)
#DADBC9
(218,219,201)
#E0E2D2
(224,226,210)
#E6E9DB
(230,233,219)
#ECF0E4
(236,240,228)
#F2F7ED
(242,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B193; }

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

This text font color is #B6B193.


Background Color

.myBgColor { background-color: #B6B193; }

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

This div background color is #B6B193.


Border color

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

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

This div border color is #B6B193.


Opacity

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

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

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

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

This text has shadow with #B6B193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B193 on black background.


Color preview on white background

This text has color #B6B193 on white background.



Black color preview on #B6B193 background

This text has black color on #B6B193 background.


White color preview on #B6B193 background

This text has white color on #B6B193 background.