COLOR #B29294

HEX: #B29294
RGB: (178,146,148)

Color info

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

RGB color model

#B29294 color RGB value is (178,146,148).

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

RGB channels and saturation

R 178 of 255 = 70%
G 146 of 255 = 57%
B 148 of 255 = 58%

178
146
148

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

Portions of RGB colors in percentages

R + G + B =
178 + 146 + 148 = 472 (100%)
R 178 of 472 ~ 37.71%
G 146 of 472 ~ 30.93%
B 148 of 472 ~ 31.36%

%37.71
%30.93
%31.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.98%
  • yellow value is 16.85%
  • key color value is 30.20%
CMYK:
(0,18,17,30)
C0M18Y17K30 
(0%,18%,17%,30%)
(0.00/0.18/0.17/0.30)	

CMYK percentages

%0
%17.98
%16.85
%30.2

Codes

Color #B29294 in popluar color models

B29294
RGB178146148
HSL356°17.20%63.53%
HSB/HSV356°17.98%69.80%
CMYK0.00%17.98%16.85%
30.20%

Color #B29294 in popluar number systems.

HEXB29294
Decimal178146148
Binary101100101001001010010100
Octal262222224

Shades and tints

Shades of #B29294

#B29294
(178,146,148)
#A28587
(162,133,135)
#92787A
(146,120,122)
#826B6D
(130,107,109)
#725E60
(114,94,96)
#625153
(98,81,83)
#524446
(82,68,70)
#423739
(66,55,57)
#322A2C
(50,42,44)
#221D1F
(34,29,31)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #B29294

#B29294
(178,146,148)
#B99B9D
(185,155,157)
#C0A4A6
(192,164,166)
#C7ADAF
(199,173,175)
#CEB6B8
(206,182,184)
#D5BFC1
(213,191,193)
#DCC8CA
(220,200,202)
#E3D1D3
(227,209,211)
#EADADC
(234,218,220)
#F1E3E5
(241,227,229)
#F8ECEE
(248,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29294; }

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

This text font color is #B29294.


Background Color

.myBgColor { background-color: #B29294; }

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

This div background color is #B29294.


Border color

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

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

This div border color is #B29294.


Opacity

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

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

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

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

This text has shadow with #B29294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29294 on black background.


Color preview on white background

This text has color #B29294 on white background.



Black color preview on #B29294 background

This text has black color on #B29294 background.


White color preview on #B29294 background

This text has white color on #B29294 background.