COLOR #B2B091

HEX: #B2B091 RGB: (178,176,145)

Color info

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

RGB color model

#B2B091 color RGB value is (178,176,145).

RGB: (178,176,145) (70%, 69%, 57%)

RGB channels and saturation

R 178 of 255 = 70%
G 176 of 255 = 69%
B 145 of 255 = 57%

178
176
145

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

Portions of RGB colors in percentages

R + G + B = 178 + 176 + 145 = 499 (100%)
R 178 of 499 ~ 35.67%
G 176 of 499 ~ 35.27%
B 145 of 499 ~ 29.06'%

%35.67
%35.27
%29.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.12%
  • yellow value is 18.54%
  • 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
%1.12
%18.54
%30.2

Codes

Color #B2B091 in popluar color models

B2 B0 91
RGB 178 176 145
HSL 56° 17.65% 63.33%
HSB/HSV 56° 18.54% 69.80%
CMYK 0.00% 1.12% 18.54%
30.20%

Color #B2B091 in popluar number systems.

HEX B2 B0 91
Decimal 178 176 145
Binary 10110010 10110000 10010001
Octal 262 260 221

Shades and tints

Shades of #B2B091

#B2B091
(178,176,145)
#A2A084
(162,160,132)
#929077
(146,144,119)
#82806A
(130,128,106)
#72705D
(114,112,93)
#626050
(98,96,80)
#525043
(82,80,67)
#424036
(66,64,54)
#323029
(50,48,41)
#22201C
(34,32,28)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #B2B091

#B2B091
(178,176,145)
#B9B79B
(185,183,155)
#C0BEA5
(192,190,165)
#C7C5AF
(199,197,175)
#CECCB9
(206,204,185)
#D5D3C3
(213,211,195)
#DCDACD
(220,218,205)
#E3E1D7
(227,225,215)
#EAE8E1
(234,232,225)
#F1EFEB
(241,239,235)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B091 color. Also use rgb(178,176,145) instead hex code.

Text Font Color

.myTextColor { color: #B2B091; }

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

This text font color is #B2B091.

Background Color

.myBgColor { background-color: #B2B091; }

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

This div background color is #B2B091.

Border color

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

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

This div border color is #B2B091.

Opacity

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

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

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

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

This text has shadow with #B2B091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2B091.

Preview

Color preview on black background

This text has color #B2B091 on black background.


Color preview on white background

This text has color #B2B091 on white background.


Black color preview on #B2B091 background

This text has black color on #B2B091 background.


White color preview on #B2B091 background

This text has white color on #B2B091 background.


Related colors

Complementary color

Complementary color for #hex is #4D4F6E.


I love getcolorcode.com

Triadic colors

1 #91B2B0 and #B091B2 with #B2B091 are triadic colors.

2 #91B0B2 and #B0B291 with #B2B091 are triadic colors.