COLOR #B2A49F

HEX: #B2A49F
RGB: (178,164,159)

Color info

#B2A49F contains red, green and blue colors in about the same proportion. Web safe color of #B2A49F is #999999 (or #999).

RGB color model

#B2A49F color RGB value is (178,164,159).

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

RGB channels and saturation

R 178 of 255 = 70%
G 164 of 255 = 64%
B 159 of 255 = 62%

178
164
159

R + G + B ~ 65%. #B2A49F is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 164 + 159 = 501 (100%)
R 178 of 501 ~ 35.53%
G 164 of 501 ~ 32.73%
B 159 of 501 ~ 31.74%

%35.53
%32.73
%31.74

CMYK color model

#B2A49F color CMYK value is (0,8,11,30).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 10.67%
  • key color value is 30.20%
CMYK:
(0,8,11,30)
C0M8Y11K30 
(0%,8%,11%,30%)
(0.00/0.08/0.11/0.30)	

CMYK percentages

%0
%7.87
%10.67
%30.2

Codes

Color #B2A49F in popluar color models

B2A49F
RGB178164159
HSL16°10.98%66.08%
HSB/HSV16°10.67%69.80%
CMYK0.00%7.87%10.67%
30.20%

Color #B2A49F in popluar number systems.

HEXB2A49F
Decimal178164159
Binary101100101010010010011111
Octal262244237

Shades and tints

Shades of #B2A49F

#B2A49F
(178,164,159)
#A29691
(162,150,145)
#928883
(146,136,131)
#827A75
(130,122,117)
#726C67
(114,108,103)
#625E59
(98,94,89)
#52504B
(82,80,75)
#42423D
(66,66,61)
#32342F
(50,52,47)
#222621
(34,38,33)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #B2A49F

#B2A49F
(178,164,159)
#B9ACA7
(185,172,167)
#C0B4AF
(192,180,175)
#C7BCB7
(199,188,183)
#CEC4BF
(206,196,191)
#D5CCC7
(213,204,199)
#DCD4CF
(220,212,207)
#E3DCD7
(227,220,215)
#EAE4DF
(234,228,223)
#F1ECE7
(241,236,231)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A49F; }

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

This text font color is #B2A49F.


Background Color

.myBgColor { background-color: #B2A49F; }

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

This div background color is #B2A49F.


Border color

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

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

This div border color is #B2A49F.


Opacity

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

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

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

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

This text has shadow with #B2A49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A49F on black background.


Color preview on white background

This text has color #B2A49F on white background.



Black color preview on #B2A49F background

This text has black color on #B2A49F background.


White color preview on #B2A49F background

This text has white color on #B2A49F background.