COLOR #B3A287

HEX: #B3A287 RGB: (179,162,135)

Color info

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

RGB color model

#B3A287 color RGB value is (179,162,135).

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

RGB channels and saturation

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

179
162
135

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

Portions of RGB colors in percentages

R + G + B = 179 + 162 + 135 = 476 (100%)
R 179 of 476 ~ 37.61%
G 162 of 476 ~ 34.03%
B 135 of 476 ~ 28.36'%

%37.61
%34.03
%28.36

CMYK color model

#B3A287 color CMYK value is (0,9,25,30).

  • cyan value is 0.00%
  • magenta value is 9.50%
  • yellow value is 24.58%
  • key color value is 29.80%
CMYK: (0,9,25,30) C0M9Y25K30 (0%,9%,25%,30%) (0.00/0.09/0.25/0.30) 

CMYK percentages

%0
%9.5
%24.58
%29.8

Codes

Color #B3A287 in popluar color models

B3 A2 87
RGB 179 162 135
HSL 37° 22.45% 61.57%
HSB/HSV 37° 24.58% 70.20%
CMYK 0.00% 9.50% 24.58%
29.80%

Color #B3A287 in popluar number systems.

HEX B3 A2 87
Decimal 179 162 135
Binary 10110011 10100010 10000111
Octal 263 242 207

Shades and tints

Shades of #B3A287

#B3A287
(179,162,135)
#A3947B
(163,148,123)
#93866F
(147,134,111)
#837863
(131,120,99)
#736A57
(115,106,87)
#635C4B
(99,92,75)
#534E3F
(83,78,63)
#434033
(67,64,51)
#333227
(51,50,39)
#23241B
(35,36,27)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #B3A287

#B3A287
(179,162,135)
#B9AA91
(185,170,145)
#BFB29B
(191,178,155)
#C5BAA5
(197,186,165)
#CBC2AF
(203,194,175)
#D1CAB9
(209,202,185)
#D7D2C3
(215,210,195)
#DDDACD
(221,218,205)
#E3E2D7
(227,226,215)
#E9EAE1
(233,234,225)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A287; }

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

This text font color is #B3A287.

Background Color

.myBgColor { background-color: #B3A287; }

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

This div background color is #B3A287.

Border color

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

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

This div border color is #B3A287.

Opacity

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

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

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

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

This text has shadow with #B3A287 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3A287.

Preview

Color preview on black background

This text has color #B3A287 on black background.


Color preview on white background

This text has color #B3A287 on white background.


Black color preview on #B3A287 background

This text has black color on #B3A287 background.


White color preview on #B3A287 background

This text has white color on #B3A287 background.


Related colors

Complementary color

Complementary color for #hex is #4C5D78.


I love getcolorcode.com

Triadic colors

1 #87B3A2 and #A287B3 with #B3A287 are triadic colors.

2 #87A2B3 and #A2B387 with #B3A287 are triadic colors.