COLOR #B29195

HEX: #B29195
RGB: (178,145,149)

Color info

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

RGB color model

#B29195 color RGB value is (178,145,149).

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

RGB channels and saturation

R 178 of 255 = 70%
G 145 of 255 = 57%
B 149 of 255 = 58%

178
145
149

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

Portions of RGB colors in percentages

R + G + B =
178 + 145 + 149 = 472 (100%)
R 178 of 472 ~ 37.71%
G 145 of 472 ~ 30.72%
B 149 of 472 ~ 31.57%

%37.71
%30.72
%31.57

CMYK color model

#B29195 color CMYK value is (0,19,16,30).

  • cyan value is 0.00%
  • magenta value is 18.54%
  • yellow value is 16.29%
  • key color value is 30.20%
CMYK:
(0,19,16,30)
C0M19Y16K30 
(0%,19%,16%,30%)
(0.00/0.19/0.16/0.30)	

CMYK percentages

%0
%18.54
%16.29
%30.2

Codes

Color #B29195 in popluar color models

B29195
RGB178145149
HSL353°17.65%63.33%
HSB/HSV353°18.54%69.80%
CMYK0.00%18.54%16.29%
30.20%

Color #B29195 in popluar number systems.

HEXB29195
Decimal178145149
Binary101100101001000110010101
Octal262221225

Shades and tints

Shades of #B29195

#B29195
(178,145,149)
#A28488
(162,132,136)
#92777B
(146,119,123)
#826A6E
(130,106,110)
#725D61
(114,93,97)
#625054
(98,80,84)
#524347
(82,67,71)
#42363A
(66,54,58)
#32292D
(50,41,45)
#221C20
(34,28,32)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #B29195

#B29195
(178,145,149)
#B99B9E
(185,155,158)
#C0A5A7
(192,165,167)
#C7AFB0
(199,175,176)
#CEB9B9
(206,185,185)
#D5C3C2
(213,195,194)
#DCCDCB
(220,205,203)
#E3D7D4
(227,215,212)
#EAE1DD
(234,225,221)
#F1EBE6
(241,235,230)
#F8F5EF
(248,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29195; }

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

This text font color is #B29195.


Background Color

.myBgColor { background-color: #B29195; }

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

This div background color is #B29195.


Border color

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

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

This div border color is #B29195.


Opacity

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

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

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

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

This text has shadow with #B29195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29195 on black background.


Color preview on white background

This text has color #B29195 on white background.



Black color preview on #B29195 background

This text has black color on #B29195 background.


White color preview on #B29195 background

This text has white color on #B29195 background.