COLOR #B4A18F

HEX: #B4A18F
RGB: (180,161,143)

Color info

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

RGB color model

#B4A18F color RGB value is (180,161,143).

  • red value is 180;
  • green value is 161;
  • blue value is 143.
RGB:
(180,161,143)
(71%,63%,56%)

RGB channels and saturation

R 180 of 255 = 71%
G 161 of 255 = 63%
B 143 of 255 = 56%

180
161
143

R + G + B ~ 63%. #B4A18F is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 161 + 143 = 484 (100%)
R 180 of 484 ~ 37.19%
G 161 of 484 ~ 33.26%
B 143 of 484 ~ 29.55%

%37.19
%33.26
%29.55

CMYK color model

#B4A18F color CMYK value is (0,11,21,29).

  • cyan value is 0.00%
  • magenta value is 10.56%
  • yellow value is 20.56%
  • key color value is 29.41%
CMYK:
(0,11,21,29)
C0M11Y21K29 
(0%,11%,21%,29%)
(0.00/0.11/0.21/0.29)	

CMYK percentages

%0
%10.56
%20.56
%29.41

Codes

Color #B4A18F in popluar color models

B4A18F
RGB180161143
HSL29°19.79%63.33%
HSB/HSV29°20.56%70.59%
CMYK0.00%10.56%20.56%
29.41%

Color #B4A18F in popluar number systems.

HEXB4A18F
Decimal180161143
Binary101101001010000110001111
Octal264241217

Shades and tints

Shades of #B4A18F

#B4A18F
(180,161,143)
#A49382
(164,147,130)
#948575
(148,133,117)
#847768
(132,119,104)
#74695B
(116,105,91)
#645B4E
(100,91,78)
#544D41
(84,77,65)
#443F34
(68,63,52)
#343127
(52,49,39)
#24231A
(36,35,26)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #B4A18F

#B4A18F
(180,161,143)
#BAA999
(186,169,153)
#C0B1A3
(192,177,163)
#C6B9AD
(198,185,173)
#CCC1B7
(204,193,183)
#D2C9C1
(210,201,193)
#D8D1CB
(216,209,203)
#DED9D5
(222,217,213)
#E4E1DF
(228,225,223)
#EAE9E9
(234,233,233)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A18F color. Also use rgb(180,161,143) instead hex code.

Text Font Color

.myTextColor { color: #B4A18F; }

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

This text font color is #B4A18F.


Background Color

.myBgColor { background-color: #B4A18F; }

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

This div background color is #B4A18F.


Border color

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

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

This div border color is #B4A18F.


Opacity

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

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

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

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

This text has shadow with #B4A18F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A18F on black background.


Color preview on white background

This text has color #B4A18F on white background.



Black color preview on #B4A18F background

This text has black color on #B4A18F background.


White color preview on #B4A18F background

This text has white color on #B4A18F background.