COLOR #B3A063

HEX: #B3A063
RGB: (179,160,99)

Color info

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

RGB color model

#B3A063 color RGB value is (179,160,99).

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

RGB channels and saturation

R 179 of 255 = 70%
G 160 of 255 = 63%
B 99 of 255 = 39%

179
160
99

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

Portions of RGB colors in percentages

R + G + B =
179 + 160 + 99 = 438 (100%)
R 179 of 438 ~ 40.87%
G 160 of 438 ~ 36.53%
B 99 of 438 ~ 22.6%

%40.87
%36.53
%22.6

CMYK color model

#B3A063 color CMYK value is (0,11,45,30).

  • cyan value is 0.00%
  • magenta value is 10.61%
  • yellow value is 44.69%
  • key color value is 29.80%
CMYK:
(0,11,45,30)
C0M11Y45K30 
(0%,11%,45%,30%)
(0.00/0.11/0.45/0.30)	

CMYK percentages

%0
%10.61
%44.69
%29.8

Codes

Color #B3A063 in popluar color models

B3A063
RGB17916099
HSL46°34.48%54.51%
HSB/HSV46°44.69%70.20%
CMYK0.00%10.61%44.69%
29.80%

Color #B3A063 in popluar number systems.

HEXB3A063
Decimal17916099
Binary10110011101000001100011
Octal263240143

Shades and tints

Shades of #B3A063

#B3A063
(179,160,99)
#A3925A
(163,146,90)
#938451
(147,132,81)
#837648
(131,118,72)
#73683F
(115,104,63)
#635A36
(99,90,54)
#534C2D
(83,76,45)
#433E24
(67,62,36)
#33301B
(51,48,27)
#232212
(35,34,18)
#131409
(19,20,9)
#000000
(0,0,0)

Tints of #B3A063

#B3A063
(179,160,99)
#B9A871
(185,168,113)
#BFB07F
(191,176,127)
#C5B88D
(197,184,141)
#CBC09B
(203,192,155)
#D1C8A9
(209,200,169)
#D7D0B7
(215,208,183)
#DDD8C5
(221,216,197)
#E3E0D3
(227,224,211)
#E9E8E1
(233,232,225)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A063; }

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

This text font color is #B3A063.


Background Color

.myBgColor { background-color: #B3A063; }

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

This div background color is #B3A063.


Border color

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

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

This div border color is #B3A063.


Opacity

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

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

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

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

This text has shadow with #B3A063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A063 on black background.


Color preview on white background

This text has color #B3A063 on white background.



Black color preview on #B3A063 background

This text has black color on #B3A063 background.


White color preview on #B3A063 background

This text has white color on #B3A063 background.