COLOR #B2B194

HEX: #B2B194 RGB: (178,177,148)

Color info

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

RGB color model

#B2B194 color RGB value is (178,177,148).

RGB: (178,177,148) (70%, 69%, 58%)

RGB channels and saturation

R 178 of 255 = 70%
G 177 of 255 = 69%
B 148 of 255 = 58%

178
177
148

R + G + B ~ 66%. #B2B194 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 177 + 148 = 503 (100%)
R 178 of 503 ~ 35.39%
G 177 of 503 ~ 35.19%
B 148 of 503 ~ 29.42'%

%35.39
%35.19
%29.42

CMYK color model

#B2B194 color CMYK value is (0,1,17,30).

  • cyan value is 0.00%
  • magenta value is 0.56%
  • yellow value is 16.85%
  • key color value is 30.20%

CMYK: (0,1,17,30)
C0M1Y17K30 (0%, 1%, 17%, 30%)
(0.00 / 0.01 / 0.17 / 0.30)

CMYK percentages

%0
%0.56
%16.85
%30.2

Codes

Color #B2B194 in popluar color models

B2 B1 94
RGB 178 177 148
HSL 58° 16.30% 63.92%
HSB/HSV 58° 16.85% 69.80%
CMYK 0.00% 0.56% 16.85%
30.20%

Color #B2B194 in popluar number systems.

HEX B2 B1 94
Decimal 178 177 148
Binary 10110010 10110001 10010100
Octal 262 261 224

Shades and tints

Shades of #B2B194

#B2B194
(178,177,148)
#A2A187
(162,161,135)
#92917A
(146,145,122)
#82816D
(130,129,109)
#727160
(114,113,96)
#626153
(98,97,83)
#525146
(82,81,70)
#424139
(66,65,57)
#32312C
(50,49,44)
#22211F
(34,33,31)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #B2B194

#B2B194
(178,177,148)
#B9B89D
(185,184,157)
#C0BFA6
(192,191,166)
#C7C6AF
(199,198,175)
#CECDB8
(206,205,184)
#D5D4C1
(213,212,193)
#DCDBCA
(220,219,202)
#E3E2D3
(227,226,211)
#EAE9DC
(234,233,220)
#F1F0E5
(241,240,229)
#F8F7EE
(248,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B194 color. Also use rgb(178,177,148) instead hex code.

Text Font Color

.myTextColor { color: #B2B194; }

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

This text font color is #B2B194.

Background Color

.myBgColor { background-color: #B2B194; }

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

This div background color is #B2B194.

Border color

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

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

This div border color is #B2B194.

Opacity

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

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

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

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

This text has shadow with #B2B194 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2B194.

Preview

Color preview on black background

This text has color #B2B194 on black background.


Color preview on white background

This text has color #B2B194 on white background.


Black color preview on #B2B194 background

This text has black color on #B2B194 background.


White color preview on #B2B194 background

This text has white color on #B2B194 background.


Related colors

Complementary color

Complementary color for #hex is #4D4E6B.


I love getcolorcode.com

Triadic colors

1 #94B2B1 and #B194B2 with #B2B194 are triadic colors.

2 #94B1B2 and #B1B294 with #B2B194 are triadic colors.