COLOR #B29496

HEX: #B29496
RGB: (178,148,150)

Color info

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

RGB color model

#B29496 color RGB value is (178,148,150).

  • red value is 178;
  • green value is 148;
  • blue value is 150.
RGB:
(178,148,150)
(70%,58%,59%)

RGB channels and saturation

R 178 of 255 = 70%
G 148 of 255 = 58%
B 150 of 255 = 59%

178
148
150

R + G + B ~ 62%. #B29496 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 148 + 150 = 476 (100%)
R 178 of 476 ~ 37.39%
G 148 of 476 ~ 31.09%
B 150 of 476 ~ 31.51%

%37.39
%31.09
%31.51

CMYK color model

#B29496 color CMYK value is (0,17,16,30).

  • cyan value is 0.00%
  • magenta value is 16.85%
  • yellow value is 15.73%
  • key color value is 30.20%
CMYK:
(0,17,16,30)
C0M17Y16K30 
(0%,17%,16%,30%)
(0.00/0.17/0.16/0.30)	

CMYK percentages

%0
%16.85
%15.73
%30.2

Codes

Color #B29496 in popluar color models

B29496
RGB178148150
HSL356°16.30%63.92%
HSB/HSV356°16.85%69.80%
CMYK0.00%16.85%15.73%
30.20%

Color #B29496 in popluar number systems.

HEXB29496
Decimal178148150
Binary101100101001010010010110
Octal262224226

Shades and tints

Shades of #B29496

#B29496
(178,148,150)
#A28789
(162,135,137)
#927A7C
(146,122,124)
#826D6F
(130,109,111)
#726062
(114,96,98)
#625355
(98,83,85)
#524648
(82,70,72)
#42393B
(66,57,59)
#322C2E
(50,44,46)
#221F21
(34,31,33)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #B29496

#B29496
(178,148,150)
#B99D9F
(185,157,159)
#C0A6A8
(192,166,168)
#C7AFB1
(199,175,177)
#CEB8BA
(206,184,186)
#D5C1C3
(213,193,195)
#DCCACC
(220,202,204)
#E3D3D5
(227,211,213)
#EADCDE
(234,220,222)
#F1E5E7
(241,229,231)
#F8EEF0
(248,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29496 color. Also use rgb(178,148,150) instead hex code.

Text Font Color

.myTextColor { color: #B29496; }

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

This text font color is #B29496.


Background Color

.myBgColor { background-color: #B29496; }

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

This div background color is #B29496.


Border color

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

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

This div border color is #B29496.


Opacity

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

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

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

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

This text has shadow with #B29496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29496 on black background.


Color preview on white background

This text has color #B29496 on white background.



Black color preview on #B29496 background

This text has black color on #B29496 background.


White color preview on #B29496 background

This text has white color on #B29496 background.