COLOR #B4BB89

HEX: #B4BB89 RGB: (180,187,137)

Color info

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

RGB color model

#B4BB89 color RGB value is (180,187,137).

RGB: (180,187,137) (71%, 73%, 54%)

RGB channels and saturation

R 180 of 255 = 71%
G 187 of 255 = 73%
B 137 of 255 = 54%

180
187
137

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

Portions of RGB colors in percentages

R + G + B = 180 + 187 + 137 = 504 (100%)
R 180 of 504 ~ 35.71%
G 187 of 504 ~ 37.1%
B 137 of 504 ~ 27.18'%

%35.71
%37.1
%27.18

CMYK color model

#B4BB89 color CMYK value is (4,0,27,27).

  • cyan value is 3.74%
  • magenta value is 0.00%
  • yellow value is 26.74%
  • key color value is 26.67%

CMYK: (4,0,27,27)
C4M0Y27K27 (4%, 0%, 27%, 27%)
(0.04 / 0.00 / 0.27 / 0.27)

CMYK percentages

%3.74
%0
%26.74
%26.67

Codes

Color #B4BB89 in popluar color models

B4 BB 89
RGB 180 187 137
HSL 68° 26.88% 63.53%
HSB/HSV 68° 26.74% 73.33%
CMYK 3.74% 0.00% 26.74%
26.67%

Color #B4BB89 in popluar number systems.

HEX B4 BB 89
Decimal 180 187 137
Binary 10110100 10111011 10001001
Octal 264 273 211

Shades and tints

Shades of #B4BB89

#B4BB89
(180,187,137)
#A4AA7D
(164,170,125)
#949971
(148,153,113)
#848865
(132,136,101)
#747759
(116,119,89)
#64664D
(100,102,77)
#545541
(84,85,65)
#444435
(68,68,53)
#343329
(52,51,41)
#24221D
(36,34,29)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #B4BB89

#B4BB89
(180,187,137)
#BAC193
(186,193,147)
#C0C79D
(192,199,157)
#C6CDA7
(198,205,167)
#CCD3B1
(204,211,177)
#D2D9BB
(210,217,187)
#D8DFC5
(216,223,197)
#DEE5CF
(222,229,207)
#E4EBD9
(228,235,217)
#EAF1E3
(234,241,227)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BB89 color. Also use rgb(180,187,137) instead hex code.

Text Font Color

.myTextColor { color: #B4BB89; }

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

This text font color is #B4BB89.

Background Color

.myBgColor { background-color: #B4BB89; }

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

This div background color is #B4BB89.

Border color

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

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

This div border color is #B4BB89.

Opacity

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

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

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

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

This text has shadow with #B4BB89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BB89.

Preview

Color preview on black background

This text has color #B4BB89 on black background.


Color preview on white background

This text has color #B4BB89 on white background.


Black color preview on #B4BB89 background

This text has black color on #B4BB89 background.


White color preview on #B4BB89 background

This text has white color on #B4BB89 background.


Related colors

Complementary color

Complementary color for #hex is #4B4476.


I love getcolorcode.com

Triadic colors

1 #89B4BB and #BB89B4 with #B4BB89 are triadic colors.

2 #89BBB4 and #BBB489 with #B4BB89 are triadic colors.