COLOR #B5B376

HEX: #B5B376 RGB: (181,179,118)

Color info

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

RGB color model

#B5B376 color RGB value is (181,179,118).

RGB: (181,179,118) (71%, 70%, 46%)

RGB channels and saturation

R 181 of 255 = 71%
G 179 of 255 = 70%
B 118 of 255 = 46%

181
179
118

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

Portions of RGB colors in percentages

R + G + B = 181 + 179 + 118 = 478 (100%)
R 181 of 478 ~ 37.87%
G 179 of 478 ~ 37.45%
B 118 of 478 ~ 24.69'%

%37.87
%37.45
%24.69

CMYK color model

#B5B376 color CMYK value is (0,1,35,29).

  • cyan value is 0.00%
  • magenta value is 1.10%
  • yellow value is 34.81%
  • key color value is 29.02%

CMYK: (0,1,35,29)
C0M1Y35K29 (0%, 1%, 35%, 29%)
(0.00 / 0.01 / 0.35 / 0.29)

CMYK percentages

%0
%1.1
%34.81
%29.02

Codes

Color #B5B376 in popluar color models

B5 B3 76
RGB 181 179 118
HSL 58° 29.86% 58.63%
HSB/HSV 58° 34.81% 70.98%
CMYK 0.00% 1.10% 34.81%
29.02%

Color #B5B376 in popluar number systems.

HEX B5 B3 76
Decimal 181 179 118
Binary 10110101 10110011 1110110
Octal 265 263 166

Shades and tints

Shades of #B5B376

#B5B376
(181,179,118)
#A5A36C
(165,163,108)
#959362
(149,147,98)
#858358
(133,131,88)
#75734E
(117,115,78)
#656344
(101,99,68)
#55533A
(85,83,58)
#454330
(69,67,48)
#353326
(53,51,38)
#25231C
(37,35,28)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #B5B376

#B5B376
(181,179,118)
#BBB982
(187,185,130)
#C1BF8E
(193,191,142)
#C7C59A
(199,197,154)
#CDCBA6
(205,203,166)
#D3D1B2
(211,209,178)
#D9D7BE
(217,215,190)
#DFDDCA
(223,221,202)
#E5E3D6
(229,227,214)
#EBE9E2
(235,233,226)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B376; }

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

This text font color is #B5B376.

Background Color

.myBgColor { background-color: #B5B376; }

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

This div background color is #B5B376.

Border color

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

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

This div border color is #B5B376.

Opacity

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

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

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

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

This text has shadow with #B5B376 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5B376.

Preview

Color preview on black background

This text has color #B5B376 on black background.


Color preview on white background

This text has color #B5B376 on white background.


Black color preview on #B5B376 background

This text has black color on #B5B376 background.


White color preview on #B5B376 background

This text has white color on #B5B376 background.


Related colors

Complementary color

Complementary color for #hex is #4A4C89.


I love getcolorcode.com

Triadic colors

1 #76B5B3 and #B376B5 with #B5B376 are triadic colors.

2 #76B3B5 and #B3B576 with #B5B376 are triadic colors.