COLOR #B3BC7E

HEX: #B3BC7E RGB: (179,188,126)

Color info

#B3BC7E contains mainly red and green colors. Web safe color of #B3BC7E is #99CC66 (or #9C6).

RGB color model

#B3BC7E color RGB value is (179,188,126).

RGB: (179,188,126) (70%, 74%, 49%)

RGB channels and saturation

R 179 of 255 = 70%
G 188 of 255 = 74%
B 126 of 255 = 49%

179
188
126

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

Portions of RGB colors in percentages

R + G + B = 179 + 188 + 126 = 493 (100%)
R 179 of 493 ~ 36.31%
G 188 of 493 ~ 38.13%
B 126 of 493 ~ 25.56'%

%36.31
%38.13
%25.56

CMYK color model

#B3BC7E color CMYK value is (5,0,33,26).

  • cyan value is 4.79%
  • magenta value is 0.00%
  • yellow value is 32.98%
  • key color value is 26.27%

CMYK: (5,0,33,26)
C5M0Y33K26 (5%, 0%, 33%, 26%)
(0.05 / 0.00 / 0.33 / 0.26)

CMYK percentages

%4.79
%0
%32.98
%26.27

Codes

Color #B3BC7E in popluar color models

B3 BC 7E
RGB 179 188 126
HSL 69° 31.63% 61.57%
HSB/HSV 69° 32.98% 73.73%
CMYK 4.79% 0.00% 32.98%
26.27%

Color #B3BC7E in popluar number systems.

HEX B3 BC 7E
Decimal 179 188 126
Binary 10110011 10111100 1111110
Octal 263 274 176

Shades and tints

Shades of #B3BC7E

#B3BC7E
(179,188,126)
#A3AB73
(163,171,115)
#939A68
(147,154,104)
#83895D
(131,137,93)
#737852
(115,120,82)
#636747
(99,103,71)
#53563C
(83,86,60)
#434531
(67,69,49)
#333426
(51,52,38)
#23231B
(35,35,27)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #B3BC7E

#B3BC7E
(179,188,126)
#B9C289
(185,194,137)
#BFC894
(191,200,148)
#C5CE9F
(197,206,159)
#CBD4AA
(203,212,170)
#D1DAB5
(209,218,181)
#D7E0C0
(215,224,192)
#DDE6CB
(221,230,203)
#E3ECD6
(227,236,214)
#E9F2E1
(233,242,225)
#EFF8EC
(239,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3BC7E color. Also use rgb(179,188,126) instead hex code.

Text Font Color

.myTextColor { color: #B3BC7E; }

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

This text font color is #B3BC7E.

Background Color

.myBgColor { background-color: #B3BC7E; }

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

This div background color is #B3BC7E.

Border color

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

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

This div border color is #B3BC7E.

Opacity

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

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

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

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

This text has shadow with #B3BC7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3BC7E.

Preview

Color preview on black background

This text has color #B3BC7E on black background.


Color preview on white background

This text has color #B3BC7E on white background.


Black color preview on #B3BC7E background

This text has black color on #B3BC7E background.


White color preview on #B3BC7E background

This text has white color on #B3BC7E background.


Related colors

Complementary color

Complementary color for #hex is #4C4381.


I love getcolorcode.com

Triadic colors

1 #7EB3BC and #BC7EB3 with #B3BC7E are triadic colors.

2 #7EBCB3 and #BCB37E with #B3BC7E are triadic colors.