COLOR #B29495

HEX: #B29495
RGB: (178,148,149)

Color info

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

RGB color model

#B29495 color RGB value is (178,148,149).

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

RGB channels and saturation

R 178 of 255 = 70%
G 148 of 255 = 58%
B 149 of 255 = 58%

178
148
149

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

Portions of RGB colors in percentages

R + G + B =
178 + 148 + 149 = 475 (100%)
R 178 of 475 ~ 37.47%
G 148 of 475 ~ 31.16%
B 149 of 475 ~ 31.37%

%37.47
%31.16
%31.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.85%
  • yellow value is 16.29%
  • 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
%16.29
%30.2

Codes

Color #B29495 in popluar color models

B29495
RGB178148149
HSL358°16.30%63.92%
HSB/HSV358°16.85%69.80%
CMYK0.00%16.85%16.29%
30.20%

Color #B29495 in popluar number systems.

HEXB29495
Decimal178148149
Binary101100101001010010010101
Octal262224225

Shades and tints

Shades of #B29495

#B29495
(178,148,149)
#A28788
(162,135,136)
#927A7B
(146,122,123)
#826D6E
(130,109,110)
#726061
(114,96,97)
#625354
(98,83,84)
#524647
(82,70,71)
#42393A
(66,57,58)
#322C2D
(50,44,45)
#221F20
(34,31,32)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #B29495

#B29495
(178,148,149)
#B99D9E
(185,157,158)
#C0A6A7
(192,166,167)
#C7AFB0
(199,175,176)
#CEB8B9
(206,184,185)
#D5C1C2
(213,193,194)
#DCCACB
(220,202,203)
#E3D3D4
(227,211,212)
#EADCDD
(234,220,221)
#F1E5E6
(241,229,230)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29495; }

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

This text font color is #B29495.


Background Color

.myBgColor { background-color: #B29495; }

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

This div background color is #B29495.


Border color

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

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

This div border color is #B29495.


Opacity

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

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

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

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

This text has shadow with #B29495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29495 on black background.


Color preview on white background

This text has color #B29495 on white background.



Black color preview on #B29495 background

This text has black color on #B29495 background.


White color preview on #B29495 background

This text has white color on #B29495 background.