COLOR #B0B5A4

HEX: #B0B5A4 RGB: (176,181,164)

Color info

#B0B5A4 contains red, green and blue colors in about the same proportion. Web safe color of #B0B5A4 is #99CC99 (or #9C9).

RGB color model

#B0B5A4 color RGB value is (176,181,164).

RGB: (176,181,164) (69%, 71%, 64%)

RGB channels and saturation

R 176 of 255 = 69%
G 181 of 255 = 71%
B 164 of 255 = 64%

176
181
164

R + G + B ~ 68%. #B0B5A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 181 + 164 = 521 (100%)
R 176 of 521 ~ 33.78%
G 181 of 521 ~ 34.74%
B 164 of 521 ~ 31.48'%

%33.78
%34.74
%31.48

CMYK color model

#B0B5A4 color CMYK value is (3,0,9,29).

  • cyan value is 2.76%
  • magenta value is 0.00%
  • yellow value is 9.39%
  • key color value is 29.02%

CMYK: (3,0,9,29)
C3M0Y9K29 (3%, 0%, 9%, 29%)
(0.03 / 0.00 / 0.09 / 0.29)

CMYK percentages

%2.76
%0
%9.39
%29.02

Codes

Color #B0B5A4 in popluar color models

B0 B5 A4
RGB 176 181 164
HSL 78° 10.30% 67.65%
HSB/HSV 78° 9.39% 70.98%
CMYK 2.76% 0.00% 9.39%
29.02%

Color #B0B5A4 in popluar number systems.

HEX B0 B5 A4
Decimal 176 181 164
Binary 10110000 10110101 10100100
Octal 260 265 244

Shades and tints

Shades of #B0B5A4

#B0B5A4
(176,181,164)
#A0A596
(160,165,150)
#909588
(144,149,136)
#80857A
(128,133,122)
#70756C
(112,117,108)
#60655E
(96,101,94)
#505550
(80,85,80)
#404542
(64,69,66)
#303534
(48,53,52)
#202526
(32,37,38)
#101518
(16,21,24)
#000000
(0,0,0)

Tints of #B0B5A4

#B0B5A4
(176,181,164)
#B7BBAC
(183,187,172)
#BEC1B4
(190,193,180)
#C5C7BC
(197,199,188)
#CCCDC4
(204,205,196)
#D3D3CC
(211,211,204)
#DAD9D4
(218,217,212)
#E1DFDC
(225,223,220)
#E8E5E4
(232,229,228)
#EFEBEC
(239,235,236)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B5A4; }

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

This text font color is #B0B5A4.

Background Color

.myBgColor { background-color: #B0B5A4; }

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

This div background color is #B0B5A4.

Border color

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

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

This div border color is #B0B5A4.

Opacity

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

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

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

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

This text has shadow with #B0B5A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B5A4.

Preview

Color preview on black background

This text has color #B0B5A4 on black background.


Color preview on white background

This text has color #B0B5A4 on white background.


Black color preview on #B0B5A4 background

This text has black color on #B0B5A4 background.


White color preview on #B0B5A4 background

This text has white color on #B0B5A4 background.


Related colors

Complementary color

Complementary color for #hex is #4F4A5B.


I love getcolorcode.com

Triadic colors

1 #A4B0B5 and #B5A4B0 with #B0B5A4 are triadic colors.

2 #A4B5B0 and #B5B0A4 with #B0B5A4 are triadic colors.