COLOR #B3A081

HEX: #B3A081
RGB: (179,160,129)

Color info

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

RGB color model

#B3A081 color RGB value is (179,160,129).

  • red value is 179;
  • green value is 160;
  • blue value is 129.
RGB:
(179,160,129)
(70%,63%,51%)

RGB channels and saturation

R 179 of 255 = 70%
G 160 of 255 = 63%
B 129 of 255 = 51%

179
160
129

R + G + B ~ 61%. #B3A081 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 160 + 129 = 468 (100%)
R 179 of 468 ~ 38.25%
G 160 of 468 ~ 34.19%
B 129 of 468 ~ 27.56%

%38.25
%34.19
%27.56

CMYK color model

#B3A081 color CMYK value is (0,11,28,30).

  • cyan value is 0.00%
  • magenta value is 10.61%
  • yellow value is 27.93%
  • key color value is 29.80%
CMYK:
(0,11,28,30)
C0M11Y28K30 
(0%,11%,28%,30%)
(0.00/0.11/0.28/0.30)	

CMYK percentages

%0
%10.61
%27.93
%29.8

Codes

Color #B3A081 in popluar color models

B3A081
RGB179160129
HSL37°24.75%60.39%
HSB/HSV37°27.93%70.20%
CMYK0.00%10.61%27.93%
29.80%

Color #B3A081 in popluar number systems.

HEXB3A081
Decimal179160129
Binary101100111010000010000001
Octal263240201

Shades and tints

Shades of #B3A081

#B3A081
(179,160,129)
#A39276
(163,146,118)
#93846B
(147,132,107)
#837660
(131,118,96)
#736855
(115,104,85)
#635A4A
(99,90,74)
#534C3F
(83,76,63)
#433E34
(67,62,52)
#333029
(51,48,41)
#23221E
(35,34,30)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #B3A081

#B3A081
(179,160,129)
#B9A88C
(185,168,140)
#BFB097
(191,176,151)
#C5B8A2
(197,184,162)
#CBC0AD
(203,192,173)
#D1C8B8
(209,200,184)
#D7D0C3
(215,208,195)
#DDD8CE
(221,216,206)
#E3E0D9
(227,224,217)
#E9E8E4
(233,232,228)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A081 color. Also use rgb(179,160,129) instead hex code.

Text Font Color

.myTextColor { color: #B3A081; }

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

This text font color is #B3A081.


Background Color

.myBgColor { background-color: #B3A081; }

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

This div background color is #B3A081.


Border color

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

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

This div border color is #B3A081.


Opacity

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

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

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

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

This text has shadow with #B3A081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A081 on black background.


Color preview on white background

This text has color #B3A081 on white background.



Black color preview on #B3A081 background

This text has black color on #B3A081 background.


White color preview on #B3A081 background

This text has white color on #B3A081 background.