COLOR #B2A040

HEX: #B2A040
RGB: (178,160,64)

Color info

#B2A040 contains mainly red and green colors. Web safe color of #B2A040 is #999933 (or #993).

RGB color model

#B2A040 color RGB value is (178,160,64).

  • red value is 178;
  • green value is 160;
  • blue value is 64.
RGB:
(178,160,64)
(70%,63%,25%)

RGB channels and saturation

R 178 of 255 = 70%
G 160 of 255 = 63%
B 64 of 255 = 25%

178
160
64

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

Portions of RGB colors in percentages

R + G + B =
178 + 160 + 64 = 402 (100%)
R 178 of 402 ~ 44.28%
G 160 of 402 ~ 39.8%
B 64 of 402 ~ 15.92%

%44.28
%39.8
%15.92

CMYK color model

#B2A040 color CMYK value is (0,10,64,30).

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 64.04%
  • key color value is 30.20%
CMYK:
(0,10,64,30)
C0M10Y64K30 
(0%,10%,64%,30%)
(0.00/0.10/0.64/0.30)	

CMYK percentages

%0
%10.11
%64.04
%30.2

Codes

Color #B2A040 in popluar color models

B2A040
RGB17816064
HSL51°47.11%47.45%
HSB/HSV51°64.04%69.80%
CMYK0.00%10.11%64.04%
30.20%

Color #B2A040 in popluar number systems.

HEXB2A040
Decimal17816064
Binary10110010101000001000000
Octal262240100

Shades and tints

Shades of #B2A040

#B2A040
(178,160,64)
#A2923B
(162,146,59)
#928436
(146,132,54)
#827631
(130,118,49)
#72682C
(114,104,44)
#625A27
(98,90,39)
#524C22
(82,76,34)
#423E1D
(66,62,29)
#323018
(50,48,24)
#222213
(34,34,19)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #B2A040

#B2A040
(178,160,64)
#B9A851
(185,168,81)
#C0B062
(192,176,98)
#C7B873
(199,184,115)
#CEC084
(206,192,132)
#D5C895
(213,200,149)
#DCD0A6
(220,208,166)
#E3D8B7
(227,216,183)
#EAE0C8
(234,224,200)
#F1E8D9
(241,232,217)
#F8F0EA
(248,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A040 color. Also use rgb(178,160,64) instead hex code.

Text Font Color

.myTextColor { color: #B2A040; }

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

This text font color is #B2A040.


Background Color

.myBgColor { background-color: #B2A040; }

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

This div background color is #B2A040.


Border color

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

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

This div border color is #B2A040.


Opacity

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

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

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

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

This text has shadow with #B2A040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A040 on black background.


Color preview on white background

This text has color #B2A040 on white background.



Black color preview on #B2A040 background

This text has black color on #B2A040 background.


White color preview on #B2A040 background

This text has white color on #B2A040 background.