COLOR #B4BC9D

HEX: #B4BC9D RGB: (180,188,157)

Color info

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

RGB color model

#B4BC9D color RGB value is (180,188,157).

RGB: (180,188,157) (71%, 74%, 62%)

RGB channels and saturation

R 180 of 255 = 71%
G 188 of 255 = 74%
B 157 of 255 = 62%

180
188
157

R + G + B ~ 69%. #B4BC9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 188 + 157 = 525 (100%)
R 180 of 525 ~ 34.29%
G 188 of 525 ~ 35.81%
B 157 of 525 ~ 29.9'%

%34.29
%35.81
%29.9

CMYK color model

#B4BC9D color CMYK value is (4,0,16,26).

  • cyan value is 4.26%
  • magenta value is 0.00%
  • yellow value is 16.49%
  • key color value is 26.27%
CMYK: (4,0,16,26) C4M0Y16K26 (4%,0%,16%,26%) (0.04/0.00/0.16/0.26) 

CMYK percentages

%4.26
%0
%16.49
%26.27

Codes

Color #B4BC9D in popluar color models

B4 BC 9D
RGB 180 188 157
HSL 75° 18.79% 67.65%
HSB/HSV 75° 16.49% 73.73%
CMYK 4.26% 0.00% 16.49%
26.27%

Color #B4BC9D in popluar number systems.

HEX B4 BC 9D
Decimal 180 188 157
Binary 10110100 10111100 10011101
Octal 264 274 235

Shades and tints

Shades of #B4BC9D

#B4BC9D
(180,188,157)
#A4AB8F
(164,171,143)
#949A81
(148,154,129)
#848973
(132,137,115)
#747865
(116,120,101)
#646757
(100,103,87)
#545649
(84,86,73)
#44453B
(68,69,59)
#34342D
(52,52,45)
#24231F
(36,35,31)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #B4BC9D

#B4BC9D
(180,188,157)
#BAC2A5
(186,194,165)
#C0C8AD
(192,200,173)
#C6CEB5
(198,206,181)
#CCD4BD
(204,212,189)
#D2DAC5
(210,218,197)
#D8E0CD
(216,224,205)
#DEE6D5
(222,230,213)
#E4ECDD
(228,236,221)
#EAF2E5
(234,242,229)
#F0F8ED
(240,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BC9D; }

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

This text font color is #B4BC9D.

Background Color

.myBgColor { background-color: #B4BC9D; }

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

This div background color is #B4BC9D.

Border color

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

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

This div border color is #B4BC9D.

Opacity

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

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

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

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

This text has shadow with #B4BC9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BC9D.

Preview

Color preview on black background

This text has color #B4BC9D on black background.


Color preview on white background

This text has color #B4BC9D on white background.


Black color preview on #B4BC9D background

This text has black color on #B4BC9D background.


White color preview on #B4BC9D background

This text has white color on #B4BC9D background.


Related colors

Complementary color

Complementary color for #hex is #4B4362.


I love getcolorcode.com

Triadic colors

1 #9DB4BC and #BC9DB4 with #B4BC9D are triadic colors.

2 #9DBCB4 and #BCB49D with #B4BC9D are triadic colors.