COLOR #B3B080

HEX: #B3B080 RGB: (179,176,128)

Color info

#B3B080 contains red, green and blue colors in about the same proportion. Web safe color of #B3B080 is #999966 (or #996).

RGB color model

#B3B080 color RGB value is (179,176,128).

RGB: (179,176,128) (70%, 69%, 50%)

RGB channels and saturation

R 179 of 255 = 70%
G 176 of 255 = 69%
B 128 of 255 = 50%

179
176
128

R + G + B ~ 63%. #B3B080 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 176 + 128 = 483 (100%)
R 179 of 483 ~ 37.06%
G 176 of 483 ~ 36.44%
B 128 of 483 ~ 26.5'%

%37.06
%36.44
%26.5

CMYK color model

#B3B080 color CMYK value is (0,2,28,30).

  • cyan value is 0.00%
  • magenta value is 1.68%
  • yellow value is 28.49%
  • key color value is 29.80%

CMYK: (0,2,28,30)
C0M2Y28K30 (0%, 2%, 28%, 30%)
(0.00 / 0.02 / 0.28 / 0.30)

CMYK percentages

%0
%1.68
%28.49
%29.8

Codes

Color #B3B080 in popluar color models

B3 B0 80
RGB 179 176 128
HSL 56° 25.12% 60.20%
HSB/HSV 56° 28.49% 70.20%
CMYK 0.00% 1.68% 28.49%
29.80%

Color #B3B080 in popluar number systems.

HEX B3 B0 80
Decimal 179 176 128
Binary 10110011 10110000 10000000
Octal 263 260 200

Shades and tints

Shades of #B3B080

#B3B080
(179,176,128)
#A3A075
(163,160,117)
#93906A
(147,144,106)
#83805F
(131,128,95)
#737054
(115,112,84)
#636049
(99,96,73)
#53503E
(83,80,62)
#434033
(67,64,51)
#333028
(51,48,40)
#23201D
(35,32,29)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #B3B080

#B3B080
(179,176,128)
#B9B78B
(185,183,139)
#BFBE96
(191,190,150)
#C5C5A1
(197,197,161)
#CBCCAC
(203,204,172)
#D1D3B7
(209,211,183)
#D7DAC2
(215,218,194)
#DDE1CD
(221,225,205)
#E3E8D8
(227,232,216)
#E9EFE3
(233,239,227)
#EFF6EE
(239,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3B080 color. Also use rgb(179,176,128) instead hex code.

Text Font Color

.myTextColor { color: #B3B080; }

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

This text font color is #B3B080.

Background Color

.myBgColor { background-color: #B3B080; }

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

This div background color is #B3B080.

Border color

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

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

This div border color is #B3B080.

Opacity

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

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

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

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

This text has shadow with #B3B080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3B080.

Preview

Color preview on black background

This text has color #B3B080 on black background.


Color preview on white background

This text has color #B3B080 on white background.


Black color preview on #B3B080 background

This text has black color on #B3B080 background.


White color preview on #B3B080 background

This text has white color on #B3B080 background.


Related colors

Complementary color

Complementary color for #hex is #4C4F7F.


I love getcolorcode.com

Triadic colors

1 #80B3B0 and #B080B3 with #B3B080 are triadic colors.

2 #80B0B3 and #B0B380 with #B3B080 are triadic colors.