COLOR #B3A295

HEX: #B3A295
RGB: (179,162,149)

Color info

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

RGB color model

#B3A295 color RGB value is (179,162,149).

  • red value is 179;
  • green value is 162;
  • blue value is 149.
RGB:
(179,162,149)
(70%,64%,58%)

RGB channels and saturation

R 179 of 255 = 70%
G 162 of 255 = 64%
B 149 of 255 = 58%

179
162
149

R + G + B ~ 64%. #B3A295 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 162 + 149 = 490 (100%)
R 179 of 490 ~ 36.53%
G 162 of 490 ~ 33.06%
B 149 of 490 ~ 30.41%

%36.53
%33.06
%30.41

CMYK color model

#B3A295 color CMYK value is (0,9,17,30).

  • cyan value is 0.00%
  • magenta value is 9.50%
  • yellow value is 16.76%
  • key color value is 29.80%
CMYK:
(0,9,17,30)
C0M9Y17K30 
(0%,9%,17%,30%)
(0.00/0.09/0.17/0.30)	

CMYK percentages

%0
%9.5
%16.76
%29.8

Codes

Color #B3A295 in popluar color models

B3A295
RGB179162149
HSL26°16.48%64.31%
HSB/HSV26°16.76%70.20%
CMYK0.00%9.50%16.76%
29.80%

Color #B3A295 in popluar number systems.

HEXB3A295
Decimal179162149
Binary101100111010001010010101
Octal263242225

Shades and tints

Shades of #B3A295

#B3A295
(179,162,149)
#A39488
(163,148,136)
#93867B
(147,134,123)
#83786E
(131,120,110)
#736A61
(115,106,97)
#635C54
(99,92,84)
#534E47
(83,78,71)
#43403A
(67,64,58)
#33322D
(51,50,45)
#232420
(35,36,32)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #B3A295

#B3A295
(179,162,149)
#B9AA9E
(185,170,158)
#BFB2A7
(191,178,167)
#C5BAB0
(197,186,176)
#CBC2B9
(203,194,185)
#D1CAC2
(209,202,194)
#D7D2CB
(215,210,203)
#DDDAD4
(221,218,212)
#E3E2DD
(227,226,221)
#E9EAE6
(233,234,230)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A295 color. Also use rgb(179,162,149) instead hex code.

Text Font Color

.myTextColor { color: #B3A295; }

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

This text font color is #B3A295.


Background Color

.myBgColor { background-color: #B3A295; }

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

This div background color is #B3A295.


Border color

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

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

This div border color is #B3A295.


Opacity

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

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

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

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

This text has shadow with #B3A295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A295 on black background.


Color preview on white background

This text has color #B3A295 on white background.



Black color preview on #B3A295 background

This text has black color on #B3A295 background.


White color preview on #B3A295 background

This text has white color on #B3A295 background.