COLOR #B3B580

HEX: #B3B580 RGB: (179,181,128)

Color info

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

RGB color model

#B3B580 color RGB value is (179,181,128).

RGB: (179,181,128) (70%, 71%, 50%)

RGB channels and saturation

R 179 of 255 = 70%
G 181 of 255 = 71%
B 128 of 255 = 50%

179
181
128

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

Portions of RGB colors in percentages

R + G + B = 179 + 181 + 128 = 488 (100%)
R 179 of 488 ~ 36.68%
G 181 of 488 ~ 37.09%
B 128 of 488 ~ 26.23'%

%36.68
%37.09
%26.23

CMYK color model

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

  • cyan value is 1.10%
  • magenta value is 0.00%
  • yellow value is 29.28%
  • key color value is 29.02%

CMYK: (1,0,29,29)
C1M0Y29K29 (1%, 0%, 29%, 29%)
(0.01 / 0.00 / 0.29 / 0.29)

CMYK percentages

%1.1
%0
%29.28
%29.02

Codes

Color #B3B580 in popluar color models

B3 B5 80
RGB 179 181 128
HSL 62° 26.37% 60.59%
HSB/HSV 62° 29.28% 70.98%
CMYK 1.10% 0.00% 29.28%
29.02%

Color #B3B580 in popluar number systems.

HEX B3 B5 80
Decimal 179 181 128
Binary 10110011 10110101 10000000
Octal 263 265 200

Shades and tints

Shades of #B3B580

#B3B580
(179,181,128)
#A3A575
(163,165,117)
#93956A
(147,149,106)
#83855F
(131,133,95)
#737554
(115,117,84)
#636549
(99,101,73)
#53553E
(83,85,62)
#434533
(67,69,51)
#333528
(51,53,40)
#23251D
(35,37,29)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #B3B580

#B3B580
(179,181,128)
#B9BB8B
(185,187,139)
#BFC196
(191,193,150)
#C5C7A1
(197,199,161)
#CBCDAC
(203,205,172)
#D1D3B7
(209,211,183)
#D7D9C2
(215,217,194)
#DDDFCD
(221,223,205)
#E3E5D8
(227,229,216)
#E9EBE3
(233,235,227)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B580; }

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

This text font color is #B3B580.

Background Color

.myBgColor { background-color: #B3B580; }

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

This div background color is #B3B580.

Border color

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

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

This div border color is #B3B580.

Opacity

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

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

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

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

This text has shadow with #B3B580 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3B580.

Preview

Color preview on black background

This text has color #B3B580 on black background.


Color preview on white background

This text has color #B3B580 on white background.


Black color preview on #B3B580 background

This text has black color on #B3B580 background.


White color preview on #B3B580 background

This text has white color on #B3B580 background.


Related colors

Complementary color

Complementary color for #hex is #4C4A7F.


I love getcolorcode.com

Triadic colors

1 #80B3B5 and #B580B3 with #B3B580 are triadic colors.

2 #80B5B3 and #B5B380 with #B3B580 are triadic colors.