COLOR #B4A399

HEX: #B4A399
RGB: (180,163,153)

Color info

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

RGB color model

#B4A399 color RGB value is (180,163,153).

  • red value is 180;
  • green value is 163;
  • blue value is 153.
RGB:
(180,163,153)
(71%,64%,60%)

RGB channels and saturation

R 180 of 255 = 71%
G 163 of 255 = 64%
B 153 of 255 = 60%

180
163
153

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

Portions of RGB colors in percentages

R + G + B =
180 + 163 + 153 = 496 (100%)
R 180 of 496 ~ 36.29%
G 163 of 496 ~ 32.86%
B 153 of 496 ~ 30.85%

%36.29
%32.86
%30.85

CMYK color model

#B4A399 color CMYK value is (0,9,15,29).

  • cyan value is 0.00%
  • magenta value is 9.44%
  • yellow value is 15.00%
  • key color value is 29.41%
CMYK:
(0,9,15,29)
C0M9Y15K29 
(0%,9%,15%,29%)
(0.00/0.09/0.15/0.29)	

CMYK percentages

%0
%9.44
%15
%29.41

Codes

Color #B4A399 in popluar color models

B4A399
RGB180163153
HSL22°15.25%65.29%
HSB/HSV22°15.00%70.59%
CMYK0.00%9.44%15.00%
29.41%

Color #B4A399 in popluar number systems.

HEXB4A399
Decimal180163153
Binary101101001010001110011001
Octal264243231

Shades and tints

Shades of #B4A399

#B4A399
(180,163,153)
#A4958C
(164,149,140)
#94877F
(148,135,127)
#847972
(132,121,114)
#746B65
(116,107,101)
#645D58
(100,93,88)
#544F4B
(84,79,75)
#44413E
(68,65,62)
#343331
(52,51,49)
#242524
(36,37,36)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #B4A399

#B4A399
(180,163,153)
#BAABA2
(186,171,162)
#C0B3AB
(192,179,171)
#C6BBB4
(198,187,180)
#CCC3BD
(204,195,189)
#D2CBC6
(210,203,198)
#D8D3CF
(216,211,207)
#DEDBD8
(222,219,216)
#E4E3E1
(228,227,225)
#EAEBEA
(234,235,234)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A399 color. Also use rgb(180,163,153) instead hex code.

Text Font Color

.myTextColor { color: #B4A399; }

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

This text font color is #B4A399.


Background Color

.myBgColor { background-color: #B4A399; }

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

This div background color is #B4A399.


Border color

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

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

This div border color is #B4A399.


Opacity

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

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

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

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

This text has shadow with #B4A399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A399 on black background.


Color preview on white background

This text has color #B4A399 on white background.



Black color preview on #B4A399 background

This text has black color on #B4A399 background.


White color preview on #B4A399 background

This text has white color on #B4A399 background.