COLOR #B5B374

HEX: #B5B374
RGB: (181,179,116)

Color info

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

RGB color model

#B5B374 color RGB value is (181,179,116).

  • red value is 181;
  • green value is 179;
  • blue value is 116.
RGB:
(181,179,116)
(71%,70%,45%)

RGB channels and saturation

R 181 of 255 = 71%
G 179 of 255 = 70%
B 116 of 255 = 45%

181
179
116

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

Portions of RGB colors in percentages

R + G + B =
181 + 179 + 116 = 476 (100%)
R 181 of 476 ~ 38.03%
G 179 of 476 ~ 37.61%
B 116 of 476 ~ 24.37%

%38.03
%37.61
%24.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.10%
  • yellow value is 35.91%
  • key color value is 29.02%
CMYK:
(0,1,36,29)
C0M1Y36K29 
(0%,1%,36%,29%)
(0.00/0.01/0.36/0.29)	

CMYK percentages

%0
%1.1
%35.91
%29.02

Codes

Color #B5B374 in popluar color models

B5B374
RGB181179116
HSL58°30.52%58.24%
HSB/HSV58°35.91%70.98%
CMYK0.00%1.10%35.91%
29.02%

Color #B5B374 in popluar number systems.

HEXB5B374
Decimal181179116
Binary10110101101100111110100
Octal265263164

Shades and tints

Shades of #B5B374

#B5B374
(181,179,116)
#A5A36A
(165,163,106)
#959360
(149,147,96)
#858356
(133,131,86)
#75734C
(117,115,76)
#656342
(101,99,66)
#555338
(85,83,56)
#45432E
(69,67,46)
#353324
(53,51,36)
#25231A
(37,35,26)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #B5B374

#B5B374
(181,179,116)
#BBB980
(187,185,128)
#C1BF8C
(193,191,140)
#C7C598
(199,197,152)
#CDCBA4
(205,203,164)
#D3D1B0
(211,209,176)
#D9D7BC
(217,215,188)
#DFDDC8
(223,221,200)
#E5E3D4
(229,227,212)
#EBE9E0
(235,233,224)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B374; }

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

This text font color is #B5B374.


Background Color

.myBgColor { background-color: #B5B374; }

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

This div background color is #B5B374.


Border color

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

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

This div border color is #B5B374.


Opacity

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

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

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

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

This text has shadow with #B5B374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B374 on black background.


Color preview on white background

This text has color #B5B374 on white background.



Black color preview on #B5B374 background

This text has black color on #B5B374 background.


White color preview on #B5B374 background

This text has white color on #B5B374 background.