COLOR #B2A18C

HEX: #B2A18C
RGB: (178,161,140)

Color info

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

RGB color model

#B2A18C color RGB value is (178,161,140).

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

RGB channels and saturation

R 178 of 255 = 70%
G 161 of 255 = 63%
B 140 of 255 = 55%

178
161
140

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

Portions of RGB colors in percentages

R + G + B =
178 + 161 + 140 = 479 (100%)
R 178 of 479 ~ 37.16%
G 161 of 479 ~ 33.61%
B 140 of 479 ~ 29.23%

%37.16
%33.61
%29.23

CMYK color model

#B2A18C color CMYK value is (0,10,21,30).

  • cyan value is 0.00%
  • magenta value is 9.55%
  • yellow value is 21.35%
  • key color value is 30.20%
CMYK:
(0,10,21,30)
C0M10Y21K30 
(0%,10%,21%,30%)
(0.00/0.10/0.21/0.30)	

CMYK percentages

%0
%9.55
%21.35
%30.2

Codes

Color #B2A18C in popluar color models

B2A18C
RGB178161140
HSL33°19.79%62.35%
HSB/HSV33°21.35%69.80%
CMYK0.00%9.55%21.35%
30.20%

Color #B2A18C in popluar number systems.

HEXB2A18C
Decimal178161140
Binary101100101010000110001100
Octal262241214

Shades and tints

Shades of #B2A18C

#B2A18C
(178,161,140)
#A29380
(162,147,128)
#928574
(146,133,116)
#827768
(130,119,104)
#72695C
(114,105,92)
#625B50
(98,91,80)
#524D44
(82,77,68)
#423F38
(66,63,56)
#32312C
(50,49,44)
#222320
(34,35,32)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #B2A18C

#B2A18C
(178,161,140)
#B9A996
(185,169,150)
#C0B1A0
(192,177,160)
#C7B9AA
(199,185,170)
#CEC1B4
(206,193,180)
#D5C9BE
(213,201,190)
#DCD1C8
(220,209,200)
#E3D9D2
(227,217,210)
#EAE1DC
(234,225,220)
#F1E9E6
(241,233,230)
#F8F1F0
(248,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A18C; }

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

This text font color is #B2A18C.


Background Color

.myBgColor { background-color: #B2A18C; }

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

This div background color is #B2A18C.


Border color

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

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

This div border color is #B2A18C.


Opacity

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

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

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

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

This text has shadow with #B2A18C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A18C on black background.


Color preview on white background

This text has color #B2A18C on white background.



Black color preview on #B2A18C background

This text has black color on #B2A18C background.


White color preview on #B2A18C background

This text has white color on #B2A18C background.