COLOR #B4B89A

HEX: #B4B89A RGB: (180,184,154)

Color info

#B4B89A contains red, green and blue colors in about the same proportion. Web safe color of #B4B89A is #CCCC99 (or #CC9).

RGB color model

#B4B89A color RGB value is (180,184,154).

RGB: (180,184,154) (71%, 72%, 60%)

RGB channels and saturation

R 180 of 255 = 71%
G 184 of 255 = 72%
B 154 of 255 = 60%

180
184
154

R + G + B ~ 68%. #B4B89A is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 184 + 154 = 518 (100%)
R 180 of 518 ~ 34.75%
G 184 of 518 ~ 35.52%
B 154 of 518 ~ 29.73'%

%34.75
%35.52
%29.73

CMYK color model

#B4B89A color CMYK value is (2,0,16,28).

  • cyan value is 2.17%
  • magenta value is 0.00%
  • yellow value is 16.30%
  • key color value is 27.84%

CMYK: (2,0,16,28)
C2M0Y16K28 (2%, 0%, 16%, 28%)
(0.02 / 0.00 / 0.16 / 0.28)

CMYK percentages

%2.17
%0
%16.3
%27.84

Codes

Color #B4B89A in popluar color models

B4 B8 9A
RGB 180 184 154
HSL 68° 17.44% 66.27%
HSB/HSV 68° 16.30% 72.16%
CMYK 2.17% 0.00% 16.30%
27.84%

Color #B4B89A in popluar number systems.

HEX B4 B8 9A
Decimal 180 184 154
Binary 10110100 10111000 10011010
Octal 264 270 232

Shades and tints

Shades of #B4B89A

#B4B89A
(180,184,154)
#A4A88C
(164,168,140)
#94987E
(148,152,126)
#848870
(132,136,112)
#747862
(116,120,98)
#646854
(100,104,84)
#545846
(84,88,70)
#444838
(68,72,56)
#34382A
(52,56,42)
#24281C
(36,40,28)
#14180E
(20,24,14)
#000000
(0,0,0)

Tints of #B4B89A

#B4B89A
(180,184,154)
#BABEA3
(186,190,163)
#C0C4AC
(192,196,172)
#C6CAB5
(198,202,181)
#CCD0BE
(204,208,190)
#D2D6C7
(210,214,199)
#D8DCD0
(216,220,208)
#DEE2D9
(222,226,217)
#E4E8E2
(228,232,226)
#EAEEEB
(234,238,235)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B89A color. Also use rgb(180,184,154) instead hex code.

Text Font Color

.myTextColor { color: #B4B89A; }

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

This text font color is #B4B89A.

Background Color

.myBgColor { background-color: #B4B89A; }

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

This div background color is #B4B89A.

Border color

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

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

This div border color is #B4B89A.

Opacity

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

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

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

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

This text has shadow with #B4B89A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B89A.

Preview

Color preview on black background

This text has color #B4B89A on black background.


Color preview on white background

This text has color #B4B89A on white background.


Black color preview on #B4B89A background

This text has black color on #B4B89A background.


White color preview on #B4B89A background

This text has white color on #B4B89A background.


Related colors

Complementary color

Complementary color for #hex is #4B4765.


I love getcolorcode.com

Triadic colors

1 #9AB4B8 and #B89AB4 with #B4B89A are triadic colors.

2 #9AB8B4 and #B8B49A with #B4B89A are triadic colors.