COLOR #B5B29B

HEX: #B5B29B RGB: (181,178,155)

Color info

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

RGB color model

#B5B29B color RGB value is (181,178,155).

RGB: (181,178,155) (71%, 70%, 61%)

RGB channels and saturation

R 181 of 255 = 71%
G 178 of 255 = 70%
B 155 of 255 = 61%

181
178
155

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

Portions of RGB colors in percentages

R + G + B = 181 + 178 + 155 = 514 (100%)
R 181 of 514 ~ 35.21%
G 178 of 514 ~ 34.63%
B 155 of 514 ~ 30.16'%

%35.21
%34.63
%30.16

CMYK color model

#B5B29B color CMYK value is (0,2,14,29).

  • cyan value is 0.00%
  • magenta value is 1.66%
  • yellow value is 14.36%
  • key color value is 29.02%
CMYK: (0,2,14,29) C0M2Y14K29 (0%,2%,14%,29%) (0.00/0.02/0.14/0.29) 

CMYK percentages

%0
%1.66
%14.36
%29.02

Codes

Color #B5B29B in popluar color models

B5 B2 9B
RGB 181 178 155
HSL 53° 14.94% 65.88%
HSB/HSV 53° 14.36% 70.98%
CMYK 0.00% 1.66% 14.36%
29.02%

Color #B5B29B in popluar number systems.

HEX B5 B2 9B
Decimal 181 178 155
Binary 10110101 10110010 10011011
Octal 265 262 233

Shades and tints

Shades of #B5B29B

#B5B29B
(181,178,155)
#A5A28D
(165,162,141)
#95927F
(149,146,127)
#858271
(133,130,113)
#757263
(117,114,99)
#656255
(101,98,85)
#555247
(85,82,71)
#454239
(69,66,57)
#35322B
(53,50,43)
#25221D
(37,34,29)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #B5B29B

#B5B29B
(181,178,155)
#BBB9A4
(187,185,164)
#C1C0AD
(193,192,173)
#C7C7B6
(199,199,182)
#CDCEBF
(205,206,191)
#D3D5C8
(211,213,200)
#D9DCD1
(217,220,209)
#DFE3DA
(223,227,218)
#E5EAE3
(229,234,227)
#EBF1EC
(235,241,236)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B29B; }

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

This text font color is #B5B29B.

Background Color

.myBgColor { background-color: #B5B29B; }

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

This div background color is #B5B29B.

Border color

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

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

This div border color is #B5B29B.

Opacity

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

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

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

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

This text has shadow with #B5B29B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5B29B.

Preview

Color preview on black background

This text has color #B5B29B on black background.


Color preview on white background

This text has color #B5B29B on white background.


Black color preview on #B5B29B background

This text has black color on #B5B29B background.


White color preview on #B5B29B background

This text has white color on #B5B29B background.


Related colors

Complementary color

Complementary color for #hex is #4A4D64.


I love getcolorcode.com

Triadic colors

1 #9BB5B2 and #B29BB5 with #B5B29B are triadic colors.

2 #9BB2B5 and #B2B59B with #B5B29B are triadic colors.