COLOR #B3A469

HEX: #B3A469
RGB: (179,164,105)

Color info

#B3A469 contains mainly red and green colors. Web safe color of #B3A469 is #999966 (or #996).

RGB color model

#B3A469 color RGB value is (179,164,105).

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

RGB channels and saturation

R 179 of 255 = 70%
G 164 of 255 = 64%
B 105 of 255 = 41%

179
164
105

R + G + B ~ 58%. #B3A469 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
179 + 164 + 105 = 448 (100%)
R 179 of 448 ~ 39.96%
G 164 of 448 ~ 36.61%
B 105 of 448 ~ 23.44%

%39.96
%36.61
%23.44

CMYK color model

#B3A469 color CMYK value is (0,8,41,30).

  • cyan value is 0.00%
  • magenta value is 8.38%
  • yellow value is 41.34%
  • key color value is 29.80%
CMYK:
(0,8,41,30)
C0M8Y41K30 
(0%,8%,41%,30%)
(0.00/0.08/0.41/0.30)	

CMYK percentages

%0
%8.38
%41.34
%29.8

Codes

Color #B3A469 in popluar color models

B3A469
RGB179164105
HSL48°32.74%55.69%
HSB/HSV48°41.34%70.20%
CMYK0.00%8.38%41.34%
29.80%

Color #B3A469 in popluar number systems.

HEXB3A469
Decimal179164105
Binary10110011101001001101001
Octal263244151

Shades and tints

Shades of #B3A469

#B3A469
(179,164,105)
#A39660
(163,150,96)
#938857
(147,136,87)
#837A4E
(131,122,78)
#736C45
(115,108,69)
#635E3C
(99,94,60)
#535033
(83,80,51)
#43422A
(67,66,42)
#333421
(51,52,33)
#232618
(35,38,24)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #B3A469

#B3A469
(179,164,105)
#B9AC76
(185,172,118)
#BFB483
(191,180,131)
#C5BC90
(197,188,144)
#CBC49D
(203,196,157)
#D1CCAA
(209,204,170)
#D7D4B7
(215,212,183)
#DDDCC4
(221,220,196)
#E3E4D1
(227,228,209)
#E9ECDE
(233,236,222)
#EFF4EB
(239,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A469; }

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

This text font color is #B3A469.


Background Color

.myBgColor { background-color: #B3A469; }

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

This div background color is #B3A469.


Border color

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

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

This div border color is #B3A469.


Opacity

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

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

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

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

This text has shadow with #B3A469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A469 on black background.


Color preview on white background

This text has color #B3A469 on white background.



Black color preview on #B3A469 background

This text has black color on #B3A469 background.


White color preview on #B3A469 background

This text has white color on #B3A469 background.