COLOR #B4B695

HEX: #B4B695
RGB: (180,182,149)

Color info

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

RGB color model

#B4B695 color RGB value is (180,182,149).

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

RGB channels and saturation

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

180
182
149

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

Portions of RGB colors in percentages

R + G + B =
180 + 182 + 149 = 511 (100%)
R 180 of 511 ~ 35.23%
G 182 of 511 ~ 35.62%
B 149 of 511 ~ 29.16%

%35.23
%35.62
%29.16

CMYK color model

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

  • cyan value is 1.10%
  • 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

%1.1
%0
%18.13
%28.63

Codes

Color #B4B695 in popluar color models

B4B695
RGB180182149
HSL64°18.44%64.90%
HSB/HSV64°18.13%71.37%
CMYK1.10%0.00%18.13%
28.63%

Color #B4B695 in popluar number systems.

HEXB4B695
Decimal180182149
Binary101101001011011010010101
Octal264266225

Shades and tints

Shades of #B4B695

#B4B695
(180,182,149)
#A4A688
(164,166,136)
#94967B
(148,150,123)
#84866E
(132,134,110)
#747661
(116,118,97)
#646654
(100,102,84)
#545647
(84,86,71)
#44463A
(68,70,58)
#34362D
(52,54,45)
#242620
(36,38,32)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #B4B695

#B4B695
(180,182,149)
#BABC9E
(186,188,158)
#C0C2A7
(192,194,167)
#C6C8B0
(198,200,176)
#CCCEB9
(204,206,185)
#D2D4C2
(210,212,194)
#D8DACB
(216,218,203)
#DEE0D4
(222,224,212)
#E4E6DD
(228,230,221)
#EAECE6
(234,236,230)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B695; }

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

This text font color is #B4B695.


Background Color

.myBgColor { background-color: #B4B695; }

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

This div background color is #B4B695.


Border color

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

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

This div border color is #B4B695.


Opacity

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

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

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

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

This text has shadow with #B4B695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B695 on black background.


Color preview on white background

This text has color #B4B695 on white background.



Black color preview on #B4B695 background

This text has black color on #B4B695 background.


White color preview on #B4B695 background

This text has white color on #B4B695 background.