COLOR #B3B49F

HEX: #B3B49F RGB: (179,180,159)

Color info

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

RGB color model

#B3B49F color RGB value is (179,180,159).

RGB: (179,180,159) (70%, 71%, 62%)

RGB channels and saturation

R 179 of 255 = 70%
G 180 of 255 = 71%
B 159 of 255 = 62%

179
180
159

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

Portions of RGB colors in percentages

R + G + B = 179 + 180 + 159 = 518 (100%)
R 179 of 518 ~ 34.56%
G 180 of 518 ~ 34.75%
B 159 of 518 ~ 30.69'%

%34.56
%34.75
%30.69

CMYK color model

#B3B49F color CMYK value is (1,0,12,29).

  • cyan value is 0.56%
  • magenta value is 0.00%
  • yellow value is 11.67%
  • key color value is 29.41%

CMYK: (1,0,12,29)
C1M0Y12K29 (1%, 0%, 12%, 29%)
(0.01 / 0.00 / 0.12 / 0.29)

CMYK percentages

%0.56
%0
%11.67
%29.41

Codes

Color #B3B49F in popluar color models

B3 B4 9F
RGB 179 180 159
HSL 63° 12.28% 66.47%
HSB/HSV 63° 11.67% 70.59%
CMYK 0.56% 0.00% 11.67%
29.41%

Color #B3B49F in popluar number systems.

HEX B3 B4 9F
Decimal 179 180 159
Binary 10110011 10110100 10011111
Octal 263 264 237

Shades and tints

Shades of #B3B49F

#B3B49F
(179,180,159)
#A3A491
(163,164,145)
#939483
(147,148,131)
#838475
(131,132,117)
#737467
(115,116,103)
#636459
(99,100,89)
#53544B
(83,84,75)
#43443D
(67,68,61)
#33342F
(51,52,47)
#232421
(35,36,33)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #B3B49F

#B3B49F
(179,180,159)
#B9BAA7
(185,186,167)
#BFC0AF
(191,192,175)
#C5C6B7
(197,198,183)
#CBCCBF
(203,204,191)
#D1D2C7
(209,210,199)
#D7D8CF
(215,216,207)
#DDDED7
(221,222,215)
#E3E4DF
(227,228,223)
#E9EAE7
(233,234,231)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3B49F color. Also use rgb(179,180,159) instead hex code.

Text Font Color

.myTextColor { color: #B3B49F; }

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

This text font color is #B3B49F.

Background Color

.myBgColor { background-color: #B3B49F; }

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

This div background color is #B3B49F.

Border color

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

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

This div border color is #B3B49F.

Opacity

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

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

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

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

This text has shadow with #B3B49F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3B49F.

Preview

Color preview on black background

This text has color #B3B49F on black background.


Color preview on white background

This text has color #B3B49F on white background.


Black color preview on #B3B49F background

This text has black color on #B3B49F background.


White color preview on #B3B49F background

This text has white color on #B3B49F background.


Related colors

Complementary color

Complementary color for #hex is #4C4B60.


I love getcolorcode.com

Triadic colors

1 #9FB3B4 and #B49FB3 with #B3B49F are triadic colors.

2 #9FB4B3 and #B4B39F with #B3B49F are triadic colors.