COLOR #B5B165

HEX: #B5B165
RGB: (181,177,101)

Color info

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

RGB color model

#B5B165 color RGB value is (181,177,101).

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

RGB channels and saturation

R 181 of 255 = 71%
G 177 of 255 = 69%
B 101 of 255 = 40%

181
177
101

R + G + B ~ 60%. #B5B165 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
181 + 177 + 101 = 459 (100%)
R 181 of 459 ~ 39.43%
G 177 of 459 ~ 38.56%
B 101 of 459 ~ 22%

%39.43
%38.56
%22

CMYK color model

#B5B165 color CMYK value is (0,2,44,29).

  • cyan value is 0.00%
  • magenta value is 2.21%
  • yellow value is 44.20%
  • key color value is 29.02%
CMYK:
(0,2,44,29)
C0M2Y44K29 
(0%,2%,44%,29%)
(0.00/0.02/0.44/0.29)	

CMYK percentages

%0
%2.21
%44.2
%29.02

Codes

Color #B5B165 in popluar color models

B5B165
RGB181177101
HSL57°35.09%55.29%
HSB/HSV57°44.20%70.98%
CMYK0.00%2.21%44.20%
29.02%

Color #B5B165 in popluar number systems.

HEXB5B165
Decimal181177101
Binary10110101101100011100101
Octal265261145

Shades and tints

Shades of #B5B165

#B5B165
(181,177,101)
#A5A15C
(165,161,92)
#959153
(149,145,83)
#85814A
(133,129,74)
#757141
(117,113,65)
#656138
(101,97,56)
#55512F
(85,81,47)
#454126
(69,65,38)
#35311D
(53,49,29)
#252114
(37,33,20)
#15110B
(21,17,11)
#000000
(0,0,0)

Tints of #B5B165

#B5B165
(181,177,101)
#BBB873
(187,184,115)
#C1BF81
(193,191,129)
#C7C68F
(199,198,143)
#CDCD9D
(205,205,157)
#D3D4AB
(211,212,171)
#D9DBB9
(217,219,185)
#DFE2C7
(223,226,199)
#E5E9D5
(229,233,213)
#EBF0E3
(235,240,227)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B165; }

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

This text font color is #B5B165.


Background Color

.myBgColor { background-color: #B5B165; }

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

This div background color is #B5B165.


Border color

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

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

This div border color is #B5B165.


Opacity

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

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

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

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

This text has shadow with #B5B165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B165 on black background.


Color preview on white background

This text has color #B5B165 on white background.



Black color preview on #B5B165 background

This text has black color on #B5B165 background.


White color preview on #B5B165 background

This text has white color on #B5B165 background.