COLOR #B4BC77

HEX: #B4BC77 RGB: (180,188,119)

Color info

#B4BC77 contains mainly red and green colors. Web safe color of #B4BC77 is #CCCC66 (or #CC6).

RGB color model

#B4BC77 color RGB value is (180,188,119).

RGB: (180,188,119) (71%, 74%, 47%)

RGB channels and saturation

R 180 of 255 = 71%
G 188 of 255 = 74%
B 119 of 255 = 47%

180
188
119

R + G + B ~ 64%. #B4BC77 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 188 + 119 = 487 (100%)
R 180 of 487 ~ 36.96%
G 188 of 487 ~ 38.6%
B 119 of 487 ~ 24.44'%

%36.96
%38.6
%24.44

CMYK color model

#B4BC77 color CMYK value is (4,0,37,26).

  • cyan value is 4.26%
  • magenta value is 0.00%
  • yellow value is 36.70%
  • key color value is 26.27%
CMYK: (4,0,37,26) C4M0Y37K26 (4%,0%,37%,26%) (0.04/0.00/0.37/0.26) 

CMYK percentages

%4.26
%0
%36.7
%26.27

Codes

Color #B4BC77 in popluar color models

B4 BC 77
RGB 180 188 119
HSL 67° 33.99% 60.20%
HSB/HSV 67° 36.70% 73.73%
CMYK 4.26% 0.00% 36.70%
26.27%

Color #B4BC77 in popluar number systems.

HEX B4 BC 77
Decimal 180 188 119
Binary 10110100 10111100 1110111
Octal 264 274 167

Shades and tints

Shades of #B4BC77

#B4BC77
(180,188,119)
#A4AB6D
(164,171,109)
#949A63
(148,154,99)
#848959
(132,137,89)
#74784F
(116,120,79)
#646745
(100,103,69)
#54563B
(84,86,59)
#444531
(68,69,49)
#343427
(52,52,39)
#24231D
(36,35,29)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #B4BC77

#B4BC77
(180,188,119)
#BAC283
(186,194,131)
#C0C88F
(192,200,143)
#C6CE9B
(198,206,155)
#CCD4A7
(204,212,167)
#D2DAB3
(210,218,179)
#D8E0BF
(216,224,191)
#DEE6CB
(222,230,203)
#E4ECD7
(228,236,215)
#EAF2E3
(234,242,227)
#F0F8EF
(240,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BC77; }

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

This text font color is #B4BC77.

Background Color

.myBgColor { background-color: #B4BC77; }

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

This div background color is #B4BC77.

Border color

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

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

This div border color is #B4BC77.

Opacity

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

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

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

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

This text has shadow with #B4BC77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BC77.

Preview

Color preview on black background

This text has color #B4BC77 on black background.


Color preview on white background

This text has color #B4BC77 on white background.


Black color preview on #B4BC77 background

This text has black color on #B4BC77 background.


White color preview on #B4BC77 background

This text has white color on #B4BC77 background.


Related colors

Complementary color

Complementary color for #hex is #4B4388.


I love getcolorcode.com

Triadic colors

1 #77B4BC and #BC77B4 with #B4BC77 are triadic colors.

2 #77BCB4 and #BCB477 with #B4BC77 are triadic colors.