COLOR #B2A18E

HEX: #B2A18E
RGB: (178,161,142)

Color info

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

RGB color model

#B2A18E color RGB value is (178,161,142).

  • red value is 178;
  • green value is 161;
  • blue value is 142.
RGB:
(178,161,142)
(70%,63%,56%)

RGB channels and saturation

R 178 of 255 = 70%
G 161 of 255 = 63%
B 142 of 255 = 56%

178
161
142

R + G + B ~ 63%. #B2A18E is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 161 + 142 = 481 (100%)
R 178 of 481 ~ 37.01%
G 161 of 481 ~ 33.47%
B 142 of 481 ~ 29.52%

%37.01
%33.47
%29.52

CMYK color model

#B2A18E color CMYK value is (0,10,20,30).

  • cyan value is 0.00%
  • magenta value is 9.55%
  • yellow value is 20.22%
  • key color value is 30.20%
CMYK:
(0,10,20,30)
C0M10Y20K30 
(0%,10%,20%,30%)
(0.00/0.10/0.20/0.30)	

CMYK percentages

%0
%9.55
%20.22
%30.2

Codes

Color #B2A18E in popluar color models

B2A18E
RGB178161142
HSL32°18.95%62.75%
HSB/HSV32°20.22%69.80%
CMYK0.00%9.55%20.22%
30.20%

Color #B2A18E in popluar number systems.

HEXB2A18E
Decimal178161142
Binary101100101010000110001110
Octal262241216

Shades and tints

Shades of #B2A18E

#B2A18E
(178,161,142)
#A29382
(162,147,130)
#928576
(146,133,118)
#82776A
(130,119,106)
#72695E
(114,105,94)
#625B52
(98,91,82)
#524D46
(82,77,70)
#423F3A
(66,63,58)
#32312E
(50,49,46)
#222322
(34,35,34)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #B2A18E

#B2A18E
(178,161,142)
#B9A998
(185,169,152)
#C0B1A2
(192,177,162)
#C7B9AC
(199,185,172)
#CEC1B6
(206,193,182)
#D5C9C0
(213,201,192)
#DCD1CA
(220,209,202)
#E3D9D4
(227,217,212)
#EAE1DE
(234,225,222)
#F1E9E8
(241,233,232)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A18E color. Also use rgb(178,161,142) instead hex code.

Text Font Color

.myTextColor { color: #B2A18E; }

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

This text font color is #B2A18E.


Background Color

.myBgColor { background-color: #B2A18E; }

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

This div background color is #B2A18E.


Border color

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

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

This div border color is #B2A18E.


Opacity

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

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

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

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

This text has shadow with #B2A18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A18E on black background.


Color preview on white background

This text has color #B2A18E on white background.



Black color preview on #B2A18E background

This text has black color on #B2A18E background.


White color preview on #B2A18E background

This text has white color on #B2A18E background.