COLOR #B29599

HEX: #B29599 RGB: (178,149,153)

Color info

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

RGB color model

#B29599 color RGB value is (178,149,153).

RGB: (178,149,153) (70%, 58%, 60%)

RGB channels and saturation

R 178 of 255 = 70%
G 149 of 255 = 58%
B 153 of 255 = 60%

178
149
153

R + G + B ~ 63%. #B29599 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 149 + 153 = 480 (100%)
R 178 of 480 ~ 37.08%
G 149 of 480 ~ 31.04%
B 153 of 480 ~ 31.88'%

%37.08
%31.04
%31.88

CMYK color model

#B29599 color CMYK value is (0,16,14,30).

  • cyan value is 0.00%
  • magenta value is 16.29%
  • yellow value is 14.04%
  • key color value is 30.20%

CMYK: (0,16,14,30)
C0M16Y14K30 (0%, 16%, 14%, 30%)
(0.00 / 0.16 / 0.14 / 0.30)

CMYK percentages

%0
%16.29
%14.04
%30.2

Codes

Color #B29599 in popluar color models

B2 95 99
RGB 178 149 153
HSL 352° 15.85% 64.12%
HSB/HSV 352° 16.29% 69.80%
CMYK 0.00% 16.29% 14.04%
30.20%

Color #B29599 in popluar number systems.

HEX B2 95 99
Decimal 178 149 153
Binary 10110010 10010101 10011001
Octal 262 225 231

Shades and tints

Shades of #B29599

#B29599
(178,149,153)
#A2888C
(162,136,140)
#927B7F
(146,123,127)
#826E72
(130,110,114)
#726165
(114,97,101)
#625458
(98,84,88)
#52474B
(82,71,75)
#423A3E
(66,58,62)
#322D31
(50,45,49)
#222024
(34,32,36)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #B29599

#B29599
(178,149,153)
#B99EA2
(185,158,162)
#C0A7AB
(192,167,171)
#C7B0B4
(199,176,180)
#CEB9BD
(206,185,189)
#D5C2C6
(213,194,198)
#DCCBCF
(220,203,207)
#E3D4D8
(227,212,216)
#EADDE1
(234,221,225)
#F1E6EA
(241,230,234)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29599; }

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

This text font color is #B29599.

Background Color

.myBgColor { background-color: #B29599; }

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

This div background color is #B29599.

Border color

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

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

This div border color is #B29599.

Opacity

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

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

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

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

This text has shadow with #B29599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29599.

Preview

Color preview on black background

This text has color #B29599 on black background.


Color preview on white background

This text has color #B29599 on white background.


Black color preview on #B29599 background

This text has black color on #B29599 background.


White color preview on #B29599 background

This text has white color on #B29599 background.


Related colors

Complementary color

Complementary color for #hex is #4D6A66.


I love getcolorcode.com

Triadic colors

1 #99B295 and #9599B2 with #B29599 are triadic colors.

2 #9995B2 and #95B299 with #B29599 are triadic colors.