COLOR #B29BA3

HEX: #B29BA3 RGB: (178,155,163)

Color info

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

RGB color model

#B29BA3 color RGB value is (178,155,163).

RGB: (178,155,163) (70%, 61%, 64%)

RGB channels and saturation

R 178 of 255 = 70%
G 155 of 255 = 61%
B 163 of 255 = 64%

178
155
163

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

Portions of RGB colors in percentages

R + G + B = 178 + 155 + 163 = 496 (100%)
R 178 of 496 ~ 35.89%
G 155 of 496 ~ 31.25%
B 163 of 496 ~ 32.86'%

%35.89
%31.25
%32.86

CMYK color model

#B29BA3 color CMYK value is (0,13,8,30).

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

CMYK: (0,13,8,30)
C0M13Y8K30 (0%, 13%, 8%, 30%)
(0.00 / 0.13 / 0.08 / 0.30)

CMYK percentages

%0
%12.92
%8.43
%30.2

Codes

Color #B29BA3 in popluar color models

B2 9B A3
RGB 178 155 163
HSL 339° 12.99% 65.29%
HSB/HSV 339° 12.92% 69.80%
CMYK 0.00% 12.92% 8.43%
30.20%

Color #B29BA3 in popluar number systems.

HEX B2 9B A3
Decimal 178 155 163
Binary 10110010 10011011 10100011
Octal 262 233 243

Shades and tints

Shades of #B29BA3

#B29BA3
(178,155,163)
#A28D95
(162,141,149)
#927F87
(146,127,135)
#827179
(130,113,121)
#72636B
(114,99,107)
#62555D
(98,85,93)
#52474F
(82,71,79)
#423941
(66,57,65)
#322B33
(50,43,51)
#221D25
(34,29,37)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #B29BA3

#B29BA3
(178,155,163)
#B9A4AB
(185,164,171)
#C0ADB3
(192,173,179)
#C7B6BB
(199,182,187)
#CEBFC3
(206,191,195)
#D5C8CB
(213,200,203)
#DCD1D3
(220,209,211)
#E3DADB
(227,218,219)
#EAE3E3
(234,227,227)
#F1ECEB
(241,236,235)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29BA3; }

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

This text font color is #B29BA3.

Background Color

.myBgColor { background-color: #B29BA3; }

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

This div background color is #B29BA3.

Border color

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

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

This div border color is #B29BA3.

Opacity

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

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

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

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

This text has shadow with #B29BA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29BA3.

Preview

Color preview on black background

This text has color #B29BA3 on black background.


Color preview on white background

This text has color #B29BA3 on white background.


Black color preview on #B29BA3 background

This text has black color on #B29BA3 background.


White color preview on #B29BA3 background

This text has white color on #B29BA3 background.


Related colors

Complementary color

Complementary color for #hex is #4D645C.


I love getcolorcode.com

Triadic colors

1 #A3B29B and #9BA3B2 with #B29BA3 are triadic colors.

2 #A39BB2 and #9BB2A3 with #B29BA3 are triadic colors.