COLOR #B2A49B

HEX: #B2A49B
RGB: (178,164,155)

Color info

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

RGB color model

#B2A49B color RGB value is (178,164,155).

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

RGB channels and saturation

R 178 of 255 = 70%
G 164 of 255 = 64%
B 155 of 255 = 61%

178
164
155

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

Portions of RGB colors in percentages

R + G + B =
178 + 164 + 155 = 497 (100%)
R 178 of 497 ~ 35.81%
G 164 of 497 ~ 33%
B 155 of 497 ~ 31.19%

%35.81
%33
%31.19

CMYK color model

#B2A49B color CMYK value is (0,8,13,30).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 12.92%
  • key color value is 30.20%
CMYK:
(0,8,13,30)
C0M8Y13K30 
(0%,8%,13%,30%)
(0.00/0.08/0.13/0.30)	

CMYK percentages

%0
%7.87
%12.92
%30.2

Codes

Color #B2A49B in popluar color models

B2A49B
RGB178164155
HSL23°12.99%65.29%
HSB/HSV23°12.92%69.80%
CMYK0.00%7.87%12.92%
30.20%

Color #B2A49B in popluar number systems.

HEXB2A49B
Decimal178164155
Binary101100101010010010011011
Octal262244233

Shades and tints

Shades of #B2A49B

#B2A49B
(178,164,155)
#A2968D
(162,150,141)
#92887F
(146,136,127)
#827A71
(130,122,113)
#726C63
(114,108,99)
#625E55
(98,94,85)
#525047
(82,80,71)
#424239
(66,66,57)
#32342B
(50,52,43)
#22261D
(34,38,29)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #B2A49B

#B2A49B
(178,164,155)
#B9ACA4
(185,172,164)
#C0B4AD
(192,180,173)
#C7BCB6
(199,188,182)
#CEC4BF
(206,196,191)
#D5CCC8
(213,204,200)
#DCD4D1
(220,212,209)
#E3DCDA
(227,220,218)
#EAE4E3
(234,228,227)
#F1ECEC
(241,236,236)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A49B; }

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

This text font color is #B2A49B.


Background Color

.myBgColor { background-color: #B2A49B; }

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

This div background color is #B2A49B.


Border color

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

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

This div border color is #B2A49B.


Opacity

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

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

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

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

This text has shadow with #B2A49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A49B on black background.


Color preview on white background

This text has color #B2A49B on white background.



Black color preview on #B2A49B background

This text has black color on #B2A49B background.


White color preview on #B2A49B background

This text has white color on #B2A49B background.