COLOR #B29B92

HEX: #B29B92
RGB: (178,155,146)

Color info

#B29B92 contains red, green and blue colors in about the same proportion. Web safe color of #B29B92 is #999999 (or #999).

RGB color model

#B29B92 color RGB value is (178,155,146).

  • red value is 178;
  • green value is 155;
  • blue value is 146.
RGB:
(178,155,146)
(70%,61%,57%)

RGB channels and saturation

R 178 of 255 = 70%
G 155 of 255 = 61%
B 146 of 255 = 57%

178
155
146

R + G + B ~ 63%. #B29B92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 155 + 146 = 479 (100%)
R 178 of 479 ~ 37.16%
G 155 of 479 ~ 32.36%
B 146 of 479 ~ 30.48%

%37.16
%32.36
%30.48

CMYK color model

#B29B92 color CMYK value is (0,13,18,30).

  • cyan value is 0.00%
  • magenta value is 12.92%
  • yellow value is 17.98%
  • key color value is 30.20%
CMYK:
(0,13,18,30)
C0M13Y18K30 
(0%,13%,18%,30%)
(0.00/0.13/0.18/0.30)	

CMYK percentages

%0
%12.92
%17.98
%30.2

Codes

Color #B29B92 in popluar color models

B29B92
RGB178155146
HSL17°17.20%63.53%
HSB/HSV17°17.98%69.80%
CMYK0.00%12.92%17.98%
30.20%

Color #B29B92 in popluar number systems.

HEXB29B92
Decimal178155146
Binary101100101001101110010010
Octal262233222

Shades and tints

Shades of #B29B92

#B29B92
(178,155,146)
#A28D85
(162,141,133)
#927F78
(146,127,120)
#82716B
(130,113,107)
#72635E
(114,99,94)
#625551
(98,85,81)
#524744
(82,71,68)
#423937
(66,57,55)
#322B2A
(50,43,42)
#221D1D
(34,29,29)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #B29B92

#B29B92
(178,155,146)
#B9A49B
(185,164,155)
#C0ADA4
(192,173,164)
#C7B6AD
(199,182,173)
#CEBFB6
(206,191,182)
#D5C8BF
(213,200,191)
#DCD1C8
(220,209,200)
#E3DAD1
(227,218,209)
#EAE3DA
(234,227,218)
#F1ECE3
(241,236,227)
#F8F5EC
(248,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29B92; }

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

This text font color is #B29B92.


Background Color

.myBgColor { background-color: #B29B92; }

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

This div background color is #B29B92.


Border color

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

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

This div border color is #B29B92.


Opacity

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

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

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

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

This text has shadow with #B29B92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29B92 on black background.


Color preview on white background

This text has color #B29B92 on white background.



Black color preview on #B29B92 background

This text has black color on #B29B92 background.


White color preview on #B29B92 background

This text has white color on #B29B92 background.