COLOR #B3B995

HEX: #B3B995 RGB: (179,185,149)

Color info

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

RGB color model

#B3B995 color RGB value is (179,185,149).

RGB: (179,185,149) (70%, 73%, 58%)

RGB channels and saturation

R 179 of 255 = 70%
G 185 of 255 = 73%
B 149 of 255 = 58%

179
185
149

R + G + B ~ 67%. #B3B995 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 185 + 149 = 513 (100%)
R 179 of 513 ~ 34.89%
G 185 of 513 ~ 36.06%
B 149 of 513 ~ 29.04'%

%34.89
%36.06
%29.04

CMYK color model

#B3B995 color CMYK value is (3,0,19,27).

  • cyan value is 3.24%
  • magenta value is 0.00%
  • yellow value is 19.46%
  • key color value is 27.45%

CMYK: (3,0,19,27)
C3M0Y19K27 (3%, 0%, 19%, 27%)
(0.03 / 0.00 / 0.19 / 0.27)

CMYK percentages

%3.24
%0
%19.46
%27.45

Codes

Color #B3B995 in popluar color models

B3 B9 95
RGB 179 185 149
HSL 70° 20.45% 65.49%
HSB/HSV 70° 19.46% 72.55%
CMYK 3.24% 0.00% 19.46%
27.45%

Color #B3B995 in popluar number systems.

HEX B3 B9 95
Decimal 179 185 149
Binary 10110011 10111001 10010101
Octal 263 271 225

Shades and tints

Shades of #B3B995

#B3B995
(179,185,149)
#A3A988
(163,169,136)
#93997B
(147,153,123)
#83896E
(131,137,110)
#737961
(115,121,97)
#636954
(99,105,84)
#535947
(83,89,71)
#43493A
(67,73,58)
#33392D
(51,57,45)
#232920
(35,41,32)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #B3B995

#B3B995
(179,185,149)
#B9BF9E
(185,191,158)
#BFC5A7
(191,197,167)
#C5CBB0
(197,203,176)
#CBD1B9
(203,209,185)
#D1D7C2
(209,215,194)
#D7DDCB
(215,221,203)
#DDE3D4
(221,227,212)
#E3E9DD
(227,233,221)
#E9EFE6
(233,239,230)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B995; }

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

This text font color is #B3B995.

Background Color

.myBgColor { background-color: #B3B995; }

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

This div background color is #B3B995.

Border color

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

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

This div border color is #B3B995.

Opacity

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

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

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

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

This text has shadow with #B3B995 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3B995.

Preview

Color preview on black background

This text has color #B3B995 on black background.


Color preview on white background

This text has color #B3B995 on white background.


Black color preview on #B3B995 background

This text has black color on #B3B995 background.


White color preview on #B3B995 background

This text has white color on #B3B995 background.


Related colors

Complementary color

Complementary color for #hex is #4C466A.


I love getcolorcode.com

Triadic colors

1 #95B3B9 and #B995B3 with #B3B995 are triadic colors.

2 #95B9B3 and #B9B395 with #B3B995 are triadic colors.