COLOR #B4B395

HEX: #B4B395
RGB: (180,179,149)

Color info

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

RGB color model

#B4B395 color RGB value is (180,179,149).

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

RGB channels and saturation

R 180 of 255 = 71%
G 179 of 255 = 70%
B 149 of 255 = 58%

180
179
149

R + G + B ~ 66%. #B4B395 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 179 + 149 = 508 (100%)
R 180 of 508 ~ 35.43%
G 179 of 508 ~ 35.24%
B 149 of 508 ~ 29.33%

%35.43
%35.24
%29.33

CMYK color model

#B4B395 color CMYK value is (0,1,17,29).

  • cyan value is 0.00%
  • magenta value is 0.56%
  • yellow value is 17.22%
  • key color value is 29.41%
CMYK:
(0,1,17,29)
C0M1Y17K29 
(0%,1%,17%,29%)
(0.00/0.01/0.17/0.29)	

CMYK percentages

%0
%0.56
%17.22
%29.41

Codes

Color #B4B395 in popluar color models

B4B395
RGB180179149
HSL58°17.13%64.51%
HSB/HSV58°17.22%70.59%
CMYK0.00%0.56%17.22%
29.41%

Color #B4B395 in popluar number systems.

HEXB4B395
Decimal180179149
Binary101101001011001110010101
Octal264263225

Shades and tints

Shades of #B4B395

#B4B395
(180,179,149)
#A4A388
(164,163,136)
#94937B
(148,147,123)
#84836E
(132,131,110)
#747361
(116,115,97)
#646354
(100,99,84)
#545347
(84,83,71)
#44433A
(68,67,58)
#34332D
(52,51,45)
#242320
(36,35,32)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #B4B395

#B4B395
(180,179,149)
#BAB99E
(186,185,158)
#C0BFA7
(192,191,167)
#C6C5B0
(198,197,176)
#CCCBB9
(204,203,185)
#D2D1C2
(210,209,194)
#D8D7CB
(216,215,203)
#DEDDD4
(222,221,212)
#E4E3DD
(228,227,221)
#EAE9E6
(234,233,230)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B395; }

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

This text font color is #B4B395.


Background Color

.myBgColor { background-color: #B4B395; }

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

This div background color is #B4B395.


Border color

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

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

This div border color is #B4B395.


Opacity

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

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

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

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

This text has shadow with #B4B395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B395 on black background.


Color preview on white background

This text has color #B4B395 on white background.



Black color preview on #B4B395 background

This text has black color on #B4B395 background.


White color preview on #B4B395 background

This text has white color on #B4B395 background.