COLOR #B4A595

HEX: #B4A595
RGB: (180,165,149)

Color info

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

RGB color model

#B4A595 color RGB value is (180,165,149).

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

RGB channels and saturation

R 180 of 255 = 71%
G 165 of 255 = 65%
B 149 of 255 = 58%

180
165
149

R + G + B ~ 65%. #B4A595 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 165 + 149 = 494 (100%)
R 180 of 494 ~ 36.44%
G 165 of 494 ~ 33.4%
B 149 of 494 ~ 30.16%

%36.44
%33.4
%30.16

CMYK color model

#B4A595 color CMYK value is (0,8,17,29).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 17.22%
  • key color value is 29.41%
CMYK:
(0,8,17,29)
C0M8Y17K29 
(0%,8%,17%,29%)
(0.00/0.08/0.17/0.29)	

CMYK percentages

%0
%8.33
%17.22
%29.41

Codes

Color #B4A595 in popluar color models

B4A595
RGB180165149
HSL31°17.13%64.51%
HSB/HSV31°17.22%70.59%
CMYK0.00%8.33%17.22%
29.41%

Color #B4A595 in popluar number systems.

HEXB4A595
Decimal180165149
Binary101101001010010110010101
Octal264245225

Shades and tints

Shades of #B4A595

#B4A595
(180,165,149)
#A49688
(164,150,136)
#94877B
(148,135,123)
#84786E
(132,120,110)
#746961
(116,105,97)
#645A54
(100,90,84)
#544B47
(84,75,71)
#443C3A
(68,60,58)
#342D2D
(52,45,45)
#241E20
(36,30,32)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #B4A595

#B4A595
(180,165,149)
#BAAD9E
(186,173,158)
#C0B5A7
(192,181,167)
#C6BDB0
(198,189,176)
#CCC5B9
(204,197,185)
#D2CDC2
(210,205,194)
#D8D5CB
(216,213,203)
#DEDDD4
(222,221,212)
#E4E5DD
(228,229,221)
#EAEDE6
(234,237,230)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A595; }

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

This text font color is #B4A595.


Background Color

.myBgColor { background-color: #B4A595; }

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

This div background color is #B4A595.


Border color

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

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

This div border color is #B4A595.


Opacity

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

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

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

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

This text has shadow with #B4A595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A595 on black background.


Color preview on white background

This text has color #B4A595 on white background.



Black color preview on #B4A595 background

This text has black color on #B4A595 background.


White color preview on #B4A595 background

This text has white color on #B4A595 background.