COLOR #B2A29A

HEX: #B2A29A
RGB: (178,162,154)

Color info

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

RGB color model

#B2A29A color RGB value is (178,162,154).

  • red value is 178;
  • green value is 162;
  • blue value is 154.
RGB:
(178,162,154)
(70%,64%,60%)

RGB channels and saturation

R 178 of 255 = 70%
G 162 of 255 = 64%
B 154 of 255 = 60%

178
162
154

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

Portions of RGB colors in percentages

R + G + B =
178 + 162 + 154 = 494 (100%)
R 178 of 494 ~ 36.03%
G 162 of 494 ~ 32.79%
B 154 of 494 ~ 31.17%

%36.03
%32.79
%31.17

CMYK color model

#B2A29A color CMYK value is (0,9,13,30).

  • cyan value is 0.00%
  • magenta value is 8.99%
  • yellow value is 13.48%
  • key color value is 30.20%
CMYK:
(0,9,13,30)
C0M9Y13K30 
(0%,9%,13%,30%)
(0.00/0.09/0.13/0.30)	

CMYK percentages

%0
%8.99
%13.48
%30.2

Codes

Color #B2A29A in popluar color models

B2A29A
RGB178162154
HSL20°13.48%65.10%
HSB/HSV20°13.48%69.80%
CMYK0.00%8.99%13.48%
30.20%

Color #B2A29A in popluar number systems.

HEXB2A29A
Decimal178162154
Binary101100101010001010011010
Octal262242232

Shades and tints

Shades of #B2A29A

#B2A29A
(178,162,154)
#A2948C
(162,148,140)
#92867E
(146,134,126)
#827870
(130,120,112)
#726A62
(114,106,98)
#625C54
(98,92,84)
#524E46
(82,78,70)
#424038
(66,64,56)
#32322A
(50,50,42)
#22241C
(34,36,28)
#12160E
(18,22,14)
#000000
(0,0,0)

Tints of #B2A29A

#B2A29A
(178,162,154)
#B9AAA3
(185,170,163)
#C0B2AC
(192,178,172)
#C7BAB5
(199,186,181)
#CEC2BE
(206,194,190)
#D5CAC7
(213,202,199)
#DCD2D0
(220,210,208)
#E3DAD9
(227,218,217)
#EAE2E2
(234,226,226)
#F1EAEB
(241,234,235)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A29A color. Also use rgb(178,162,154) instead hex code.

Text Font Color

.myTextColor { color: #B2A29A; }

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

This text font color is #B2A29A.


Background Color

.myBgColor { background-color: #B2A29A; }

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

This div background color is #B2A29A.


Border color

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

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

This div border color is #B2A29A.


Opacity

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

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

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

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

This text has shadow with #B2A29A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A29A on black background.


Color preview on white background

This text has color #B2A29A on white background.



Black color preview on #B2A29A background

This text has black color on #B2A29A background.


White color preview on #B2A29A background

This text has white color on #B2A29A background.