COLOR #B5B177

HEX: #B5B177
RGB: (181,177,119)

Color info

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

RGB color model

#B5B177 color RGB value is (181,177,119).

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

RGB channels and saturation

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

181
177
119

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

Portions of RGB colors in percentages

R + G + B =
181 + 177 + 119 = 477 (100%)
R 181 of 477 ~ 37.95%
G 177 of 477 ~ 37.11%
B 119 of 477 ~ 24.95%

%37.95
%37.11
%24.95

CMYK color model

#B5B177 color CMYK value is (0,2,34,29).

  • cyan value is 0.00%
  • magenta value is 2.21%
  • yellow value is 34.25%
  • key color value is 29.02%
CMYK:
(0,2,34,29)
C0M2Y34K29 
(0%,2%,34%,29%)
(0.00/0.02/0.34/0.29)	

CMYK percentages

%0
%2.21
%34.25
%29.02

Codes

Color #B5B177 in popluar color models

B5B177
RGB181177119
HSL56°29.52%58.82%
HSB/HSV56°34.25%70.98%
CMYK0.00%2.21%34.25%
29.02%

Color #B5B177 in popluar number systems.

HEXB5B177
Decimal181177119
Binary10110101101100011110111
Octal265261167

Shades and tints

Shades of #B5B177

#B5B177
(181,177,119)
#A5A16D
(165,161,109)
#959163
(149,145,99)
#858159
(133,129,89)
#75714F
(117,113,79)
#656145
(101,97,69)
#55513B
(85,81,59)
#454131
(69,65,49)
#353127
(53,49,39)
#25211D
(37,33,29)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #B5B177

#B5B177
(181,177,119)
#BBB883
(187,184,131)
#C1BF8F
(193,191,143)
#C7C69B
(199,198,155)
#CDCDA7
(205,205,167)
#D3D4B3
(211,212,179)
#D9DBBF
(217,219,191)
#DFE2CB
(223,226,203)
#E5E9D7
(229,233,215)
#EBF0E3
(235,240,227)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B177; }

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

This text font color is #B5B177.


Background Color

.myBgColor { background-color: #B5B177; }

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

This div background color is #B5B177.


Border color

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

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

This div border color is #B5B177.


Opacity

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

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

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

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

This text has shadow with #B5B177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B177 on black background.


Color preview on white background

This text has color #B5B177 on white background.



Black color preview on #B5B177 background

This text has black color on #B5B177 background.


White color preview on #B5B177 background

This text has white color on #B5B177 background.