COLOR #B08191

HEX: #B08191 RGB: (176,129,145)

Color info

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

RGB color model

#B08191 color RGB value is (176,129,145).

RGB: (176,129,145) (69%, 51%, 57%)

RGB channels and saturation

R 176 of 255 = 69%
G 129 of 255 = 51%
B 145 of 255 = 57%

176
129
145

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

Portions of RGB colors in percentages

R + G + B = 176 + 129 + 145 = 450 (100%)
R 176 of 450 ~ 39.11%
G 129 of 450 ~ 28.67%
B 145 of 450 ~ 32.22'%

%39.11
%28.67
%32.22

CMYK color model

#B08191 color CMYK value is (0,27,18,31).

  • cyan value is 0.00%
  • magenta value is 26.70%
  • yellow value is 17.61%
  • key color value is 30.98%

CMYK: (0,27,18,31)
C0M27Y18K31 (0%, 27%, 18%, 31%)
(0.00 / 0.27 / 0.18 / 0.31)

CMYK percentages

%0
%26.7
%17.61
%30.98

Codes

Color #B08191 in popluar color models

B0 81 91
RGB 176 129 145
HSL 340° 22.93% 59.80%
HSB/HSV 340° 26.70% 69.02%
CMYK 0.00% 26.70% 17.61%
30.98%

Color #B08191 in popluar number systems.

HEX B0 81 91
Decimal 176 129 145
Binary 10110000 10000001 10010001
Octal 260 201 221

Shades and tints

Shades of #B08191

#B08191
(176,129,145)
#A07684
(160,118,132)
#906B77
(144,107,119)
#80606A
(128,96,106)
#70555D
(112,85,93)
#604A50
(96,74,80)
#503F43
(80,63,67)
#403436
(64,52,54)
#302929
(48,41,41)
#201E1C
(32,30,28)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #B08191

#B08191
(176,129,145)
#B78C9B
(183,140,155)
#BE97A5
(190,151,165)
#C5A2AF
(197,162,175)
#CCADB9
(204,173,185)
#D3B8C3
(211,184,195)
#DAC3CD
(218,195,205)
#E1CED7
(225,206,215)
#E8D9E1
(232,217,225)
#EFE4EB
(239,228,235)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08191; }

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

This text font color is #B08191.

Background Color

.myBgColor { background-color: #B08191; }

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

This div background color is #B08191.

Border color

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

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

This div border color is #B08191.

Opacity

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

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

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

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

This text has shadow with #B08191 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08191.

Preview

Color preview on black background

This text has color #B08191 on black background.


Color preview on white background

This text has color #B08191 on white background.


Black color preview on #B08191 background

This text has black color on #B08191 background.


White color preview on #B08191 background

This text has white color on #B08191 background.


Related colors

Complementary color

Complementary color for #hex is #4F7E6E.


I love getcolorcode.com

Triadic colors

1 #91B081 and #8191B0 with #B08191 are triadic colors.

2 #9181B0 and #81B091 with #B08191 are triadic colors.