COLOR #B2A19B

HEX: #B2A19B RGB: (178,161,155)

Color info

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

RGB color model

#B2A19B color RGB value is (178,161,155).

RGB: (178,161,155) (70%, 63%, 61%)

RGB channels and saturation

R 178 of 255 = 70%
G 161 of 255 = 63%
B 155 of 255 = 61%

178
161
155

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

Portions of RGB colors in percentages

R + G + B = 178 + 161 + 155 = 494 (100%)
R 178 of 494 ~ 36.03%
G 161 of 494 ~ 32.59%
B 155 of 494 ~ 31.38'%

%36.03
%32.59
%31.38

CMYK color model

#B2A19B color CMYK value is (0,10,13,30).

  • cyan value is 0.00%
  • magenta value is 9.55%
  • yellow value is 12.92%
  • key color value is 30.20%

CMYK: (0,10,13,30)
C0M10Y13K30 (0%, 10%, 13%, 30%)
(0.00 / 0.10 / 0.13 / 0.30)

CMYK percentages

%0
%9.55
%12.92
%30.2

Codes

Color #B2A19B in popluar color models

B2 A1 9B
RGB 178 161 155
HSL 16° 12.99% 65.29%
HSB/HSV 16° 12.92% 69.80%
CMYK 0.00% 9.55% 12.92%
30.20%

Color #B2A19B in popluar number systems.

HEX B2 A1 9B
Decimal 178 161 155
Binary 10110010 10100001 10011011
Octal 262 241 233

Shades and tints

Shades of #B2A19B

#B2A19B
(178,161,155)
#A2938D
(162,147,141)
#92857F
(146,133,127)
#827771
(130,119,113)
#726963
(114,105,99)
#625B55
(98,91,85)
#524D47
(82,77,71)
#423F39
(66,63,57)
#32312B
(50,49,43)
#22231D
(34,35,29)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #B2A19B

#B2A19B
(178,161,155)
#B9A9A4
(185,169,164)
#C0B1AD
(192,177,173)
#C7B9B6
(199,185,182)
#CEC1BF
(206,193,191)
#D5C9C8
(213,201,200)
#DCD1D1
(220,209,209)
#E3D9DA
(227,217,218)
#EAE1E3
(234,225,227)
#F1E9EC
(241,233,236)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A19B; }

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

This text font color is #B2A19B.

Background Color

.myBgColor { background-color: #B2A19B; }

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

This div background color is #B2A19B.

Border color

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

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

This div border color is #B2A19B.

Opacity

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

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

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

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

This text has shadow with #B2A19B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2A19B.

Preview

Color preview on black background

This text has color #B2A19B on black background.


Color preview on white background

This text has color #B2A19B on white background.


Black color preview on #B2A19B background

This text has black color on #B2A19B background.


White color preview on #B2A19B background

This text has white color on #B2A19B background.


Related colors

Complementary color

Complementary color for #hex is #4D5E64.


I love getcolorcode.com

Triadic colors

1 #9BB2A1 and #A19BB2 with #B2A19B are triadic colors.

2 #9BA1B2 and #A1B29B with #B2A19B are triadic colors.