COLOR #B3A596

HEX: #B3A596
RGB: (179,165,150)

Color info

#B3A596 contains red, green and blue colors in about the same proportion. Web safe color of #B3A596 is #999999 (or #999).

RGB color model

#B3A596 color RGB value is (179,165,150).

  • red value is 179;
  • green value is 165;
  • blue value is 150.
RGB:
(179,165,150)
(70%,65%,59%)

RGB channels and saturation

R 179 of 255 = 70%
G 165 of 255 = 65%
B 150 of 255 = 59%

179
165
150

R + G + B ~ 65%. #B3A596 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 165 + 150 = 494 (100%)
R 179 of 494 ~ 36.23%
G 165 of 494 ~ 33.4%
B 150 of 494 ~ 30.36%

%36.23
%33.4
%30.36

CMYK color model

#B3A596 color CMYK value is (0,8,16,30).

  • cyan value is 0.00%
  • magenta value is 7.82%
  • yellow value is 16.20%
  • key color value is 29.80%
CMYK:
(0,8,16,30)
C0M8Y16K30 
(0%,8%,16%,30%)
(0.00/0.08/0.16/0.30)	

CMYK percentages

%0
%7.82
%16.2
%29.8

Codes

Color #B3A596 in popluar color models

B3A596
RGB179165150
HSL31°16.02%64.51%
HSB/HSV31°16.20%70.20%
CMYK0.00%7.82%16.20%
29.80%

Color #B3A596 in popluar number systems.

HEXB3A596
Decimal179165150
Binary101100111010010110010110
Octal263245226

Shades and tints

Shades of #B3A596

#B3A596
(179,165,150)
#A39689
(163,150,137)
#93877C
(147,135,124)
#83786F
(131,120,111)
#736962
(115,105,98)
#635A55
(99,90,85)
#534B48
(83,75,72)
#433C3B
(67,60,59)
#332D2E
(51,45,46)
#231E21
(35,30,33)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #B3A596

#B3A596
(179,165,150)
#B9AD9F
(185,173,159)
#BFB5A8
(191,181,168)
#C5BDB1
(197,189,177)
#CBC5BA
(203,197,186)
#D1CDC3
(209,205,195)
#D7D5CC
(215,213,204)
#DDDDD5
(221,221,213)
#E3E5DE
(227,229,222)
#E9EDE7
(233,237,231)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A596; }

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

This text font color is #B3A596.


Background Color

.myBgColor { background-color: #B3A596; }

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

This div background color is #B3A596.


Border color

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

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

This div border color is #B3A596.


Opacity

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

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

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

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

This text has shadow with #B3A596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A596 on black background.


Color preview on white background

This text has color #B3A596 on white background.



Black color preview on #B3A596 background

This text has black color on #B3A596 background.


White color preview on #B3A596 background

This text has white color on #B3A596 background.