COLOR #B5B59A

HEX: #B5B59A RGB: (181,181,154)

Color info

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

RGB color model

#B5B59A color RGB value is (181,181,154).

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

RGB channels and saturation

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

181
181
154

R + G + B ~ 67%. #B5B59A is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 181 + 154 = 516 (100%)
R 181 of 516 ~ 35.08%
G 181 of 516 ~ 35.08%
B 154 of 516 ~ 29.84'%

%35.08
%35.08
%29.84

CMYK color model

#B5B59A color CMYK value is (0,0,15,29).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 14.92%
  • key color value is 29.02%

CMYK: (0,0,15,29)
C0M0Y15K29 (0%, 0%, 15%, 29%)
(0.00 / 0.00 / 0.15 / 0.29)

CMYK percentages

%0
%0
%14.92
%29.02

Codes

Color #B5B59A in popluar color models

B5 B5 9A
RGB 181 181 154
HSL 60° 15.43% 65.69%
HSB/HSV 60° 14.92% 70.98%
CMYK 0.00% 0.00% 14.92%
29.02%

Color #B5B59A in popluar number systems.

HEX B5 B5 9A
Decimal 181 181 154
Binary 10110101 10110101 10011010
Octal 265 265 232

Shades and tints

Shades of #B5B59A

#B5B59A
(181,181,154)
#A5A58C
(165,165,140)
#95957E
(149,149,126)
#858570
(133,133,112)
#757562
(117,117,98)
#656554
(101,101,84)
#555546
(85,85,70)
#454538
(69,69,56)
#35352A
(53,53,42)
#25251C
(37,37,28)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #B5B59A

#B5B59A
(181,181,154)
#BBBBA3
(187,187,163)
#C1C1AC
(193,193,172)
#C7C7B5
(199,199,181)
#CDCDBE
(205,205,190)
#D3D3C7
(211,211,199)
#D9D9D0
(217,217,208)
#DFDFD9
(223,223,217)
#E5E5E2
(229,229,226)
#EBEBEB
(235,235,235)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B59A; }

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

This text font color is #B5B59A.

Background Color

.myBgColor { background-color: #B5B59A; }

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

This div background color is #B5B59A.

Border color

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

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

This div border color is #B5B59A.

Opacity

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

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

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

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

This text has shadow with #B5B59A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5B59A.

Preview

Color preview on black background

This text has color #B5B59A on black background.


Color preview on white background

This text has color #B5B59A on white background.


Black color preview on #B5B59A background

This text has black color on #B5B59A background.


White color preview on #B5B59A background

This text has white color on #B5B59A background.


Related colors

Complementary color

Complementary color for #hex is #4A4A65.


I love getcolorcode.com