COLOR #B7B196

HEX: #B7B196
RGB: (183,177,150)

Color info

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

RGB color model

#B7B196 color RGB value is (183,177,150).

  • red value is 183;
  • green value is 177;
  • blue value is 150.
RGB:
(183,177,150)
(72%,69%,59%)

RGB channels and saturation

R 183 of 255 = 72%
G 177 of 255 = 69%
B 150 of 255 = 59%

183
177
150

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

Portions of RGB colors in percentages

R + G + B =
183 + 177 + 150 = 510 (100%)
R 183 of 510 ~ 35.88%
G 177 of 510 ~ 34.71%
B 150 of 510 ~ 29.41%

%35.88
%34.71
%29.41

CMYK color model

#B7B196 color CMYK value is (0,3,18,28).

  • cyan value is 0.00%
  • magenta value is 3.28%
  • yellow value is 18.03%
  • key color value is 28.24%
CMYK:
(0,3,18,28)
C0M3Y18K28 
(0%,3%,18%,28%)
(0.00/0.03/0.18/0.28)	

CMYK percentages

%0
%3.28
%18.03
%28.24

Codes

Color #B7B196 in popluar color models

B7B196
RGB183177150
HSL49°18.64%65.29%
HSB/HSV49°18.03%71.76%
CMYK0.00%3.28%18.03%
28.24%

Color #B7B196 in popluar number systems.

HEXB7B196
Decimal183177150
Binary101101111011000110010110
Octal267261226

Shades and tints

Shades of #B7B196

#B7B196
(183,177,150)
#A7A189
(167,161,137)
#97917C
(151,145,124)
#87816F
(135,129,111)
#777162
(119,113,98)
#676155
(103,97,85)
#575148
(87,81,72)
#47413B
(71,65,59)
#37312E
(55,49,46)
#272121
(39,33,33)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #B7B196

#B7B196
(183,177,150)
#BDB89F
(189,184,159)
#C3BFA8
(195,191,168)
#C9C6B1
(201,198,177)
#CFCDBA
(207,205,186)
#D5D4C3
(213,212,195)
#DBDBCC
(219,219,204)
#E1E2D5
(225,226,213)
#E7E9DE
(231,233,222)
#EDF0E7
(237,240,231)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7B196 color. Also use rgb(183,177,150) instead hex code.

Text Font Color

.myTextColor { color: #B7B196; }

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

This text font color is #B7B196.


Background Color

.myBgColor { background-color: #B7B196; }

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

This div background color is #B7B196.


Border color

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

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

This div border color is #B7B196.


Opacity

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

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

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

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

This text has shadow with #B7B196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B196 on black background.


Color preview on white background

This text has color #B7B196 on white background.



Black color preview on #B7B196 background

This text has black color on #B7B196 background.


White color preview on #B7B196 background

This text has white color on #B7B196 background.