COLOR #B29B88

HEX: #B29B88
RGB: (178,155,136)

Color info

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

RGB color model

#B29B88 color RGB value is (178,155,136).

  • red value is 178;
  • green value is 155;
  • blue value is 136.
RGB:
(178,155,136)
(70%,61%,53%)

RGB channels and saturation

R 178 of 255 = 70%
G 155 of 255 = 61%
B 136 of 255 = 53%

178
155
136

R + G + B ~ 61%. #B29B88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 155 + 136 = 469 (100%)
R 178 of 469 ~ 37.95%
G 155 of 469 ~ 33.05%
B 136 of 469 ~ 29%

%37.95
%33.05
%29

CMYK color model

#B29B88 color CMYK value is (0,13,24,30).

  • cyan value is 0.00%
  • magenta value is 12.92%
  • yellow value is 23.60%
  • key color value is 30.20%
CMYK:
(0,13,24,30)
C0M13Y24K30 
(0%,13%,24%,30%)
(0.00/0.13/0.24/0.30)	

CMYK percentages

%0
%12.92
%23.6
%30.2

Codes

Color #B29B88 in popluar color models

B29B88
RGB178155136
HSL27°21.43%61.57%
HSB/HSV27°23.60%69.80%
CMYK0.00%12.92%23.60%
30.20%

Color #B29B88 in popluar number systems.

HEXB29B88
Decimal178155136
Binary101100101001101110001000
Octal262233210

Shades and tints

Shades of #B29B88

#B29B88
(178,155,136)
#A28D7C
(162,141,124)
#927F70
(146,127,112)
#827164
(130,113,100)
#726358
(114,99,88)
#62554C
(98,85,76)
#524740
(82,71,64)
#423934
(66,57,52)
#322B28
(50,43,40)
#221D1C
(34,29,28)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #B29B88

#B29B88
(178,155,136)
#B9A492
(185,164,146)
#C0AD9C
(192,173,156)
#C7B6A6
(199,182,166)
#CEBFB0
(206,191,176)
#D5C8BA
(213,200,186)
#DCD1C4
(220,209,196)
#E3DACE
(227,218,206)
#EAE3D8
(234,227,216)
#F1ECE2
(241,236,226)
#F8F5EC
(248,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29B88 color. Also use rgb(178,155,136) instead hex code.

Text Font Color

.myTextColor { color: #B29B88; }

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

This text font color is #B29B88.


Background Color

.myBgColor { background-color: #B29B88; }

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

This div background color is #B29B88.


Border color

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

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

This div border color is #B29B88.


Opacity

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

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

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

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

This text has shadow with #B29B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29B88 on black background.


Color preview on white background

This text has color #B29B88 on white background.



Black color preview on #B29B88 background

This text has black color on #B29B88 background.


White color preview on #B29B88 background

This text has white color on #B29B88 background.