COLOR #B08491

HEX: #B08491
RGB: (176,132,145)

Color info

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

RGB color model

#B08491 color RGB value is (176,132,145).

  • red value is 176;
  • green value is 132;
  • blue value is 145.
RGB:
(176,132,145)
(69%,52%,57%)

RGB channels and saturation

R 176 of 255 = 69%
G 132 of 255 = 52%
B 145 of 255 = 57%

176
132
145

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

Portions of RGB colors in percentages

R + G + B =
176 + 132 + 145 = 453 (100%)
R 176 of 453 ~ 38.85%
G 132 of 453 ~ 29.14%
B 145 of 453 ~ 32.01%

%38.85
%29.14
%32.01

CMYK color model

#B08491 color CMYK value is (0,25,18,31).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 17.61%
  • key color value is 30.98%
CMYK:
(0,25,18,31)
C0M25Y18K31 
(0%,25%,18%,31%)
(0.00/0.25/0.18/0.31)	

CMYK percentages

%0
%25
%17.61
%30.98

Codes

Color #B08491 in popluar color models

B08491
RGB176132145
HSL342°21.78%60.39%
HSB/HSV342°25.00%69.02%
CMYK0.00%25.00%17.61%
30.98%

Color #B08491 in popluar number systems.

HEXB08491
Decimal176132145
Binary101100001000010010010001
Octal260204221

Shades and tints

Shades of #B08491

#B08491
(176,132,145)
#A07884
(160,120,132)
#906C77
(144,108,119)
#80606A
(128,96,106)
#70545D
(112,84,93)
#604850
(96,72,80)
#503C43
(80,60,67)
#403036
(64,48,54)
#302429
(48,36,41)
#20181C
(32,24,28)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #B08491

#B08491
(176,132,145)
#B78F9B
(183,143,155)
#BE9AA5
(190,154,165)
#C5A5AF
(197,165,175)
#CCB0B9
(204,176,185)
#D3BBC3
(211,187,195)
#DAC6CD
(218,198,205)
#E1D1D7
(225,209,215)
#E8DCE1
(232,220,225)
#EFE7EB
(239,231,235)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08491; }

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

This text font color is #B08491.


Background Color

.myBgColor { background-color: #B08491; }

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

This div background color is #B08491.


Border color

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

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

This div border color is #B08491.


Opacity

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

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

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

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

This text has shadow with #B08491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08491 on black background.


Color preview on white background

This text has color #B08491 on white background.



Black color preview on #B08491 background

This text has black color on #B08491 background.


White color preview on #B08491 background

This text has white color on #B08491 background.