COLOR #B4BA9B

HEX: #B4BA9B RGB: (180,186,155)

Color info

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

RGB color model

#B4BA9B color RGB value is (180,186,155).

RGB: (180,186,155) (71%, 73%, 61%)

RGB channels and saturation

R 180 of 255 = 71%
G 186 of 255 = 73%
B 155 of 255 = 61%

180
186
155

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

Portions of RGB colors in percentages

R + G + B = 180 + 186 + 155 = 521 (100%)
R 180 of 521 ~ 34.55%
G 186 of 521 ~ 35.7%
B 155 of 521 ~ 29.75'%

%34.55
%35.7
%29.75

CMYK color model

#B4BA9B color CMYK value is (3,0,17,27).

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 27.06%

CMYK: (3,0,17,27)
C3M0Y17K27 (3%, 0%, 17%, 27%)
(0.03 / 0.00 / 0.17 / 0.27)

CMYK percentages

%3.23
%0
%16.67
%27.06

Codes

Color #B4BA9B in popluar color models

B4 BA 9B
RGB 180 186 155
HSL 72° 18.34% 66.86%
HSB/HSV 72° 16.67% 72.94%
CMYK 3.23% 0.00% 16.67%
27.06%

Color #B4BA9B in popluar number systems.

HEX B4 BA 9B
Decimal 180 186 155
Binary 10110100 10111010 10011011
Octal 264 272 233

Shades and tints

Shades of #B4BA9B

#B4BA9B
(180,186,155)
#A4AA8D
(164,170,141)
#949A7F
(148,154,127)
#848A71
(132,138,113)
#747A63
(116,122,99)
#646A55
(100,106,85)
#545A47
(84,90,71)
#444A39
(68,74,57)
#343A2B
(52,58,43)
#242A1D
(36,42,29)
#141A0F
(20,26,15)
#000000
(0,0,0)

Tints of #B4BA9B

#B4BA9B
(180,186,155)
#BAC0A4
(186,192,164)
#C0C6AD
(192,198,173)
#C6CCB6
(198,204,182)
#CCD2BF
(204,210,191)
#D2D8C8
(210,216,200)
#D8DED1
(216,222,209)
#DEE4DA
(222,228,218)
#E4EAE3
(228,234,227)
#EAF0EC
(234,240,236)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BA9B color. Also use rgb(180,186,155) instead hex code.

Text Font Color

.myTextColor { color: #B4BA9B; }

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

This text font color is #B4BA9B.

Background Color

.myBgColor { background-color: #B4BA9B; }

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

This div background color is #B4BA9B.

Border color

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

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

This div border color is #B4BA9B.

Opacity

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

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

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

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

This text has shadow with #B4BA9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BA9B.

Preview

Color preview on black background

This text has color #B4BA9B on black background.


Color preview on white background

This text has color #B4BA9B on white background.


Black color preview on #B4BA9B background

This text has black color on #B4BA9B background.


White color preview on #B4BA9B background

This text has white color on #B4BA9B background.


Related colors

Complementary color

Complementary color for #hex is #4B4564.


I love getcolorcode.com

Triadic colors

1 #9BB4BA and #BA9BB4 with #B4BA9B are triadic colors.

2 #9BBAB4 and #BAB49B with #B4BA9B are triadic colors.