COLOR #B9B0B5

HEX: #B9B0B5 RGB: (185,176,181)

Color info

#B9B0B5 contains red, green and blue colors in about the same proportion. Web safe color of #B9B0B5 is #CC99CC (or #C9C).

RGB color model

#B9B0B5 color RGB value is (185,176,181).

RGB: (185,176,181) (73%, 69%, 71%)

RGB channels and saturation

R 185 of 255 = 73%
G 176 of 255 = 69%
B 181 of 255 = 71%

185
176
181

R + G + B ~ 71%. #B9B0B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 176 + 181 = 542 (100%)
R 185 of 542 ~ 34.13%
G 176 of 542 ~ 32.47%
B 181 of 542 ~ 33.39'%

%34.13
%32.47
%33.39

CMYK color model

#B9B0B5 color CMYK value is (0,5,2,27).

  • cyan value is 0.00%
  • magenta value is 4.86%
  • yellow value is 2.16%
  • key color value is 27.45%

CMYK: (0,5,2,27)
C0M5Y2K27 (0%, 5%, 2%, 27%)
(0.00 / 0.05 / 0.02 / 0.27)

CMYK percentages

%0
%4.86
%2.16
%27.45

Codes

Color #B9B0B5 in popluar color models

B9 B0 B5
RGB 185 176 181
HSL 327° 6.04% 70.78%
HSB/HSV 327° 4.86% 72.55%
CMYK 0.00% 4.86% 2.16%
27.45%

Color #B9B0B5 in popluar number systems.

HEX B9 B0 B5
Decimal 185 176 181
Binary 10111001 10110000 10110101
Octal 271 260 265

Shades and tints

Shades of #B9B0B5

#B9B0B5
(185,176,181)
#A9A0A5
(169,160,165)
#999095
(153,144,149)
#898085
(137,128,133)
#797075
(121,112,117)
#696065
(105,96,101)
#595055
(89,80,85)
#494045
(73,64,69)
#393035
(57,48,53)
#292025
(41,32,37)
#191015
(25,16,21)
#000000
(0,0,0)

Tints of #B9B0B5

#B9B0B5
(185,176,181)
#BFB7BB
(191,183,187)
#C5BEC1
(197,190,193)
#CBC5C7
(203,197,199)
#D1CCCD
(209,204,205)
#D7D3D3
(215,211,211)
#DDDAD9
(221,218,217)
#E3E1DF
(227,225,223)
#E9E8E5
(233,232,229)
#EFEFEB
(239,239,235)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B0B5 color. Also use rgb(185,176,181) instead hex code.

Text Font Color

.myTextColor { color: #B9B0B5; }

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

This text font color is #B9B0B5.

Background Color

.myBgColor { background-color: #B9B0B5; }

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

This div background color is #B9B0B5.

Border color

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

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

This div border color is #B9B0B5.

Opacity

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

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

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

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

This text has shadow with #B9B0B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B0B5.

Preview

Color preview on black background

This text has color #B9B0B5 on black background.


Color preview on white background

This text has color #B9B0B5 on white background.


Black color preview on #B9B0B5 background

This text has black color on #B9B0B5 background.


White color preview on #B9B0B5 background

This text has white color on #B9B0B5 background.


Related colors

Complementary color

Complementary color for #hex is #464F4A.


I love getcolorcode.com

Triadic colors

1 #B5B9B0 and #B0B5B9 with #B9B0B5 are triadic colors.

2 #B5B0B9 and #B0B9B5 with #B9B0B5 are triadic colors.