COLOR #B2B190

HEX: #B2B190
RGB: (178,177,144)

Color info

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

RGB color model

#B2B190 color RGB value is (178,177,144).

  • red value is 178;
  • green value is 177;
  • blue value is 144.
RGB:
(178,177,144)
(70%,69%,56%)

RGB channels and saturation

R 178 of 255 = 70%
G 177 of 255 = 69%
B 144 of 255 = 56%

178
177
144

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

Portions of RGB colors in percentages

R + G + B =
178 + 177 + 144 = 499 (100%)
R 178 of 499 ~ 35.67%
G 177 of 499 ~ 35.47%
B 144 of 499 ~ 28.86%

%35.67
%35.47
%28.86

CMYK color model

#B2B190 color CMYK value is (0,1,19,30).

  • cyan value is 0.00%
  • magenta value is 0.56%
  • yellow value is 19.10%
  • key color value is 30.20%
CMYK:
(0,1,19,30)
C0M1Y19K30 
(0%,1%,19%,30%)
(0.00/0.01/0.19/0.30)	

CMYK percentages

%0
%0.56
%19.1
%30.2

Codes

Color #B2B190 in popluar color models

B2B190
RGB178177144
HSL58°18.09%63.14%
HSB/HSV58°19.10%69.80%
CMYK0.00%0.56%19.10%
30.20%

Color #B2B190 in popluar number systems.

HEXB2B190
Decimal178177144
Binary101100101011000110010000
Octal262261220

Shades and tints

Shades of #B2B190

#B2B190
(178,177,144)
#A2A183
(162,161,131)
#929176
(146,145,118)
#828169
(130,129,105)
#72715C
(114,113,92)
#62614F
(98,97,79)
#525142
(82,81,66)
#424135
(66,65,53)
#323128
(50,49,40)
#22211B
(34,33,27)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #B2B190

#B2B190
(178,177,144)
#B9B89A
(185,184,154)
#C0BFA4
(192,191,164)
#C7C6AE
(199,198,174)
#CECDB8
(206,205,184)
#D5D4C2
(213,212,194)
#DCDBCC
(220,219,204)
#E3E2D6
(227,226,214)
#EAE9E0
(234,233,224)
#F1F0EA
(241,240,234)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B190; }

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

This text font color is #B2B190.


Background Color

.myBgColor { background-color: #B2B190; }

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

This div background color is #B2B190.


Border color

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

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

This div border color is #B2B190.


Opacity

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

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

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

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

This text has shadow with #B2B190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B190 on black background.


Color preview on white background

This text has color #B2B190 on white background.



Black color preview on #B2B190 background

This text has black color on #B2B190 background.


White color preview on #B2B190 background

This text has white color on #B2B190 background.