COLOR #B3A55A

HEX: #B3A55A
RGB: (179,165,90)

Color info

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

RGB color model

#B3A55A color RGB value is (179,165,90).

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

RGB channels and saturation

R 179 of 255 = 70%
G 165 of 255 = 65%
B 90 of 255 = 35%

179
165
90

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

Portions of RGB colors in percentages

R + G + B =
179 + 165 + 90 = 434 (100%)
R 179 of 434 ~ 41.24%
G 165 of 434 ~ 38.02%
B 90 of 434 ~ 20.74%

%41.24
%38.02
%20.74

CMYK color model

#B3A55A color CMYK value is (0,8,50,30).

  • cyan value is 0.00%
  • magenta value is 7.82%
  • yellow value is 49.72%
  • key color value is 29.80%
CMYK:
(0,8,50,30)
C0M8Y50K30 
(0%,8%,50%,30%)
(0.00/0.08/0.50/0.30)	

CMYK percentages

%0
%7.82
%49.72
%29.8

Codes

Color #B3A55A in popluar color models

B3A55A
RGB17916590
HSL51°36.93%52.75%
HSB/HSV51°49.72%70.20%
CMYK0.00%7.82%49.72%
29.80%

Color #B3A55A in popluar number systems.

HEXB3A55A
Decimal17916590
Binary10110011101001011011010
Octal263245132

Shades and tints

Shades of #B3A55A

#B3A55A
(179,165,90)
#A39652
(163,150,82)
#93874A
(147,135,74)
#837842
(131,120,66)
#73693A
(115,105,58)
#635A32
(99,90,50)
#534B2A
(83,75,42)
#433C22
(67,60,34)
#332D1A
(51,45,26)
#231E12
(35,30,18)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #B3A55A

#B3A55A
(179,165,90)
#B9AD69
(185,173,105)
#BFB578
(191,181,120)
#C5BD87
(197,189,135)
#CBC596
(203,197,150)
#D1CDA5
(209,205,165)
#D7D5B4
(215,213,180)
#DDDDC3
(221,221,195)
#E3E5D2
(227,229,210)
#E9EDE1
(233,237,225)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A55A; }

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

This text font color is #B3A55A.


Background Color

.myBgColor { background-color: #B3A55A; }

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

This div background color is #B3A55A.


Border color

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

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

This div border color is #B3A55A.


Opacity

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

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

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

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

This text has shadow with #B3A55A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A55A on black background.


Color preview on white background

This text has color #B3A55A on white background.



Black color preview on #B3A55A background

This text has black color on #B3A55A background.


White color preview on #B3A55A background

This text has white color on #B3A55A background.