COLOR #B5B178

HEX: #B5B178
RGB: (181,177,120)

Color info

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

RGB color model

#B5B178 color RGB value is (181,177,120).

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

RGB channels and saturation

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

181
177
120

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

Portions of RGB colors in percentages

R + G + B =
181 + 177 + 120 = 478 (100%)
R 181 of 478 ~ 37.87%
G 177 of 478 ~ 37.03%
B 120 of 478 ~ 25.1%

%37.87
%37.03
%25.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.21%
  • yellow value is 33.70%
  • 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
%33.7
%29.02

Codes

Color #B5B178 in popluar color models

B5B178
RGB181177120
HSL56°29.19%59.02%
HSB/HSV56°33.70%70.98%
CMYK0.00%2.21%33.70%
29.02%

Color #B5B178 in popluar number systems.

HEXB5B178
Decimal181177120
Binary10110101101100011111000
Octal265261170

Shades and tints

Shades of #B5B178

#B5B178
(181,177,120)
#A5A16E
(165,161,110)
#959164
(149,145,100)
#85815A
(133,129,90)
#757150
(117,113,80)
#656146
(101,97,70)
#55513C
(85,81,60)
#454132
(69,65,50)
#353128
(53,49,40)
#25211E
(37,33,30)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #B5B178

#B5B178
(181,177,120)
#BBB884
(187,184,132)
#C1BF90
(193,191,144)
#C7C69C
(199,198,156)
#CDCDA8
(205,205,168)
#D3D4B4
(211,212,180)
#D9DBC0
(217,219,192)
#DFE2CC
(223,226,204)
#E5E9D8
(229,233,216)
#EBF0E4
(235,240,228)
#F1F7F0
(241,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B178; }

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

This text font color is #B5B178.


Background Color

.myBgColor { background-color: #B5B178; }

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

This div background color is #B5B178.


Border color

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

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

This div border color is #B5B178.


Opacity

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

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

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

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

This text has shadow with #B5B178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B178 on black background.


Color preview on white background

This text has color #B5B178 on white background.



Black color preview on #B5B178 background

This text has black color on #B5B178 background.


White color preview on #B5B178 background

This text has white color on #B5B178 background.