COLOR #B5B89A

HEX: #B5B89A RGB: (181,184,154)

Color info

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

RGB color model

#B5B89A color RGB value is (181,184,154).

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

RGB channels and saturation

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

181
184
154

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

Portions of RGB colors in percentages

R + G + B = 181 + 184 + 154 = 519 (100%)
R 181 of 519 ~ 34.87%
G 184 of 519 ~ 35.45%
B 154 of 519 ~ 29.67'%

%34.87
%35.45
%29.67

CMYK color model

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

  • cyan value is 1.63%
  • 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

%1.63
%0
%16.3
%27.84

Codes

Color #B5B89A in popluar color models

B5 B8 9A
RGB 181 184 154
HSL 66° 17.44% 66.27%
HSB/HSV 66° 16.30% 72.16%
CMYK 1.63% 0.00% 16.30%
27.84%

Color #B5B89A in popluar number systems.

HEX B5 B8 9A
Decimal 181 184 154
Binary 10110101 10111000 10011010
Octal 265 270 232

Shades and tints

Shades of #B5B89A

#B5B89A
(181,184,154)
#A5A88C
(165,168,140)
#95987E
(149,152,126)
#858870
(133,136,112)
#757862
(117,120,98)
#656854
(101,104,84)
#555846
(85,88,70)
#454838
(69,72,56)
#35382A
(53,56,42)
#25281C
(37,40,28)
#15180E
(21,24,14)
#000000
(0,0,0)

Tints of #B5B89A

#B5B89A
(181,184,154)
#BBBEA3
(187,190,163)
#C1C4AC
(193,196,172)
#C7CAB5
(199,202,181)
#CDD0BE
(205,208,190)
#D3D6C7
(211,214,199)
#D9DCD0
(217,220,208)
#DFE2D9
(223,226,217)
#E5E8E2
(229,232,226)
#EBEEEB
(235,238,235)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B89A; }

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

This text font color is #B5B89A.

Background Color

.myBgColor { background-color: #B5B89A; }

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

This div background color is #B5B89A.

Border color

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

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

This div border color is #B5B89A.

Opacity

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

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

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

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

This text has shadow with #B5B89A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5B89A.

Preview

Color preview on black background

This text has color #B5B89A on black background.


Color preview on white background

This text has color #B5B89A on white background.


Black color preview on #B5B89A background

This text has black color on #B5B89A background.


White color preview on #B5B89A background

This text has white color on #B5B89A background.


Related colors

Complementary color

Complementary color for #hex is #4A4765.


I love getcolorcode.com

Triadic colors

1 #9AB5B8 and #B89AB5 with #B5B89A are triadic colors.

2 #9AB8B5 and #B8B59A with #B5B89A are triadic colors.