COLOR #B3A558

HEX: #B3A558
RGB: (179,165,88)

Color info

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

RGB color model

#B3A558 color RGB value is (179,165,88).

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

RGB channels and saturation

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

179
165
88

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

Portions of RGB colors in percentages

R + G + B =
179 + 165 + 88 = 432 (100%)
R 179 of 432 ~ 41.44%
G 165 of 432 ~ 38.19%
B 88 of 432 ~ 20.37%

%41.44
%38.19
%20.37

CMYK color model

#B3A558 color CMYK value is (0,8,51,30).

  • cyan value is 0.00%
  • magenta value is 7.82%
  • yellow value is 50.84%
  • key color value is 29.80%
CMYK:
(0,8,51,30)
C0M8Y51K30 
(0%,8%,51%,30%)
(0.00/0.08/0.51/0.30)	

CMYK percentages

%0
%7.82
%50.84
%29.8

Codes

Color #B3A558 in popluar color models

B3A558
RGB17916588
HSL51°37.45%52.35%
HSB/HSV51°50.84%70.20%
CMYK0.00%7.82%50.84%
29.80%

Color #B3A558 in popluar number systems.

HEXB3A558
Decimal17916588
Binary10110011101001011011000
Octal263245130

Shades and tints

Shades of #B3A558

#B3A558
(179,165,88)
#A39650
(163,150,80)
#938748
(147,135,72)
#837840
(131,120,64)
#736938
(115,105,56)
#635A30
(99,90,48)
#534B28
(83,75,40)
#433C20
(67,60,32)
#332D18
(51,45,24)
#231E10
(35,30,16)
#130F08
(19,15,8)
#000000
(0,0,0)

Tints of #B3A558

#B3A558
(179,165,88)
#B9AD67
(185,173,103)
#BFB576
(191,181,118)
#C5BD85
(197,189,133)
#CBC594
(203,197,148)
#D1CDA3
(209,205,163)
#D7D5B2
(215,213,178)
#DDDDC1
(221,221,193)
#E3E5D0
(227,229,208)
#E9EDDF
(233,237,223)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A558; }

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

This text font color is #B3A558.


Background Color

.myBgColor { background-color: #B3A558; }

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

This div background color is #B3A558.


Border color

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

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

This div border color is #B3A558.


Opacity

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

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

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

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

This text has shadow with #B3A558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A558 on black background.


Color preview on white background

This text has color #B3A558 on white background.



Black color preview on #B3A558 background

This text has black color on #B3A558 background.


White color preview on #B3A558 background

This text has white color on #B3A558 background.