COLOR #B3BE95

HEX: #B3BE95 RGB: (179,190,149)

Color info

#B3BE95 contains red, green and blue colors in about the same proportion. Web safe color of #B3BE95 is #99CC99 (or #9C9).

RGB color model

#B3BE95 color RGB value is (179,190,149).

RGB: (179,190,149) (70%, 75%, 58%)

RGB channels and saturation

R 179 of 255 = 70%
G 190 of 255 = 75%
B 149 of 255 = 58%

179
190
149

R + G + B ~ 68%. #B3BE95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 190 + 149 = 518 (100%)
R 179 of 518 ~ 34.56%
G 190 of 518 ~ 36.68%
B 149 of 518 ~ 28.76'%

%34.56
%36.68
%28.76

CMYK color model

#B3BE95 color CMYK value is (6,0,22,25).

  • cyan value is 5.79%
  • magenta value is 0.00%
  • yellow value is 21.58%
  • key color value is 25.49%

CMYK: (6,0,22,25)
C6M0Y22K25 (6%, 0%, 22%, 25%)
(0.06 / 0.00 / 0.22 / 0.25)

CMYK percentages

%5.79
%0
%21.58
%25.49

Codes

Color #B3BE95 in popluar color models

B3 BE 95
RGB 179 190 149
HSL 76° 23.98% 66.47%
HSB/HSV 76° 21.58% 74.51%
CMYK 5.79% 0.00% 21.58%
25.49%

Color #B3BE95 in popluar number systems.

HEX B3 BE 95
Decimal 179 190 149
Binary 10110011 10111110 10010101
Octal 263 276 225

Shades and tints

Shades of #B3BE95

#B3BE95
(179,190,149)
#A3AD88
(163,173,136)
#939C7B
(147,156,123)
#838B6E
(131,139,110)
#737A61
(115,122,97)
#636954
(99,105,84)
#535847
(83,88,71)
#43473A
(67,71,58)
#33362D
(51,54,45)
#232520
(35,37,32)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #B3BE95

#B3BE95
(179,190,149)
#B9C39E
(185,195,158)
#BFC8A7
(191,200,167)
#C5CDB0
(197,205,176)
#CBD2B9
(203,210,185)
#D1D7C2
(209,215,194)
#D7DCCB
(215,220,203)
#DDE1D4
(221,225,212)
#E3E6DD
(227,230,221)
#E9EBE6
(233,235,230)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3BE95 color. Also use rgb(179,190,149) instead hex code.

Text Font Color

.myTextColor { color: #B3BE95; }

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

This text font color is #B3BE95.

Background Color

.myBgColor { background-color: #B3BE95; }

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

This div background color is #B3BE95.

Border color

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

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

This div border color is #B3BE95.

Opacity

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

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

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

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

This text has shadow with #B3BE95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3BE95.

Preview

Color preview on black background

This text has color #B3BE95 on black background.


Color preview on white background

This text has color #B3BE95 on white background.


Black color preview on #B3BE95 background

This text has black color on #B3BE95 background.


White color preview on #B3BE95 background

This text has white color on #B3BE95 background.


Related colors

Complementary color

Complementary color for #hex is #4C416A.


I love getcolorcode.com

Triadic colors

1 #95B3BE and #BE95B3 with #B3BE95 are triadic colors.

2 #95BEB3 and #BEB395 with #B3BE95 are triadic colors.