COLOR #B3A073

HEX: #B3A073
RGB: (179,160,115)

Color info

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

RGB color model

#B3A073 color RGB value is (179,160,115).

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

RGB channels and saturation

R 179 of 255 = 70%
G 160 of 255 = 63%
B 115 of 255 = 45%

179
160
115

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

Portions of RGB colors in percentages

R + G + B =
179 + 160 + 115 = 454 (100%)
R 179 of 454 ~ 39.43%
G 160 of 454 ~ 35.24%
B 115 of 454 ~ 25.33%

%39.43
%35.24
%25.33

CMYK color model

#B3A073 color CMYK value is (0,11,36,30).

  • cyan value is 0.00%
  • magenta value is 10.61%
  • yellow value is 35.75%
  • key color value is 29.80%
CMYK:
(0,11,36,30)
C0M11Y36K30 
(0%,11%,36%,30%)
(0.00/0.11/0.36/0.30)	

CMYK percentages

%0
%10.61
%35.75
%29.8

Codes

Color #B3A073 in popluar color models

B3A073
RGB179160115
HSL42°29.63%57.65%
HSB/HSV42°35.75%70.20%
CMYK0.00%10.61%35.75%
29.80%

Color #B3A073 in popluar number systems.

HEXB3A073
Decimal179160115
Binary10110011101000001110011
Octal263240163

Shades and tints

Shades of #B3A073

#B3A073
(179,160,115)
#A39269
(163,146,105)
#93845F
(147,132,95)
#837655
(131,118,85)
#73684B
(115,104,75)
#635A41
(99,90,65)
#534C37
(83,76,55)
#433E2D
(67,62,45)
#333023
(51,48,35)
#232219
(35,34,25)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #B3A073

#B3A073
(179,160,115)
#B9A87F
(185,168,127)
#BFB08B
(191,176,139)
#C5B897
(197,184,151)
#CBC0A3
(203,192,163)
#D1C8AF
(209,200,175)
#D7D0BB
(215,208,187)
#DDD8C7
(221,216,199)
#E3E0D3
(227,224,211)
#E9E8DF
(233,232,223)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A073; }

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

This text font color is #B3A073.


Background Color

.myBgColor { background-color: #B3A073; }

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

This div background color is #B3A073.


Border color

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

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

This div border color is #B3A073.


Opacity

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

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

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

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

This text has shadow with #B3A073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A073 on black background.


Color preview on white background

This text has color #B3A073 on white background.



Black color preview on #B3A073 background

This text has black color on #B3A073 background.


White color preview on #B3A073 background

This text has white color on #B3A073 background.