COLOR #B29493

HEX: #B29493
RGB: (178,148,147)

Color info

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

RGB color model

#B29493 color RGB value is (178,148,147).

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

RGB channels and saturation

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

178
148
147

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

Portions of RGB colors in percentages

R + G + B =
178 + 148 + 147 = 473 (100%)
R 178 of 473 ~ 37.63%
G 148 of 473 ~ 31.29%
B 147 of 473 ~ 31.08%

%37.63
%31.29
%31.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.85%
  • yellow value is 17.42%
  • key color value is 30.20%
CMYK:
(0,17,17,30)
C0M17Y17K30 
(0%,17%,17%,30%)
(0.00/0.17/0.17/0.30)	

CMYK percentages

%0
%16.85
%17.42
%30.2

Codes

Color #B29493 in popluar color models

B29493
RGB178148147
HSL16.76%63.73%
HSB/HSV17.42%69.80%
CMYK0.00%16.85%17.42%
30.20%

Color #B29493 in popluar number systems.

HEXB29493
Decimal178148147
Binary101100101001010010010011
Octal262224223

Shades and tints

Shades of #B29493

#B29493
(178,148,147)
#A28786
(162,135,134)
#927A79
(146,122,121)
#826D6C
(130,109,108)
#72605F
(114,96,95)
#625352
(98,83,82)
#524645
(82,70,69)
#423938
(66,57,56)
#322C2B
(50,44,43)
#221F1E
(34,31,30)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #B29493

#B29493
(178,148,147)
#B99D9C
(185,157,156)
#C0A6A5
(192,166,165)
#C7AFAE
(199,175,174)
#CEB8B7
(206,184,183)
#D5C1C0
(213,193,192)
#DCCAC9
(220,202,201)
#E3D3D2
(227,211,210)
#EADCDB
(234,220,219)
#F1E5E4
(241,229,228)
#F8EEED
(248,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29493; }

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

This text font color is #B29493.


Background Color

.myBgColor { background-color: #B29493; }

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

This div background color is #B29493.


Border color

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

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

This div border color is #B29493.


Opacity

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

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

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

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

This text has shadow with #B29493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29493 on black background.


Color preview on white background

This text has color #B29493 on white background.



Black color preview on #B29493 background

This text has black color on #B29493 background.


White color preview on #B29493 background

This text has white color on #B29493 background.