COLOR #B5B99A

HEX: #B5B99A RGB: (181,185,154)

Color info

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

RGB color model

#B5B99A color RGB value is (181,185,154).

RGB: (181,185,154) (71%, 73%, 60%)

RGB channels and saturation

R 181 of 255 = 71%
G 185 of 255 = 73%
B 154 of 255 = 60%

181
185
154

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

Portions of RGB colors in percentages

R + G + B = 181 + 185 + 154 = 520 (100%)
R 181 of 520 ~ 34.81%
G 185 of 520 ~ 35.58%
B 154 of 520 ~ 29.62'%

%34.81
%35.58
%29.62

CMYK color model

#B5B99A color CMYK value is (2,0,17,27).

  • cyan value is 2.16%
  • magenta value is 0.00%
  • yellow value is 16.76%
  • key color value is 27.45%

CMYK: (2,0,17,27)
C2M0Y17K27 (2%, 0%, 17%, 27%)
(0.02 / 0.00 / 0.17 / 0.27)

CMYK percentages

%2.16
%0
%16.76
%27.45

Codes

Color #B5B99A in popluar color models

B5 B9 9A
RGB 181 185 154
HSL 68° 18.13% 66.47%
HSB/HSV 68° 16.76% 72.55%
CMYK 2.16% 0.00% 16.76%
27.45%

Color #B5B99A in popluar number systems.

HEX B5 B9 9A
Decimal 181 185 154
Binary 10110101 10111001 10011010
Octal 265 271 232

Shades and tints

Shades of #B5B99A

#B5B99A
(181,185,154)
#A5A98C
(165,169,140)
#95997E
(149,153,126)
#858970
(133,137,112)
#757962
(117,121,98)
#656954
(101,105,84)
#555946
(85,89,70)
#454938
(69,73,56)
#35392A
(53,57,42)
#25291C
(37,41,28)
#15190E
(21,25,14)
#000000
(0,0,0)

Tints of #B5B99A

#B5B99A
(181,185,154)
#BBBFA3
(187,191,163)
#C1C5AC
(193,197,172)
#C7CBB5
(199,203,181)
#CDD1BE
(205,209,190)
#D3D7C7
(211,215,199)
#D9DDD0
(217,221,208)
#DFE3D9
(223,227,217)
#E5E9E2
(229,233,226)
#EBEFEB
(235,239,235)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B99A; }

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

This text font color is #B5B99A.

Background Color

.myBgColor { background-color: #B5B99A; }

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

This div background color is #B5B99A.

Border color

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

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

This div border color is #B5B99A.

Opacity

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

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

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

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

This text has shadow with #B5B99A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5B99A.

Preview

Color preview on black background

This text has color #B5B99A on black background.


Color preview on white background

This text has color #B5B99A on white background.


Black color preview on #B5B99A background

This text has black color on #B5B99A background.


White color preview on #B5B99A background

This text has white color on #B5B99A background.


Related colors

Complementary color

Complementary color for #hex is #4A4665.


I love getcolorcode.com

Triadic colors

1 #9AB5B9 and #B99AB5 with #B5B99A are triadic colors.

2 #9AB9B5 and #B9B59A with #B5B99A are triadic colors.