COLOR #B0849E

HEX: #B0849E RGB: (176,132,158)

Color info

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

RGB color model

#B0849E color RGB value is (176,132,158).

RGB: (176,132,158) (69%, 52%, 62%)

RGB channels and saturation

R 176 of 255 = 69%
G 132 of 255 = 52%
B 158 of 255 = 62%

176
132
158

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

Portions of RGB colors in percentages

R + G + B = 176 + 132 + 158 = 466 (100%)
R 176 of 466 ~ 37.77%
G 132 of 466 ~ 28.33%
B 158 of 466 ~ 33.91'%

%37.77
%28.33
%33.91

CMYK color model

#B0849E color CMYK value is (0,25,10,31).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 10.23%
  • key color value is 30.98%

CMYK: (0,25,10,31)
C0M25Y10K31 (0%, 25%, 10%, 31%)
(0.00 / 0.25 / 0.10 / 0.31)

CMYK percentages

%0
%25
%10.23
%30.98

Codes

Color #B0849E in popluar color models

B0 84 9E
RGB 176 132 158
HSL 325° 21.78% 60.39%
HSB/HSV 325° 25.00% 69.02%
CMYK 0.00% 25.00% 10.23%
30.98%

Color #B0849E in popluar number systems.

HEX B0 84 9E
Decimal 176 132 158
Binary 10110000 10000100 10011110
Octal 260 204 236

Shades and tints

Shades of #B0849E

#B0849E
(176,132,158)
#A07890
(160,120,144)
#906C82
(144,108,130)
#806074
(128,96,116)
#705466
(112,84,102)
#604858
(96,72,88)
#503C4A
(80,60,74)
#40303C
(64,48,60)
#30242E
(48,36,46)
#201820
(32,24,32)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #B0849E

#B0849E
(176,132,158)
#B78FA6
(183,143,166)
#BE9AAE
(190,154,174)
#C5A5B6
(197,165,182)
#CCB0BE
(204,176,190)
#D3BBC6
(211,187,198)
#DAC6CE
(218,198,206)
#E1D1D6
(225,209,214)
#E8DCDE
(232,220,222)
#EFE7E6
(239,231,230)
#F6F2EE
(246,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0849E color. Also use rgb(176,132,158) instead hex code.

Text Font Color

.myTextColor { color: #B0849E; }

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

This text font color is #B0849E.

Background Color

.myBgColor { background-color: #B0849E; }

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

This div background color is #B0849E.

Border color

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

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

This div border color is #B0849E.

Opacity

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

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

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

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

This text has shadow with #B0849E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0849E.

Preview

Color preview on black background

This text has color #B0849E on black background.


Color preview on white background

This text has color #B0849E on white background.


Black color preview on #B0849E background

This text has black color on #B0849E background.


White color preview on #B0849E background

This text has white color on #B0849E background.


Related colors

Complementary color

Complementary color for #hex is #4F7B61.


I love getcolorcode.com

Triadic colors

1 #9EB084 and #849EB0 with #B0849E are triadic colors.

2 #9E84B0 and #84B09E with #B0849E are triadic colors.