COLOR #B3A550

HEX: #B3A550
RGB: (179,165,80)

Color info

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

RGB color model

#B3A550 color RGB value is (179,165,80).

  • red value is 179;
  • green value is 165;
  • blue value is 80.
RGB:
(179,165,80)
(70%,65%,31%)

RGB channels and saturation

R 179 of 255 = 70%
G 165 of 255 = 65%
B 80 of 255 = 31%

179
165
80

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

Portions of RGB colors in percentages

R + G + B =
179 + 165 + 80 = 424 (100%)
R 179 of 424 ~ 42.22%
G 165 of 424 ~ 38.92%
B 80 of 424 ~ 18.87%

%42.22
%38.92
%18.87

CMYK color model

#B3A550 color CMYK value is (0,8,55,30).

  • cyan value is 0.00%
  • magenta value is 7.82%
  • yellow value is 55.31%
  • key color value is 29.80%
CMYK:
(0,8,55,30)
C0M8Y55K30 
(0%,8%,55%,30%)
(0.00/0.08/0.55/0.30)	

CMYK percentages

%0
%7.82
%55.31
%29.8

Codes

Color #B3A550 in popluar color models

B3A550
RGB17916580
HSL52°39.44%50.78%
HSB/HSV52°55.31%70.20%
CMYK0.00%7.82%55.31%
29.80%

Color #B3A550 in popluar number systems.

HEXB3A550
Decimal17916580
Binary10110011101001011010000
Octal263245120

Shades and tints

Shades of #B3A550

#B3A550
(179,165,80)
#A39649
(163,150,73)
#938742
(147,135,66)
#83783B
(131,120,59)
#736934
(115,105,52)
#635A2D
(99,90,45)
#534B26
(83,75,38)
#433C1F
(67,60,31)
#332D18
(51,45,24)
#231E11
(35,30,17)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #B3A550

#B3A550
(179,165,80)
#B9AD5F
(185,173,95)
#BFB56E
(191,181,110)
#C5BD7D
(197,189,125)
#CBC58C
(203,197,140)
#D1CD9B
(209,205,155)
#D7D5AA
(215,213,170)
#DDDDB9
(221,221,185)
#E3E5C8
(227,229,200)
#E9EDD7
(233,237,215)
#EFF5E6
(239,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A550 color. Also use rgb(179,165,80) instead hex code.

Text Font Color

.myTextColor { color: #B3A550; }

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

This text font color is #B3A550.


Background Color

.myBgColor { background-color: #B3A550; }

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

This div background color is #B3A550.


Border color

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

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

This div border color is #B3A550.


Opacity

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

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

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

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

This text has shadow with #B3A550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A550 on black background.


Color preview on white background

This text has color #B3A550 on white background.



Black color preview on #B3A550 background

This text has black color on #B3A550 background.


White color preview on #B3A550 background

This text has white color on #B3A550 background.