COLOR #B08891

HEX: #B08891
RGB: (176,136,145)

Color info

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

RGB color model

#B08891 color RGB value is (176,136,145).

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

RGB channels and saturation

R 176 of 255 = 69%
G 136 of 255 = 53%
B 145 of 255 = 57%

176
136
145

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

Portions of RGB colors in percentages

R + G + B =
176 + 136 + 145 = 457 (100%)
R 176 of 457 ~ 38.51%
G 136 of 457 ~ 29.76%
B 145 of 457 ~ 31.73%

%38.51
%29.76
%31.73

CMYK color model

#B08891 color CMYK value is (0,23,18,31).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 17.61%
  • key color value is 30.98%
CMYK:
(0,23,18,31)
C0M23Y18K31 
(0%,23%,18%,31%)
(0.00/0.23/0.18/0.31)	

CMYK percentages

%0
%22.73
%17.61
%30.98

Codes

Color #B08891 in popluar color models

B08891
RGB176136145
HSL347°20.20%61.18%
HSB/HSV347°22.73%69.02%
CMYK0.00%22.73%17.61%
30.98%

Color #B08891 in popluar number systems.

HEXB08891
Decimal176136145
Binary101100001000100010010001
Octal260210221

Shades and tints

Shades of #B08891

#B08891
(176,136,145)
#A07C84
(160,124,132)
#907077
(144,112,119)
#80646A
(128,100,106)
#70585D
(112,88,93)
#604C50
(96,76,80)
#504043
(80,64,67)
#403436
(64,52,54)
#302829
(48,40,41)
#201C1C
(32,28,28)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #B08891

#B08891
(176,136,145)
#B7929B
(183,146,155)
#BE9CA5
(190,156,165)
#C5A6AF
(197,166,175)
#CCB0B9
(204,176,185)
#D3BAC3
(211,186,195)
#DAC4CD
(218,196,205)
#E1CED7
(225,206,215)
#E8D8E1
(232,216,225)
#EFE2EB
(239,226,235)
#F6ECF5
(246,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08891; }

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

This text font color is #B08891.


Background Color

.myBgColor { background-color: #B08891; }

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

This div background color is #B08891.


Border color

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

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

This div border color is #B08891.


Opacity

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

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

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

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

This text has shadow with #B08891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08891 on black background.


Color preview on white background

This text has color #B08891 on white background.



Black color preview on #B08891 background

This text has black color on #B08891 background.


White color preview on #B08891 background

This text has white color on #B08891 background.