COLOR #B5B296

HEX: #B5B296
RGB: (181,178,150)

Color info

#B5B296 contains red, green and blue colors in about the same proportion. Web safe color of #B5B296 is #CC9999 (or #C99).

RGB color model

#B5B296 color RGB value is (181,178,150).

  • red value is 181;
  • green value is 178;
  • blue value is 150.
RGB:
(181,178,150)
(71%,70%,59%)

RGB channels and saturation

R 181 of 255 = 71%
G 178 of 255 = 70%
B 150 of 255 = 59%

181
178
150

R + G + B ~ 67%. #B5B296 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 178 + 150 = 509 (100%)
R 181 of 509 ~ 35.56%
G 178 of 509 ~ 34.97%
B 150 of 509 ~ 29.47%

%35.56
%34.97
%29.47

CMYK color model

#B5B296 color CMYK value is (0,2,17,29).

  • cyan value is 0.00%
  • magenta value is 1.66%
  • yellow value is 17.13%
  • key color value is 29.02%
CMYK:
(0,2,17,29)
C0M2Y17K29 
(0%,2%,17%,29%)
(0.00/0.02/0.17/0.29)	

CMYK percentages

%0
%1.66
%17.13
%29.02

Codes

Color #B5B296 in popluar color models

B5B296
RGB181178150
HSL54°17.32%64.90%
HSB/HSV54°17.13%70.98%
CMYK0.00%1.66%17.13%
29.02%

Color #B5B296 in popluar number systems.

HEXB5B296
Decimal181178150
Binary101101011011001010010110
Octal265262226

Shades and tints

Shades of #B5B296

#B5B296
(181,178,150)
#A5A289
(165,162,137)
#95927C
(149,146,124)
#85826F
(133,130,111)
#757262
(117,114,98)
#656255
(101,98,85)
#555248
(85,82,72)
#45423B
(69,66,59)
#35322E
(53,50,46)
#252221
(37,34,33)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #B5B296

#B5B296
(181,178,150)
#BBB99F
(187,185,159)
#C1C0A8
(193,192,168)
#C7C7B1
(199,199,177)
#CDCEBA
(205,206,186)
#D3D5C3
(211,213,195)
#D9DCCC
(217,220,204)
#DFE3D5
(223,227,213)
#E5EADE
(229,234,222)
#EBF1E7
(235,241,231)
#F1F8F0
(241,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5B296 color. Also use rgb(181,178,150) instead hex code.

Text Font Color

.myTextColor { color: #B5B296; }

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

This text font color is #B5B296.


Background Color

.myBgColor { background-color: #B5B296; }

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

This div background color is #B5B296.


Border color

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

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

This div border color is #B5B296.


Opacity

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

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

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

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

This text has shadow with #B5B296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B296 on black background.


Color preview on white background

This text has color #B5B296 on white background.



Black color preview on #B5B296 background

This text has black color on #B5B296 background.


White color preview on #B5B296 background

This text has white color on #B5B296 background.