COLOR #B5B29A

HEX: #B5B29A RGB: (181,178,154)

Color info

#B5B29A contains red, green and blue colors in about the same proportion. Web safe color of #B5B29A is #CC9999 (or #C99).

RGB color model

#B5B29A color RGB value is (181,178,154).

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

RGB channels and saturation

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

181
178
154

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

Portions of RGB colors in percentages

R + G + B = 181 + 178 + 154 = 513 (100%)
R 181 of 513 ~ 35.28%
G 178 of 513 ~ 34.7%
B 154 of 513 ~ 30.02'%

%35.28
%34.7
%30.02

CMYK color model

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

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

CMYK: (0,2,15,29)
C0M2Y15K29 (0%, 2%, 15%, 29%)
(0.00 / 0.02 / 0.15 / 0.29)

CMYK percentages

%0
%1.66
%14.92
%29.02

Codes

Color #B5B29A in popluar color models

B5 B2 9A
RGB 181 178 154
HSL 53° 15.43% 65.69%
HSB/HSV 53° 14.92% 70.98%
CMYK 0.00% 1.66% 14.92%
29.02%

Color #B5B29A in popluar number systems.

HEX B5 B2 9A
Decimal 181 178 154
Binary 10110101 10110010 10011010
Octal 265 262 232

Shades and tints

Shades of #B5B29A

#B5B29A
(181,178,154)
#A5A28C
(165,162,140)
#95927E
(149,146,126)
#858270
(133,130,112)
#757262
(117,114,98)
#656254
(101,98,84)
#555246
(85,82,70)
#454238
(69,66,56)
#35322A
(53,50,42)
#25221C
(37,34,28)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #B5B29A

#B5B29A
(181,178,154)
#BBB9A3
(187,185,163)
#C1C0AC
(193,192,172)
#C7C7B5
(199,199,181)
#CDCEBE
(205,206,190)
#D3D5C7
(211,213,199)
#D9DCD0
(217,220,208)
#DFE3D9
(223,227,217)
#E5EAE2
(229,234,226)
#EBF1EB
(235,241,235)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B29A; }

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

This text font color is #B5B29A.

Background Color

.myBgColor { background-color: #B5B29A; }

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

This div background color is #B5B29A.

Border color

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

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

This div border color is #B5B29A.

Opacity

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

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

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

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

This text has shadow with #B5B29A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5B29A.

Preview

Color preview on black background

This text has color #B5B29A on black background.


Color preview on white background

This text has color #B5B29A on white background.


Black color preview on #B5B29A background

This text has black color on #B5B29A background.


White color preview on #B5B29A background

This text has white color on #B5B29A background.


Related colors

Complementary color

Complementary color for #hex is #4A4D65.


I love getcolorcode.com

Triadic colors

1 #9AB5B2 and #B29AB5 with #B5B29A are triadic colors.

2 #9AB2B5 and #B2B59A with #B5B29A are triadic colors.