COLOR #B3A499

HEX: #B3A499
RGB: (179,164,153)

Color info

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

RGB color model

#B3A499 color RGB value is (179,164,153).

  • red value is 179;
  • green value is 164;
  • blue value is 153.
RGB:
(179,164,153)
(70%,64%,60%)

RGB channels and saturation

R 179 of 255 = 70%
G 164 of 255 = 64%
B 153 of 255 = 60%

179
164
153

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

Portions of RGB colors in percentages

R + G + B =
179 + 164 + 153 = 496 (100%)
R 179 of 496 ~ 36.09%
G 164 of 496 ~ 33.06%
B 153 of 496 ~ 30.85%

%36.09
%33.06
%30.85

CMYK color model

#B3A499 color CMYK value is (0,8,15,30).

  • cyan value is 0.00%
  • magenta value is 8.38%
  • yellow value is 14.53%
  • key color value is 29.80%
CMYK:
(0,8,15,30)
C0M8Y15K30 
(0%,8%,15%,30%)
(0.00/0.08/0.15/0.30)	

CMYK percentages

%0
%8.38
%14.53
%29.8

Codes

Color #B3A499 in popluar color models

B3A499
RGB179164153
HSL25°14.61%65.10%
HSB/HSV25°14.53%70.20%
CMYK0.00%8.38%14.53%
29.80%

Color #B3A499 in popluar number systems.

HEXB3A499
Decimal179164153
Binary101100111010010010011001
Octal263244231

Shades and tints

Shades of #B3A499

#B3A499
(179,164,153)
#A3968C
(163,150,140)
#93887F
(147,136,127)
#837A72
(131,122,114)
#736C65
(115,108,101)
#635E58
(99,94,88)
#53504B
(83,80,75)
#43423E
(67,66,62)
#333431
(51,52,49)
#232624
(35,38,36)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #B3A499

#B3A499
(179,164,153)
#B9ACA2
(185,172,162)
#BFB4AB
(191,180,171)
#C5BCB4
(197,188,180)
#CBC4BD
(203,196,189)
#D1CCC6
(209,204,198)
#D7D4CF
(215,212,207)
#DDDCD8
(221,220,216)
#E3E4E1
(227,228,225)
#E9ECEA
(233,236,234)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A499 color. Also use rgb(179,164,153) instead hex code.

Text Font Color

.myTextColor { color: #B3A499; }

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

This text font color is #B3A499.


Background Color

.myBgColor { background-color: #B3A499; }

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

This div background color is #B3A499.


Border color

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

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

This div border color is #B3A499.


Opacity

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

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

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

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

This text has shadow with #B3A499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A499 on black background.


Color preview on white background

This text has color #B3A499 on white background.



Black color preview on #B3A499 background

This text has black color on #B3A499 background.


White color preview on #B3A499 background

This text has white color on #B3A499 background.