COLOR #B2A478

HEX: #B2A478
RGB: (178,164,120)

Color info

#B2A478 contains red, green and blue colors in about the same proportion. Web safe color of #B2A478 is #999966 (or #996).

RGB color model

#B2A478 color RGB value is (178,164,120).

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

RGB channels and saturation

R 178 of 255 = 70%
G 164 of 255 = 64%
B 120 of 255 = 47%

178
164
120

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

Portions of RGB colors in percentages

R + G + B =
178 + 164 + 120 = 462 (100%)
R 178 of 462 ~ 38.53%
G 164 of 462 ~ 35.5%
B 120 of 462 ~ 25.97%

%38.53
%35.5
%25.97

CMYK color model

#B2A478 color CMYK value is (0,8,33,30).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 32.58%
  • key color value is 30.20%
CMYK:
(0,8,33,30)
C0M8Y33K30 
(0%,8%,33%,30%)
(0.00/0.08/0.33/0.30)	

CMYK percentages

%0
%7.87
%32.58
%30.2

Codes

Color #B2A478 in popluar color models

B2A478
RGB178164120
HSL46°27.36%58.43%
HSB/HSV46°32.58%69.80%
CMYK0.00%7.87%32.58%
30.20%

Color #B2A478 in popluar number systems.

HEXB2A478
Decimal178164120
Binary10110010101001001111000
Octal262244170

Shades and tints

Shades of #B2A478

#B2A478
(178,164,120)
#A2966E
(162,150,110)
#928864
(146,136,100)
#827A5A
(130,122,90)
#726C50
(114,108,80)
#625E46
(98,94,70)
#52503C
(82,80,60)
#424232
(66,66,50)
#323428
(50,52,40)
#22261E
(34,38,30)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #B2A478

#B2A478
(178,164,120)
#B9AC84
(185,172,132)
#C0B490
(192,180,144)
#C7BC9C
(199,188,156)
#CEC4A8
(206,196,168)
#D5CCB4
(213,204,180)
#DCD4C0
(220,212,192)
#E3DCCC
(227,220,204)
#EAE4D8
(234,228,216)
#F1ECE4
(241,236,228)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A478; }

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

This text font color is #B2A478.


Background Color

.myBgColor { background-color: #B2A478; }

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

This div background color is #B2A478.


Border color

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

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

This div border color is #B2A478.


Opacity

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

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

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

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

This text has shadow with #B2A478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A478 on black background.


Color preview on white background

This text has color #B2A478 on white background.



Black color preview on #B2A478 background

This text has black color on #B2A478 background.


White color preview on #B2A478 background

This text has white color on #B2A478 background.