COLOR #B29BA1

HEX: #B29BA1 RGB: (178,155,161)

Color info

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

RGB color model

#B29BA1 color RGB value is (178,155,161).

RGB: (178,155,161) (70%, 61%, 63%)

RGB channels and saturation

R 178 of 255 = 70%
G 155 of 255 = 61%
B 161 of 255 = 63%

178
155
161

R + G + B ~ 65%. #B29BA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 155 + 161 = 494 (100%)
R 178 of 494 ~ 36.03%
G 155 of 494 ~ 31.38%
B 161 of 494 ~ 32.59'%

%36.03
%31.38
%32.59

CMYK color model

#B29BA1 color CMYK value is (0,13,10,30).

  • cyan value is 0.00%
  • magenta value is 12.92%
  • yellow value is 9.55%
  • key color value is 30.20%

CMYK: (0,13,10,30)
C0M13Y10K30 (0%, 13%, 10%, 30%)
(0.00 / 0.13 / 0.10 / 0.30)

CMYK percentages

%0
%12.92
%9.55
%30.2

Codes

Color #B29BA1 in popluar color models

B2 9B A1
RGB 178 155 161
HSL 344° 12.99% 65.29%
HSB/HSV 344° 12.92% 69.80%
CMYK 0.00% 12.92% 9.55%
30.20%

Color #B29BA1 in popluar number systems.

HEX B2 9B A1
Decimal 178 155 161
Binary 10110010 10011011 10100001
Octal 262 233 241

Shades and tints

Shades of #B29BA1

#B29BA1
(178,155,161)
#A28D93
(162,141,147)
#927F85
(146,127,133)
#827177
(130,113,119)
#726369
(114,99,105)
#62555B
(98,85,91)
#52474D
(82,71,77)
#42393F
(66,57,63)
#322B31
(50,43,49)
#221D23
(34,29,35)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #B29BA1

#B29BA1
(178,155,161)
#B9A4A9
(185,164,169)
#C0ADB1
(192,173,177)
#C7B6B9
(199,182,185)
#CEBFC1
(206,191,193)
#D5C8C9
(213,200,201)
#DCD1D1
(220,209,209)
#E3DAD9
(227,218,217)
#EAE3E1
(234,227,225)
#F1ECE9
(241,236,233)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29BA1; }

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

This text font color is #B29BA1.

Background Color

.myBgColor { background-color: #B29BA1; }

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

This div background color is #B29BA1.

Border color

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

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

This div border color is #B29BA1.

Opacity

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

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

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

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

This text has shadow with #B29BA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29BA1.

Preview

Color preview on black background

This text has color #B29BA1 on black background.


Color preview on white background

This text has color #B29BA1 on white background.


Black color preview on #B29BA1 background

This text has black color on #B29BA1 background.


White color preview on #B29BA1 background

This text has white color on #B29BA1 background.


Related colors

Complementary color

Complementary color for #hex is #4D645E.


I love getcolorcode.com

Triadic colors

1 #A1B29B and #9BA1B2 with #B29BA1 are triadic colors.

2 #A19BB2 and #9BB2A1 with #B29BA1 are triadic colors.