COLOR #B2A079

HEX: #B2A079
RGB: (178,160,121)

Color info

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

RGB color model

#B2A079 color RGB value is (178,160,121).

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

RGB channels and saturation

R 178 of 255 = 70%
G 160 of 255 = 63%
B 121 of 255 = 47%

178
160
121

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

Portions of RGB colors in percentages

R + G + B =
178 + 160 + 121 = 459 (100%)
R 178 of 459 ~ 38.78%
G 160 of 459 ~ 34.86%
B 121 of 459 ~ 26.36%

%38.78
%34.86
%26.36

CMYK color model

#B2A079 color CMYK value is (0,10,32,30).

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 32.02%
  • key color value is 30.20%
CMYK:
(0,10,32,30)
C0M10Y32K30 
(0%,10%,32%,30%)
(0.00/0.10/0.32/0.30)	

CMYK percentages

%0
%10.11
%32.02
%30.2

Codes

Color #B2A079 in popluar color models

B2A079
RGB178160121
HSL41°27.01%58.63%
HSB/HSV41°32.02%69.80%
CMYK0.00%10.11%32.02%
30.20%

Color #B2A079 in popluar number systems.

HEXB2A079
Decimal178160121
Binary10110010101000001111001
Octal262240171

Shades and tints

Shades of #B2A079

#B2A079
(178,160,121)
#A2926E
(162,146,110)
#928463
(146,132,99)
#827658
(130,118,88)
#72684D
(114,104,77)
#625A42
(98,90,66)
#524C37
(82,76,55)
#423E2C
(66,62,44)
#323021
(50,48,33)
#222216
(34,34,22)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #B2A079

#B2A079
(178,160,121)
#B9A885
(185,168,133)
#C0B091
(192,176,145)
#C7B89D
(199,184,157)
#CEC0A9
(206,192,169)
#D5C8B5
(213,200,181)
#DCD0C1
(220,208,193)
#E3D8CD
(227,216,205)
#EAE0D9
(234,224,217)
#F1E8E5
(241,232,229)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A079; }

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

This text font color is #B2A079.


Background Color

.myBgColor { background-color: #B2A079; }

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

This div background color is #B2A079.


Border color

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

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

This div border color is #B2A079.


Opacity

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

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

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

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

This text has shadow with #B2A079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A079 on black background.


Color preview on white background

This text has color #B2A079 on white background.



Black color preview on #B2A079 background

This text has black color on #B2A079 background.


White color preview on #B2A079 background

This text has white color on #B2A079 background.