COLOR #B4A799

HEX: #B4A799
RGB: (180,167,153)

Color info

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

RGB color model

#B4A799 color RGB value is (180,167,153).

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

RGB channels and saturation

R 180 of 255 = 71%
G 167 of 255 = 65%
B 153 of 255 = 60%

180
167
153

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

Portions of RGB colors in percentages

R + G + B =
180 + 167 + 153 = 500 (100%)
R 180 of 500 ~ 36%
G 167 of 500 ~ 33.4%
B 153 of 500 ~ 30.6%

%36
%33.4
%30.6

CMYK color model

#B4A799 color CMYK value is (0,7,15,29).

  • cyan value is 0.00%
  • magenta value is 7.22%
  • yellow value is 15.00%
  • key color value is 29.41%
CMYK:
(0,7,15,29)
C0M7Y15K29 
(0%,7%,15%,29%)
(0.00/0.07/0.15/0.29)	

CMYK percentages

%0
%7.22
%15
%29.41

Codes

Color #B4A799 in popluar color models

B4A799
RGB180167153
HSL31°15.25%65.29%
HSB/HSV31°15.00%70.59%
CMYK0.00%7.22%15.00%
29.41%

Color #B4A799 in popluar number systems.

HEXB4A799
Decimal180167153
Binary101101001010011110011001
Octal264247231

Shades and tints

Shades of #B4A799

#B4A799
(180,167,153)
#A4988C
(164,152,140)
#94897F
(148,137,127)
#847A72
(132,122,114)
#746B65
(116,107,101)
#645C58
(100,92,88)
#544D4B
(84,77,75)
#443E3E
(68,62,62)
#342F31
(52,47,49)
#242024
(36,32,36)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #B4A799

#B4A799
(180,167,153)
#BAAFA2
(186,175,162)
#C0B7AB
(192,183,171)
#C6BFB4
(198,191,180)
#CCC7BD
(204,199,189)
#D2CFC6
(210,207,198)
#D8D7CF
(216,215,207)
#DEDFD8
(222,223,216)
#E4E7E1
(228,231,225)
#EAEFEA
(234,239,234)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A799; }

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

This text font color is #B4A799.


Background Color

.myBgColor { background-color: #B4A799; }

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

This div background color is #B4A799.


Border color

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

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

This div border color is #B4A799.


Opacity

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

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

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

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

This text has shadow with #B4A799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A799 on black background.


Color preview on white background

This text has color #B4A799 on white background.



Black color preview on #B4A799 background

This text has black color on #B4A799 background.


White color preview on #B4A799 background

This text has white color on #B4A799 background.