COLOR #B2A459

HEX: #B2A459
RGB: (178,164,89)

Color info

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

RGB color model

#B2A459 color RGB value is (178,164,89).

  • red value is 178;
  • green value is 164;
  • blue value is 89.
RGB:
(178,164,89)
(70%,64%,35%)

RGB channels and saturation

R 178 of 255 = 70%
G 164 of 255 = 64%
B 89 of 255 = 35%

178
164
89

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

Portions of RGB colors in percentages

R + G + B =
178 + 164 + 89 = 431 (100%)
R 178 of 431 ~ 41.3%
G 164 of 431 ~ 38.05%
B 89 of 431 ~ 20.65%

%41.3
%38.05
%20.65

CMYK color model

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

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

CMYK percentages

%0
%7.87
%50
%30.2

Codes

Color #B2A459 in popluar color models

B2A459
RGB17816489
HSL51°36.63%52.35%
HSB/HSV51°50.00%69.80%
CMYK0.00%7.87%50.00%
30.20%

Color #B2A459 in popluar number systems.

HEXB2A459
Decimal17816489
Binary10110010101001001011001
Octal262244131

Shades and tints

Shades of #B2A459

#B2A459
(178,164,89)
#A29651
(162,150,81)
#928849
(146,136,73)
#827A41
(130,122,65)
#726C39
(114,108,57)
#625E31
(98,94,49)
#525029
(82,80,41)
#424221
(66,66,33)
#323419
(50,52,25)
#222611
(34,38,17)
#121809
(18,24,9)
#000000
(0,0,0)

Tints of #B2A459

#B2A459
(178,164,89)
#B9AC68
(185,172,104)
#C0B477
(192,180,119)
#C7BC86
(199,188,134)
#CEC495
(206,196,149)
#D5CCA4
(213,204,164)
#DCD4B3
(220,212,179)
#E3DCC2
(227,220,194)
#EAE4D1
(234,228,209)
#F1ECE0
(241,236,224)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A459 color. Also use rgb(178,164,89) instead hex code.

Text Font Color

.myTextColor { color: #B2A459; }

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

This text font color is #B2A459.


Background Color

.myBgColor { background-color: #B2A459; }

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

This div background color is #B2A459.


Border color

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

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

This div border color is #B2A459.


Opacity

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

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

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

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

This text has shadow with #B2A459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A459 on black background.


Color preview on white background

This text has color #B2A459 on white background.



Black color preview on #B2A459 background

This text has black color on #B2A459 background.


White color preview on #B2A459 background

This text has white color on #B2A459 background.