COLOR #B4A497

HEX: #B4A497
RGB: (180,164,151)

Color info

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

RGB color model

#B4A497 color RGB value is (180,164,151).

  • red value is 180;
  • green value is 164;
  • blue value is 151.
RGB:
(180,164,151)
(71%,64%,59%)

RGB channels and saturation

R 180 of 255 = 71%
G 164 of 255 = 64%
B 151 of 255 = 59%

180
164
151

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

Portions of RGB colors in percentages

R + G + B =
180 + 164 + 151 = 495 (100%)
R 180 of 495 ~ 36.36%
G 164 of 495 ~ 33.13%
B 151 of 495 ~ 30.51%

%36.36
%33.13
%30.51

CMYK color model

#B4A497 color CMYK value is (0,9,16,29).

  • cyan value is 0.00%
  • magenta value is 8.89%
  • yellow value is 16.11%
  • key color value is 29.41%
CMYK:
(0,9,16,29)
C0M9Y16K29 
(0%,9%,16%,29%)
(0.00/0.09/0.16/0.29)	

CMYK percentages

%0
%8.89
%16.11
%29.41

Codes

Color #B4A497 in popluar color models

B4A497
RGB180164151
HSL27°16.20%64.90%
HSB/HSV27°16.11%70.59%
CMYK0.00%8.89%16.11%
29.41%

Color #B4A497 in popluar number systems.

HEXB4A497
Decimal180164151
Binary101101001010010010010111
Octal264244227

Shades and tints

Shades of #B4A497

#B4A497
(180,164,151)
#A4968A
(164,150,138)
#94887D
(148,136,125)
#847A70
(132,122,112)
#746C63
(116,108,99)
#645E56
(100,94,86)
#545049
(84,80,73)
#44423C
(68,66,60)
#34342F
(52,52,47)
#242622
(36,38,34)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #B4A497

#B4A497
(180,164,151)
#BAACA0
(186,172,160)
#C0B4A9
(192,180,169)
#C6BCB2
(198,188,178)
#CCC4BB
(204,196,187)
#D2CCC4
(210,204,196)
#D8D4CD
(216,212,205)
#DEDCD6
(222,220,214)
#E4E4DF
(228,228,223)
#EAECE8
(234,236,232)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A497 color. Also use rgb(180,164,151) instead hex code.

Text Font Color

.myTextColor { color: #B4A497; }

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

This text font color is #B4A497.


Background Color

.myBgColor { background-color: #B4A497; }

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

This div background color is #B4A497.


Border color

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

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

This div border color is #B4A497.


Opacity

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

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

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

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

This text has shadow with #B4A497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A497 on black background.


Color preview on white background

This text has color #B4A497 on white background.



Black color preview on #B4A497 background

This text has black color on #B4A497 background.


White color preview on #B4A497 background

This text has white color on #B4A497 background.