COLOR #B4A299

HEX: #B4A299
RGB: (180,162,153)

Color info

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

RGB color model

#B4A299 color RGB value is (180,162,153).

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

RGB channels and saturation

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

180
162
153

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

Portions of RGB colors in percentages

R + G + B =
180 + 162 + 153 = 495 (100%)
R 180 of 495 ~ 36.36%
G 162 of 495 ~ 32.73%
B 153 of 495 ~ 30.91%

%36.36
%32.73
%30.91

CMYK color model

#B4A299 color CMYK value is (0,10,15,29).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 15.00%
  • key color value is 29.41%
CMYK:
(0,10,15,29)
C0M10Y15K29 
(0%,10%,15%,29%)
(0.00/0.10/0.15/0.29)	

CMYK percentages

%0
%10
%15
%29.41

Codes

Color #B4A299 in popluar color models

B4A299
RGB180162153
HSL20°15.25%65.29%
HSB/HSV20°15.00%70.59%
CMYK0.00%10.00%15.00%
29.41%

Color #B4A299 in popluar number systems.

HEXB4A299
Decimal180162153
Binary101101001010001010011001
Octal264242231

Shades and tints

Shades of #B4A299

#B4A299
(180,162,153)
#A4948C
(164,148,140)
#94867F
(148,134,127)
#847872
(132,120,114)
#746A65
(116,106,101)
#645C58
(100,92,88)
#544E4B
(84,78,75)
#44403E
(68,64,62)
#343231
(52,50,49)
#242424
(36,36,36)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #B4A299

#B4A299
(180,162,153)
#BAAAA2
(186,170,162)
#C0B2AB
(192,178,171)
#C6BAB4
(198,186,180)
#CCC2BD
(204,194,189)
#D2CAC6
(210,202,198)
#D8D2CF
(216,210,207)
#DEDAD8
(222,218,216)
#E4E2E1
(228,226,225)
#EAEAEA
(234,234,234)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A299; }

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

This text font color is #B4A299.


Background Color

.myBgColor { background-color: #B4A299; }

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

This div background color is #B4A299.


Border color

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

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

This div border color is #B4A299.


Opacity

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

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

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

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

This text has shadow with #B4A299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A299 on black background.


Color preview on white background

This text has color #B4A299 on white background.



Black color preview on #B4A299 background

This text has black color on #B4A299 background.


White color preview on #B4A299 background

This text has white color on #B4A299 background.