COLOR #B3A487

HEX: #B3A487 RGB: (179,164,135)

Color info

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

RGB color model

#B3A487 color RGB value is (179,164,135).

RGB: (179,164,135) (70%, 64%, 53%)

RGB channels and saturation

R 179 of 255 = 70%
G 164 of 255 = 64%
B 135 of 255 = 53%

179
164
135

R + G + B ~ 62%. #B3A487 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 164 + 135 = 478 (100%)
R 179 of 478 ~ 37.45%
G 164 of 478 ~ 34.31%
B 135 of 478 ~ 28.24'%

%37.45
%34.31
%28.24

CMYK color model

#B3A487 color CMYK value is (0,8,25,30).

  • cyan value is 0.00%
  • magenta value is 8.38%
  • yellow value is 24.58%
  • key color value is 29.80%

CMYK: (0,8,25,30)
C0M8Y25K30 (0%, 8%, 25%, 30%)
(0.00 / 0.08 / 0.25 / 0.30)

CMYK percentages

%0
%8.38
%24.58
%29.8

Codes

Color #B3A487 in popluar color models

B3 A4 87
RGB 179 164 135
HSL 40° 22.45% 61.57%
HSB/HSV 40° 24.58% 70.20%
CMYK 0.00% 8.38% 24.58%
29.80%

Color #B3A487 in popluar number systems.

HEX B3 A4 87
Decimal 179 164 135
Binary 10110011 10100100 10000111
Octal 263 244 207

Shades and tints

Shades of #B3A487

#B3A487
(179,164,135)
#A3967B
(163,150,123)
#93886F
(147,136,111)
#837A63
(131,122,99)
#736C57
(115,108,87)
#635E4B
(99,94,75)
#53503F
(83,80,63)
#434233
(67,66,51)
#333427
(51,52,39)
#23261B
(35,38,27)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #B3A487

#B3A487
(179,164,135)
#B9AC91
(185,172,145)
#BFB49B
(191,180,155)
#C5BCA5
(197,188,165)
#CBC4AF
(203,196,175)
#D1CCB9
(209,204,185)
#D7D4C3
(215,212,195)
#DDDCCD
(221,220,205)
#E3E4D7
(227,228,215)
#E9ECE1
(233,236,225)
#EFF4EB
(239,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A487; }

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

This text font color is #B3A487.

Background Color

.myBgColor { background-color: #B3A487; }

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

This div background color is #B3A487.

Border color

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

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

This div border color is #B3A487.

Opacity

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

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

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

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

This text has shadow with #B3A487 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3A487.

Preview

Color preview on black background

This text has color #B3A487 on black background.


Color preview on white background

This text has color #B3A487 on white background.


Black color preview on #B3A487 background

This text has black color on #B3A487 background.


White color preview on #B3A487 background

This text has white color on #B3A487 background.


Related colors

Complementary color

Complementary color for #hex is #4C5B78.


I love getcolorcode.com

Triadic colors

1 #87B3A4 and #A487B3 with #B3A487 are triadic colors.

2 #87A4B3 and #A4B387 with #B3A487 are triadic colors.