COLOR #B5B29E

HEX: #B5B29E
RGB: (181,178,158)

Color info

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

RGB color model

#B5B29E color RGB value is (181,178,158).

  • red value is 181;
  • green value is 178;
  • blue value is 158.
RGB:
(181,178,158)
(71%,70%,62%)

RGB channels and saturation

R 181 of 255 = 71%
G 178 of 255 = 70%
B 158 of 255 = 62%

181
178
158

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

Portions of RGB colors in percentages

R + G + B =
181 + 178 + 158 = 517 (100%)
R 181 of 517 ~ 35.01%
G 178 of 517 ~ 34.43%
B 158 of 517 ~ 30.56%

%35.01
%34.43
%30.56

CMYK color model

#B5B29E color CMYK value is (0,2,13,29).

  • cyan value is 0.00%
  • magenta value is 1.66%
  • yellow value is 12.71%
  • key color value is 29.02%
CMYK:
(0,2,13,29)
C0M2Y13K29 
(0%,2%,13%,29%)
(0.00/0.02/0.13/0.29)	

CMYK percentages

%0
%1.66
%12.71
%29.02

Codes

Color #B5B29E in popluar color models

B5B29E
RGB181178158
HSL52°13.45%66.47%
HSB/HSV52°12.71%70.98%
CMYK0.00%1.66%12.71%
29.02%

Color #B5B29E in popluar number systems.

HEXB5B29E
Decimal181178158
Binary101101011011001010011110
Octal265262236

Shades and tints

Shades of #B5B29E

#B5B29E
(181,178,158)
#A5A290
(165,162,144)
#959282
(149,146,130)
#858274
(133,130,116)
#757266
(117,114,102)
#656258
(101,98,88)
#55524A
(85,82,74)
#45423C
(69,66,60)
#35322E
(53,50,46)
#252220
(37,34,32)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #B5B29E

#B5B29E
(181,178,158)
#BBB9A6
(187,185,166)
#C1C0AE
(193,192,174)
#C7C7B6
(199,199,182)
#CDCEBE
(205,206,190)
#D3D5C6
(211,213,198)
#D9DCCE
(217,220,206)
#DFE3D6
(223,227,214)
#E5EADE
(229,234,222)
#EBF1E6
(235,241,230)
#F1F8EE
(241,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B29E; }

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

This text font color is #B5B29E.


Background Color

.myBgColor { background-color: #B5B29E; }

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

This div background color is #B5B29E.


Border color

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

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

This div border color is #B5B29E.


Opacity

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

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

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

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

This text has shadow with #B5B29E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B29E on black background.


Color preview on white background

This text has color #B5B29E on white background.



Black color preview on #B5B29E background

This text has black color on #B5B29E background.


White color preview on #B5B29E background

This text has white color on #B5B29E background.