COLOR #B4BC89

HEX: #B4BC89 RGB: (180,188,137)

Color info

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

RGB color model

#B4BC89 color RGB value is (180,188,137).

RGB: (180,188,137) (71%, 74%, 54%)

RGB channels and saturation

R 180 of 255 = 71%
G 188 of 255 = 74%
B 137 of 255 = 54%

180
188
137

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

Portions of RGB colors in percentages

R + G + B = 180 + 188 + 137 = 505 (100%)
R 180 of 505 ~ 35.64%
G 188 of 505 ~ 37.23%
B 137 of 505 ~ 27.13'%

%35.64
%37.23
%27.13

CMYK color model

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

  • cyan value is 4.26%
  • magenta value is 0.00%
  • yellow value is 27.13%
  • key color value is 26.27%

CMYK: (4,0,27,26)
C4M0Y27K26 (4%, 0%, 27%, 26%)
(0.04 / 0.00 / 0.27 / 0.26)

CMYK percentages

%4.26
%0
%27.13
%26.27

Codes

Color #B4BC89 in popluar color models

B4 BC 89
RGB 180 188 137
HSL 69° 27.57% 63.73%
HSB/HSV 69° 27.13% 73.73%
CMYK 4.26% 0.00% 27.13%
26.27%

Color #B4BC89 in popluar number systems.

HEX B4 BC 89
Decimal 180 188 137
Binary 10110100 10111100 10001001
Octal 264 274 211

Shades and tints

Shades of #B4BC89

#B4BC89
(180,188,137)
#A4AB7D
(164,171,125)
#949A71
(148,154,113)
#848965
(132,137,101)
#747859
(116,120,89)
#64674D
(100,103,77)
#545641
(84,86,65)
#444535
(68,69,53)
#343429
(52,52,41)
#24231D
(36,35,29)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #B4BC89

#B4BC89
(180,188,137)
#BAC293
(186,194,147)
#C0C89D
(192,200,157)
#C6CEA7
(198,206,167)
#CCD4B1
(204,212,177)
#D2DABB
(210,218,187)
#D8E0C5
(216,224,197)
#DEE6CF
(222,230,207)
#E4ECD9
(228,236,217)
#EAF2E3
(234,242,227)
#F0F8ED
(240,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BC89; }

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

This text font color is #B4BC89.

Background Color

.myBgColor { background-color: #B4BC89; }

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

This div background color is #B4BC89.

Border color

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

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

This div border color is #B4BC89.

Opacity

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

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

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

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

This text has shadow with #B4BC89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BC89.

Preview

Color preview on black background

This text has color #B4BC89 on black background.


Color preview on white background

This text has color #B4BC89 on white background.


Black color preview on #B4BC89 background

This text has black color on #B4BC89 background.


White color preview on #B4BC89 background

This text has white color on #B4BC89 background.


Related colors

Complementary color

Complementary color for #hex is #4B4376.


I love getcolorcode.com

Triadic colors

1 #89B4BC and #BC89B4 with #B4BC89 are triadic colors.

2 #89BCB4 and #BCB489 with #B4BC89 are triadic colors.