COLOR #B5B162

HEX: #B5B162
RGB: (181,177,98)

Color info

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

RGB color model

#B5B162 color RGB value is (181,177,98).

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

RGB channels and saturation

R 181 of 255 = 71%
G 177 of 255 = 69%
B 98 of 255 = 38%

181
177
98

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

Portions of RGB colors in percentages

R + G + B =
181 + 177 + 98 = 456 (100%)
R 181 of 456 ~ 39.69%
G 177 of 456 ~ 38.82%
B 98 of 456 ~ 21.49%

%39.69
%38.82
%21.49

CMYK color model

#B5B162 color CMYK value is (0,2,46,29).

  • cyan value is 0.00%
  • magenta value is 2.21%
  • yellow value is 45.86%
  • key color value is 29.02%
CMYK:
(0,2,46,29)
C0M2Y46K29 
(0%,2%,46%,29%)
(0.00/0.02/0.46/0.29)	

CMYK percentages

%0
%2.21
%45.86
%29.02

Codes

Color #B5B162 in popluar color models

B5B162
RGB18117798
HSL57°35.93%54.71%
HSB/HSV57°45.86%70.98%
CMYK0.00%2.21%45.86%
29.02%

Color #B5B162 in popluar number systems.

HEXB5B162
Decimal18117798
Binary10110101101100011100010
Octal265261142

Shades and tints

Shades of #B5B162

#B5B162
(181,177,98)
#A5A15A
(165,161,90)
#959152
(149,145,82)
#85814A
(133,129,74)
#757142
(117,113,66)
#65613A
(101,97,58)
#555132
(85,81,50)
#45412A
(69,65,42)
#353122
(53,49,34)
#25211A
(37,33,26)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #B5B162

#B5B162
(181,177,98)
#BBB870
(187,184,112)
#C1BF7E
(193,191,126)
#C7C68C
(199,198,140)
#CDCD9A
(205,205,154)
#D3D4A8
(211,212,168)
#D9DBB6
(217,219,182)
#DFE2C4
(223,226,196)
#E5E9D2
(229,233,210)
#EBF0E0
(235,240,224)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B162; }

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

This text font color is #B5B162.


Background Color

.myBgColor { background-color: #B5B162; }

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

This div background color is #B5B162.


Border color

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

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

This div border color is #B5B162.


Opacity

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

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

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

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

This text has shadow with #B5B162 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B162 on black background.


Color preview on white background

This text has color #B5B162 on white background.



Black color preview on #B5B162 background

This text has black color on #B5B162 background.


White color preview on #B5B162 background

This text has white color on #B5B162 background.