COLOR #B5BA89

HEX: #B5BA89 RGB: (181,186,137)

Color info

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

RGB color model

#B5BA89 color RGB value is (181,186,137).

RGB: (181,186,137) (71%, 73%, 54%)

RGB channels and saturation

R 181 of 255 = 71%
G 186 of 255 = 73%
B 137 of 255 = 54%

181
186
137

R + G + B ~ 66%. #B5BA89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 186 + 137 = 504 (100%)
R 181 of 504 ~ 35.91%
G 186 of 504 ~ 36.9%
B 137 of 504 ~ 27.18'%

%35.91
%36.9
%27.18

CMYK color model

#B5BA89 color CMYK value is (3,0,26,27).

  • cyan value is 2.69%
  • magenta value is 0.00%
  • yellow value is 26.34%
  • key color value is 27.06%

CMYK: (3,0,26,27)
C3M0Y26K27 (3%, 0%, 26%, 27%)
(0.03 / 0.00 / 0.26 / 0.27)

CMYK percentages

%2.69
%0
%26.34
%27.06

Codes

Color #B5BA89 in popluar color models

B5 BA 89
RGB 181 186 137
HSL 66° 26.20% 63.33%
HSB/HSV 66° 26.34% 72.94%
CMYK 2.69% 0.00% 26.34%
27.06%

Color #B5BA89 in popluar number systems.

HEX B5 BA 89
Decimal 181 186 137
Binary 10110101 10111010 10001001
Octal 265 272 211

Shades and tints

Shades of #B5BA89

#B5BA89
(181,186,137)
#A5AA7D
(165,170,125)
#959A71
(149,154,113)
#858A65
(133,138,101)
#757A59
(117,122,89)
#656A4D
(101,106,77)
#555A41
(85,90,65)
#454A35
(69,74,53)
#353A29
(53,58,41)
#252A1D
(37,42,29)
#151A11
(21,26,17)
#000000
(0,0,0)

Tints of #B5BA89

#B5BA89
(181,186,137)
#BBC093
(187,192,147)
#C1C69D
(193,198,157)
#C7CCA7
(199,204,167)
#CDD2B1
(205,210,177)
#D3D8BB
(211,216,187)
#D9DEC5
(217,222,197)
#DFE4CF
(223,228,207)
#E5EAD9
(229,234,217)
#EBF0E3
(235,240,227)
#F1F6ED
(241,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BA89 color. Also use rgb(181,186,137) instead hex code.

Text Font Color

.myTextColor { color: #B5BA89; }

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

This text font color is #B5BA89.

Background Color

.myBgColor { background-color: #B5BA89; }

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

This div background color is #B5BA89.

Border color

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

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

This div border color is #B5BA89.

Opacity

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

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

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

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

This text has shadow with #B5BA89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5BA89.

Preview

Color preview on black background

This text has color #B5BA89 on black background.


Color preview on white background

This text has color #B5BA89 on white background.


Black color preview on #B5BA89 background

This text has black color on #B5BA89 background.


White color preview on #B5BA89 background

This text has white color on #B5BA89 background.


Related colors

Complementary color

Complementary color for #hex is #4A4576.


I love getcolorcode.com

Triadic colors

1 #89B5BA and #BA89B5 with #B5BA89 are triadic colors.

2 #89BAB5 and #BAB589 with #B5BA89 are triadic colors.