COLOR #B5B168

HEX: #B5B168
RGB: (181,177,104)

Color info

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

RGB color model

#B5B168 color RGB value is (181,177,104).

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

RGB channels and saturation

R 181 of 255 = 71%
G 177 of 255 = 69%
B 104 of 255 = 41%

181
177
104

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

Portions of RGB colors in percentages

R + G + B =
181 + 177 + 104 = 462 (100%)
R 181 of 462 ~ 39.18%
G 177 of 462 ~ 38.31%
B 104 of 462 ~ 22.51%

%39.18
%38.31
%22.51

CMYK color model

#B5B168 color CMYK value is (0,2,43,29).

  • cyan value is 0.00%
  • magenta value is 2.21%
  • yellow value is 42.54%
  • key color value is 29.02%
CMYK:
(0,2,43,29)
C0M2Y43K29 
(0%,2%,43%,29%)
(0.00/0.02/0.43/0.29)	

CMYK percentages

%0
%2.21
%42.54
%29.02

Codes

Color #B5B168 in popluar color models

B5B168
RGB181177104
HSL57°34.22%55.88%
HSB/HSV57°42.54%70.98%
CMYK0.00%2.21%42.54%
29.02%

Color #B5B168 in popluar number systems.

HEXB5B168
Decimal181177104
Binary10110101101100011101000
Octal265261150

Shades and tints

Shades of #B5B168

#B5B168
(181,177,104)
#A5A15F
(165,161,95)
#959156
(149,145,86)
#85814D
(133,129,77)
#757144
(117,113,68)
#65613B
(101,97,59)
#555132
(85,81,50)
#454129
(69,65,41)
#353120
(53,49,32)
#252117
(37,33,23)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #B5B168

#B5B168
(181,177,104)
#BBB875
(187,184,117)
#C1BF82
(193,191,130)
#C7C68F
(199,198,143)
#CDCD9C
(205,205,156)
#D3D4A9
(211,212,169)
#D9DBB6
(217,219,182)
#DFE2C3
(223,226,195)
#E5E9D0
(229,233,208)
#EBF0DD
(235,240,221)
#F1F7EA
(241,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B168; }

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

This text font color is #B5B168.


Background Color

.myBgColor { background-color: #B5B168; }

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

This div background color is #B5B168.


Border color

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

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

This div border color is #B5B168.


Opacity

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

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

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

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

This text has shadow with #B5B168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B168 on black background.


Color preview on white background

This text has color #B5B168 on white background.



Black color preview on #B5B168 background

This text has black color on #B5B168 background.


White color preview on #B5B168 background

This text has white color on #B5B168 background.