COLOR #B5B58A

HEX: #B5B58A RGB: (181,181,138)

Color info

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

RGB color model

#B5B58A color RGB value is (181,181,138).

RGB: (181,181,138) (71%, 71%, 54%)

RGB channels and saturation

R 181 of 255 = 71%
G 181 of 255 = 71%
B 138 of 255 = 54%

181
181
138

R + G + B ~ 65%. #B5B58A is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 181 + 138 = 500 (100%)
R 181 of 500 ~ 36.2%
G 181 of 500 ~ 36.2%
B 138 of 500 ~ 27.6'%

%36.2
%36.2
%27.6

CMYK color model

#B5B58A color CMYK value is (0,0,24,29).

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

CMYK: (0,0,24,29)
C0M0Y24K29 (0%, 0%, 24%, 29%)
(0.00 / 0.00 / 0.24 / 0.29)

CMYK percentages

%0
%0
%23.76
%29.02

Codes

Color #B5B58A in popluar color models

B5 B5 8A
RGB 181 181 138
HSL 60° 22.51% 62.55%
HSB/HSV 60° 23.76% 70.98%
CMYK 0.00% 0.00% 23.76%
29.02%

Color #B5B58A in popluar number systems.

HEX B5 B5 8A
Decimal 181 181 138
Binary 10110101 10110101 10001010
Octal 265 265 212

Shades and tints

Shades of #B5B58A

#B5B58A
(181,181,138)
#A5A57E
(165,165,126)
#959572
(149,149,114)
#858566
(133,133,102)
#75755A
(117,117,90)
#65654E
(101,101,78)
#555542
(85,85,66)
#454536
(69,69,54)
#35352A
(53,53,42)
#25251E
(37,37,30)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #B5B58A

#B5B58A
(181,181,138)
#BBBB94
(187,187,148)
#C1C19E
(193,193,158)
#C7C7A8
(199,199,168)
#CDCDB2
(205,205,178)
#D3D3BC
(211,211,188)
#D9D9C6
(217,217,198)
#DFDFD0
(223,223,208)
#E5E5DA
(229,229,218)
#EBEBE4
(235,235,228)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B58A; }

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

This text font color is #B5B58A.

Background Color

.myBgColor { background-color: #B5B58A; }

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

This div background color is #B5B58A.

Border color

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

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

This div border color is #B5B58A.

Opacity

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

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

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

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

This text has shadow with #B5B58A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5B58A.

Preview

Color preview on black background

This text has color #B5B58A on black background.


Color preview on white background

This text has color #B5B58A on white background.


Black color preview on #B5B58A background

This text has black color on #B5B58A background.


White color preview on #B5B58A background

This text has white color on #B5B58A background.


Related colors

Complementary color

Complementary color for #hex is #4A4A75.


I love getcolorcode.com