COLOR #B08495

HEX: #B08495 RGB: (176,132,149)

Color info

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

RGB color model

#B08495 color RGB value is (176,132,149).

RGB: (176,132,149) (69%, 52%, 58%)

RGB channels and saturation

R 176 of 255 = 69%
G 132 of 255 = 52%
B 149 of 255 = 58%

176
132
149

R + G + B ~ 60%. #B08495 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 176 + 132 + 149 = 457 (100%)
R 176 of 457 ~ 38.51%
G 132 of 457 ~ 28.88%
B 149 of 457 ~ 32.6'%

%38.51
%28.88
%32.6

CMYK color model

#B08495 color CMYK value is (0,25,15,31).

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

CMYK: (0,25,15,31)
C0M25Y15K31 (0%, 25%, 15%, 31%)
(0.00 / 0.25 / 0.15 / 0.31)

CMYK percentages

%0
%25
%15.34
%30.98

Codes

Color #B08495 in popluar color models

B0 84 95
RGB 176 132 149
HSL 337° 21.78% 60.39%
HSB/HSV 337° 25.00% 69.02%
CMYK 0.00% 25.00% 15.34%
30.98%

Color #B08495 in popluar number systems.

HEX B0 84 95
Decimal 176 132 149
Binary 10110000 10000100 10010101
Octal 260 204 225

Shades and tints

Shades of #B08495

#B08495
(176,132,149)
#A07888
(160,120,136)
#906C7B
(144,108,123)
#80606E
(128,96,110)
#705461
(112,84,97)
#604854
(96,72,84)
#503C47
(80,60,71)
#40303A
(64,48,58)
#30242D
(48,36,45)
#201820
(32,24,32)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #B08495

#B08495
(176,132,149)
#B78F9E
(183,143,158)
#BE9AA7
(190,154,167)
#C5A5B0
(197,165,176)
#CCB0B9
(204,176,185)
#D3BBC2
(211,187,194)
#DAC6CB
(218,198,203)
#E1D1D4
(225,209,212)
#E8DCDD
(232,220,221)
#EFE7E6
(239,231,230)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08495; }

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

This text font color is #B08495.

Background Color

.myBgColor { background-color: #B08495; }

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

This div background color is #B08495.

Border color

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

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

This div border color is #B08495.

Opacity

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

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

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

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

This text has shadow with #B08495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08495.

Preview

Color preview on black background

This text has color #B08495 on black background.


Color preview on white background

This text has color #B08495 on white background.


Black color preview on #B08495 background

This text has black color on #B08495 background.


White color preview on #B08495 background

This text has white color on #B08495 background.


Related colors

Complementary color

Complementary color for #hex is #4F7B6A.


I love getcolorcode.com

Triadic colors

1 #95B084 and #8495B0 with #B08495 are triadic colors.

2 #9584B0 and #84B095 with #B08495 are triadic colors.