COLOR #B5B676

HEX: #B5B676 RGB: (181,182,118)

Color info

#B5B676 contains mainly red and green colors. Web safe color of #B5B676 is #CCCC66 (or #CC6).

RGB color model

#B5B676 color RGB value is (181,182,118).

RGB: (181,182,118) (71%, 71%, 46%)

RGB channels and saturation

R 181 of 255 = 71%
G 182 of 255 = 71%
B 118 of 255 = 46%

181
182
118

R + G + B ~ 63%. #B5B676 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 182 + 118 = 481 (100%)
R 181 of 481 ~ 37.63%
G 182 of 481 ~ 37.84%
B 118 of 481 ~ 24.53'%

%37.63
%37.84
%24.53

CMYK color model

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

  • cyan value is 0.55%
  • magenta value is 0.00%
  • yellow value is 35.16%
  • key color value is 28.63%

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

CMYK percentages

%0.55
%0
%35.16
%28.63

Codes

Color #B5B676 in popluar color models

B5 B6 76
RGB 181 182 118
HSL 61° 30.48% 58.82%
HSB/HSV 61° 35.16% 71.37%
CMYK 0.55% 0.00% 35.16%
28.63%

Color #B5B676 in popluar number systems.

HEX B5 B6 76
Decimal 181 182 118
Binary 10110101 10110110 1110110
Octal 265 266 166

Shades and tints

Shades of #B5B676

#B5B676
(181,182,118)
#A5A66C
(165,166,108)
#959662
(149,150,98)
#858658
(133,134,88)
#75764E
(117,118,78)
#656644
(101,102,68)
#55563A
(85,86,58)
#454630
(69,70,48)
#353626
(53,54,38)
#25261C
(37,38,28)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #B5B676

#B5B676
(181,182,118)
#BBBC82
(187,188,130)
#C1C28E
(193,194,142)
#C7C89A
(199,200,154)
#CDCEA6
(205,206,166)
#D3D4B2
(211,212,178)
#D9DABE
(217,218,190)
#DFE0CA
(223,224,202)
#E5E6D6
(229,230,214)
#EBECE2
(235,236,226)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B676; }

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

This text font color is #B5B676.

Background Color

.myBgColor { background-color: #B5B676; }

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

This div background color is #B5B676.

Border color

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

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

This div border color is #B5B676.

Opacity

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

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

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

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

This text has shadow with #B5B676 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5B676.

Preview

Color preview on black background

This text has color #B5B676 on black background.


Color preview on white background

This text has color #B5B676 on white background.


Black color preview on #B5B676 background

This text has black color on #B5B676 background.


White color preview on #B5B676 background

This text has white color on #B5B676 background.


Related colors

Complementary color

Complementary color for #hex is #4A4989.


I love getcolorcode.com

Triadic colors

1 #76B5B6 and #B676B5 with #B5B676 are triadic colors.

2 #76B6B5 and #B6B576 with #B5B676 are triadic colors.