COLOR #B5B695

HEX: #B5B695
RGB: (181,182,149)

Color info

#B5B695 contains red, green and blue colors in about the same proportion. Web safe color of #B5B695 is #CCCC99 (or #CC9).

RGB color model

#B5B695 color RGB value is (181,182,149).

  • red value is 181;
  • green value is 182;
  • blue value is 149.
RGB:
(181,182,149)
(71%,71%,58%)

RGB channels and saturation

R 181 of 255 = 71%
G 182 of 255 = 71%
B 149 of 255 = 58%

181
182
149

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

Portions of RGB colors in percentages

R + G + B =
181 + 182 + 149 = 512 (100%)
R 181 of 512 ~ 35.35%
G 182 of 512 ~ 35.55%
B 149 of 512 ~ 29.1%

%35.35
%35.55
%29.1

CMYK color model

#B5B695 color CMYK value is (1,0,18,29).

  • cyan value is 0.55%
  • magenta value is 0.00%
  • yellow value is 18.13%
  • key color value is 28.63%
CMYK:
(1,0,18,29)
C1M0Y18K29 
(1%,0%,18%,29%)
(0.01/0.00/0.18/0.29)	

CMYK percentages

%0.55
%0
%18.13
%28.63

Codes

Color #B5B695 in popluar color models

B5B695
RGB181182149
HSL62°18.44%64.90%
HSB/HSV62°18.13%71.37%
CMYK0.55%0.00%18.13%
28.63%

Color #B5B695 in popluar number systems.

HEXB5B695
Decimal181182149
Binary101101011011011010010101
Octal265266225

Shades and tints

Shades of #B5B695

#B5B695
(181,182,149)
#A5A688
(165,166,136)
#95967B
(149,150,123)
#85866E
(133,134,110)
#757661
(117,118,97)
#656654
(101,102,84)
#555647
(85,86,71)
#45463A
(69,70,58)
#35362D
(53,54,45)
#252620
(37,38,32)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #B5B695

#B5B695
(181,182,149)
#BBBC9E
(187,188,158)
#C1C2A7
(193,194,167)
#C7C8B0
(199,200,176)
#CDCEB9
(205,206,185)
#D3D4C2
(211,212,194)
#D9DACB
(217,218,203)
#DFE0D4
(223,224,212)
#E5E6DD
(229,230,221)
#EBECE6
(235,236,230)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B695; }

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

This text font color is #B5B695.


Background Color

.myBgColor { background-color: #B5B695; }

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

This div background color is #B5B695.


Border color

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

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

This div border color is #B5B695.


Opacity

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

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

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

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

This text has shadow with #B5B695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B695 on black background.


Color preview on white background

This text has color #B5B695 on white background.



Black color preview on #B5B695 background

This text has black color on #B5B695 background.


White color preview on #B5B695 background

This text has white color on #B5B695 background.