COLOR #B4A89B

HEX: #B4A89B
RGB: (180,168,155)

Color info

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

RGB color model

#B4A89B color RGB value is (180,168,155).

  • red value is 180;
  • green value is 168;
  • blue value is 155.
RGB:
(180,168,155)
(71%,66%,61%)

RGB channels and saturation

R 180 of 255 = 71%
G 168 of 255 = 66%
B 155 of 255 = 61%

180
168
155

R + G + B ~ 66%. #B4A89B is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 168 + 155 = 503 (100%)
R 180 of 503 ~ 35.79%
G 168 of 503 ~ 33.4%
B 155 of 503 ~ 30.82%

%35.79
%33.4
%30.82

CMYK color model

#B4A89B color CMYK value is (0,7,14,29).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 13.89%
  • key color value is 29.41%
CMYK:
(0,7,14,29)
C0M7Y14K29 
(0%,7%,14%,29%)
(0.00/0.07/0.14/0.29)	

CMYK percentages

%0
%6.67
%13.89
%29.41

Codes

Color #B4A89B in popluar color models

B4A89B
RGB180168155
HSL31°14.29%65.69%
HSB/HSV31°13.89%70.59%
CMYK0.00%6.67%13.89%
29.41%

Color #B4A89B in popluar number systems.

HEXB4A89B
Decimal180168155
Binary101101001010100010011011
Octal264250233

Shades and tints

Shades of #B4A89B

#B4A89B
(180,168,155)
#A4998D
(164,153,141)
#948A7F
(148,138,127)
#847B71
(132,123,113)
#746C63
(116,108,99)
#645D55
(100,93,85)
#544E47
(84,78,71)
#443F39
(68,63,57)
#34302B
(52,48,43)
#24211D
(36,33,29)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #B4A89B

#B4A89B
(180,168,155)
#BAAFA4
(186,175,164)
#C0B6AD
(192,182,173)
#C6BDB6
(198,189,182)
#CCC4BF
(204,196,191)
#D2CBC8
(210,203,200)
#D8D2D1
(216,210,209)
#DED9DA
(222,217,218)
#E4E0E3
(228,224,227)
#EAE7EC
(234,231,236)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A89B color. Also use rgb(180,168,155) instead hex code.

Text Font Color

.myTextColor { color: #B4A89B; }

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

This text font color is #B4A89B.


Background Color

.myBgColor { background-color: #B4A89B; }

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

This div background color is #B4A89B.


Border color

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

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

This div border color is #B4A89B.


Opacity

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

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

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

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

This text has shadow with #B4A89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A89B on black background.


Color preview on white background

This text has color #B4A89B on white background.



Black color preview on #B4A89B background

This text has black color on #B4A89B background.


White color preview on #B4A89B background

This text has white color on #B4A89B background.