COLOR #B4B5B1

HEX: #B4B5B1 RGB: (180,181,177)

Color info

#B4B5B1 contains red, green and blue colors in about the same proportion. Web safe color of #B4B5B1 is #CCCC99 (or #CC9).

RGB color model

#B4B5B1 color RGB value is (180,181,177).

RGB: (180,181,177) (71%, 71%, 69%)

RGB channels and saturation

R 180 of 255 = 71%
G 181 of 255 = 71%
B 177 of 255 = 69%

180
181
177

R + G + B ~ 70%. #B4B5B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 181 + 177 = 538 (100%)
R 180 of 538 ~ 33.46%
G 181 of 538 ~ 33.64%
B 177 of 538 ~ 32.9'%

%33.46
%33.64
%32.9

CMYK color model

#B4B5B1 color CMYK value is (1,0,2,29).

  • cyan value is 0.55%
  • magenta value is 0.00%
  • yellow value is 2.21%
  • key color value is 29.02%

CMYK: (1,0,2,29)
C1M0Y2K29 (1%, 0%, 2%, 29%)
(0.01 / 0.00 / 0.02 / 0.29)

CMYK percentages

%0.55
%0
%2.21
%29.02

Codes

Color #B4B5B1 in popluar color models

B4 B5 B1
RGB 180 181 177
HSL 75° 2.63% 70.20%
HSB/HSV 75° 2.21% 70.98%
CMYK 0.55% 0.00% 2.21%
29.02%

Color #B4B5B1 in popluar number systems.

HEX B4 B5 B1
Decimal 180 181 177
Binary 10110100 10110101 10110001
Octal 264 265 261

Shades and tints

Shades of #B4B5B1

#B4B5B1
(180,181,177)
#A4A5A1
(164,165,161)
#949591
(148,149,145)
#848581
(132,133,129)
#747571
(116,117,113)
#646561
(100,101,97)
#545551
(84,85,81)
#444541
(68,69,65)
#343531
(52,53,49)
#242521
(36,37,33)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #B4B5B1

#B4B5B1
(180,181,177)
#BABBB8
(186,187,184)
#C0C1BF
(192,193,191)
#C6C7C6
(198,199,198)
#CCCDCD
(204,205,205)
#D2D3D4
(210,211,212)
#D8D9DB
(216,217,219)
#DEDFE2
(222,223,226)
#E4E5E9
(228,229,233)
#EAEBF0
(234,235,240)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B5B1 color. Also use rgb(180,181,177) instead hex code.

Text Font Color

.myTextColor { color: #B4B5B1; }

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

This text font color is #B4B5B1.

Background Color

.myBgColor { background-color: #B4B5B1; }

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

This div background color is #B4B5B1.

Border color

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

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

This div border color is #B4B5B1.

Opacity

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

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

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

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

This text has shadow with #B4B5B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B5B1.

Preview

Color preview on black background

This text has color #B4B5B1 on black background.


Color preview on white background

This text has color #B4B5B1 on white background.


Black color preview on #B4B5B1 background

This text has black color on #B4B5B1 background.


White color preview on #B4B5B1 background

This text has white color on #B4B5B1 background.


Related colors

Complementary color

Complementary color for #hex is #4B4A4E.


I love getcolorcode.com

Triadic colors

1 #B1B4B5 and #B5B1B4 with #B4B5B1 are triadic colors.

2 #B1B5B4 and #B5B4B1 with #B4B5B1 are triadic colors.