COLOR #B79696

HEX: #B79696
RGB: (183,150,150)

Color info

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

RGB color model

#B79696 color RGB value is (183,150,150).

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

RGB channels and saturation

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

183
150
150

R + G + B ~ 63%. #B79696 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 150 + 150 = 483 (100%)
R 183 of 483 ~ 37.89%
G 150 of 483 ~ 31.06%
B 150 of 483 ~ 31.06%

%37.89
%31.06
%31.06

CMYK color model

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

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

CMYK percentages

%0
%18.03
%18.03
%28.24

Codes

Color #B79696 in popluar color models

B79696
RGB183150150
HSL18.64%65.29%
HSB/HSV18.03%71.76%
CMYK0.00%18.03%18.03%
28.24%

Color #B79696 in popluar number systems.

HEXB79696
Decimal183150150
Binary101101111001011010010110
Octal267226226

Shades and tints

Shades of #B79696

#B79696
(183,150,150)
#A78989
(167,137,137)
#977C7C
(151,124,124)
#876F6F
(135,111,111)
#776262
(119,98,98)
#675555
(103,85,85)
#574848
(87,72,72)
#473B3B
(71,59,59)
#372E2E
(55,46,46)
#272121
(39,33,33)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #B79696

#B79696
(183,150,150)
#BD9F9F
(189,159,159)
#C3A8A8
(195,168,168)
#C9B1B1
(201,177,177)
#CFBABA
(207,186,186)
#D5C3C3
(213,195,195)
#DBCCCC
(219,204,204)
#E1D5D5
(225,213,213)
#E7DEDE
(231,222,222)
#EDE7E7
(237,231,231)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79696; }

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

This text font color is #B79696.


Background Color

.myBgColor { background-color: #B79696; }

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

This div background color is #B79696.


Border color

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

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

This div border color is #B79696.


Opacity

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

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

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

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

This text has shadow with #B79696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B79696 on black background.


Color preview on white background

This text has color #B79696 on white background.



Black color preview on #B79696 background

This text has black color on #B79696 background.


White color preview on #B79696 background

This text has white color on #B79696 background.