COLOR #B5B879

HEX: #B5B879 RGB: (181,184,121)

Color info

#B5B879 contains mainly red and green colors. Web safe color of #B5B879 is #CCCC66 (or #CC6).

RGB color model

#B5B879 color RGB value is (181,184,121).

RGB: (181,184,121) (71%, 72%, 47%)

RGB channels and saturation

R 181 of 255 = 71%
G 184 of 255 = 72%
B 121 of 255 = 47%

181
184
121

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

Portions of RGB colors in percentages

R + G + B = 181 + 184 + 121 = 486 (100%)
R 181 of 486 ~ 37.24%
G 184 of 486 ~ 37.86%
B 121 of 486 ~ 24.9'%

%37.24
%37.86
%24.9

CMYK color model

#B5B879 color CMYK value is (2,0,34,28).

  • cyan value is 1.63%
  • magenta value is 0.00%
  • yellow value is 34.24%
  • key color value is 27.84%

CMYK: (2,0,34,28)
C2M0Y34K28 (2%, 0%, 34%, 28%)
(0.02 / 0.00 / 0.34 / 0.28)

CMYK percentages

%1.63
%0
%34.24
%27.84

Codes

Color #B5B879 in popluar color models

B5 B8 79
RGB 181 184 121
HSL 63° 30.73% 59.80%
HSB/HSV 63° 34.24% 72.16%
CMYK 1.63% 0.00% 34.24%
27.84%

Color #B5B879 in popluar number systems.

HEX B5 B8 79
Decimal 181 184 121
Binary 10110101 10111000 1111001
Octal 265 270 171

Shades and tints

Shades of #B5B879

#B5B879
(181,184,121)
#A5A86E
(165,168,110)
#959863
(149,152,99)
#858858
(133,136,88)
#75784D
(117,120,77)
#656842
(101,104,66)
#555837
(85,88,55)
#45482C
(69,72,44)
#353821
(53,56,33)
#252816
(37,40,22)
#15180B
(21,24,11)
#000000
(0,0,0)

Tints of #B5B879

#B5B879
(181,184,121)
#BBBE85
(187,190,133)
#C1C491
(193,196,145)
#C7CA9D
(199,202,157)
#CDD0A9
(205,208,169)
#D3D6B5
(211,214,181)
#D9DCC1
(217,220,193)
#DFE2CD
(223,226,205)
#E5E8D9
(229,232,217)
#EBEEE5
(235,238,229)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5B879 color. Also use rgb(181,184,121) instead hex code.

Text Font Color

.myTextColor { color: #B5B879; }

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

This text font color is #B5B879.

Background Color

.myBgColor { background-color: #B5B879; }

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

This div background color is #B5B879.

Border color

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

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

This div border color is #B5B879.

Opacity

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

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

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

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

This text has shadow with #B5B879 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5B879.

Preview

Color preview on black background

This text has color #B5B879 on black background.


Color preview on white background

This text has color #B5B879 on white background.


Black color preview on #B5B879 background

This text has black color on #B5B879 background.


White color preview on #B5B879 background

This text has white color on #B5B879 background.


Related colors

Complementary color

Complementary color for #hex is #4A4786.


I love getcolorcode.com

Triadic colors

1 #79B5B8 and #B879B5 with #B5B879 are triadic colors.

2 #79B8B5 and #B8B579 with #B5B879 are triadic colors.