COLOR #B5B99D

HEX: #B5B99D RGB: (181,185,157)

Color info

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

RGB color model

#B5B99D color RGB value is (181,185,157).

RGB: (181,185,157) (71%, 73%, 62%)

RGB channels and saturation

R 181 of 255 = 71%
G 185 of 255 = 73%
B 157 of 255 = 62%

181
185
157

R + G + B ~ 69%. #B5B99D is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 185 + 157 = 523 (100%)
R 181 of 523 ~ 34.61%
G 185 of 523 ~ 35.37%
B 157 of 523 ~ 30.02'%

%34.61
%35.37
%30.02

CMYK color model

#B5B99D color CMYK value is (2,0,15,27).

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

CMYK: (2,0,15,27)
C2M0Y15K27 (2%, 0%, 15%, 27%)
(0.02 / 0.00 / 0.15 / 0.27)

CMYK percentages

%2.16
%0
%15.14
%27.45

Codes

Color #B5B99D in popluar color models

B5 B9 9D
RGB 181 185 157
HSL 69° 16.67% 67.06%
HSB/HSV 69° 15.14% 72.55%
CMYK 2.16% 0.00% 15.14%
27.45%

Color #B5B99D in popluar number systems.

HEX B5 B9 9D
Decimal 181 185 157
Binary 10110101 10111001 10011101
Octal 265 271 235

Shades and tints

Shades of #B5B99D

#B5B99D
(181,185,157)
#A5A98F
(165,169,143)
#959981
(149,153,129)
#858973
(133,137,115)
#757965
(117,121,101)
#656957
(101,105,87)
#555949
(85,89,73)
#45493B
(69,73,59)
#35392D
(53,57,45)
#25291F
(37,41,31)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #B5B99D

#B5B99D
(181,185,157)
#BBBFA5
(187,191,165)
#C1C5AD
(193,197,173)
#C7CBB5
(199,203,181)
#CDD1BD
(205,209,189)
#D3D7C5
(211,215,197)
#D9DDCD
(217,221,205)
#DFE3D5
(223,227,213)
#E5E9DD
(229,233,221)
#EBEFE5
(235,239,229)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B99D; }

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

This text font color is #B5B99D.

Background Color

.myBgColor { background-color: #B5B99D; }

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

This div background color is #B5B99D.

Border color

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

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

This div border color is #B5B99D.

Opacity

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

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

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

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

This text has shadow with #B5B99D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5B99D.

Preview

Color preview on black background

This text has color #B5B99D on black background.


Color preview on white background

This text has color #B5B99D on white background.


Black color preview on #B5B99D background

This text has black color on #B5B99D background.


White color preview on #B5B99D background

This text has white color on #B5B99D background.


Related colors

Complementary color

Complementary color for #hex is #4A4662.


I love getcolorcode.com

Triadic colors

1 #9DB5B9 and #B99DB5 with #B5B99D are triadic colors.

2 #9DB9B5 and #B9B59D with #B5B99D are triadic colors.