COLOR #B5B179

HEX: #B5B179
RGB: (181,177,121)

Color info

#B5B179 contains mainly red and green colors. Web safe color of #B5B179 is #CC9966 (or #C96).

RGB color model

#B5B179 color RGB value is (181,177,121).

  • red value is 181;
  • green value is 177;
  • blue value is 121.
RGB:
(181,177,121)
(71%,69%,47%)

RGB channels and saturation

R 181 of 255 = 71%
G 177 of 255 = 69%
B 121 of 255 = 47%

181
177
121

R + G + B ~ 62%. #B5B179 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 177 + 121 = 479 (100%)
R 181 of 479 ~ 37.79%
G 177 of 479 ~ 36.95%
B 121 of 479 ~ 25.26%

%37.79
%36.95
%25.26

CMYK color model

#B5B179 color CMYK value is (0,2,33,29).

  • cyan value is 0.00%
  • magenta value is 2.21%
  • yellow value is 33.15%
  • key color value is 29.02%
CMYK:
(0,2,33,29)
C0M2Y33K29 
(0%,2%,33%,29%)
(0.00/0.02/0.33/0.29)	

CMYK percentages

%0
%2.21
%33.15
%29.02

Codes

Color #B5B179 in popluar color models

B5B179
RGB181177121
HSL56°28.85%59.22%
HSB/HSV56°33.15%70.98%
CMYK0.00%2.21%33.15%
29.02%

Color #B5B179 in popluar number systems.

HEXB5B179
Decimal181177121
Binary10110101101100011111001
Octal265261171

Shades and tints

Shades of #B5B179

#B5B179
(181,177,121)
#A5A16E
(165,161,110)
#959163
(149,145,99)
#858158
(133,129,88)
#75714D
(117,113,77)
#656142
(101,97,66)
#555137
(85,81,55)
#45412C
(69,65,44)
#353121
(53,49,33)
#252116
(37,33,22)
#15110B
(21,17,11)
#000000
(0,0,0)

Tints of #B5B179

#B5B179
(181,177,121)
#BBB885
(187,184,133)
#C1BF91
(193,191,145)
#C7C69D
(199,198,157)
#CDCDA9
(205,205,169)
#D3D4B5
(211,212,181)
#D9DBC1
(217,219,193)
#DFE2CD
(223,226,205)
#E5E9D9
(229,233,217)
#EBF0E5
(235,240,229)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B179; }

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

This text font color is #B5B179.


Background Color

.myBgColor { background-color: #B5B179; }

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

This div background color is #B5B179.


Border color

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

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

This div border color is #B5B179.


Opacity

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

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

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

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

This text has shadow with #B5B179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B179 on black background.


Color preview on white background

This text has color #B5B179 on white background.



Black color preview on #B5B179 background

This text has black color on #B5B179 background.


White color preview on #B5B179 background

This text has white color on #B5B179 background.