COLOR #B08C90

HEX: #B08C90 RGB: (176,140,144)

Color info

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

RGB color model

#B08C90 color RGB value is (176,140,144).

RGB: (176,140,144) (69%, 55%, 56%)

RGB channels and saturation

R 176 of 255 = 69%
G 140 of 255 = 55%
B 144 of 255 = 56%

176
140
144

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

Portions of RGB colors in percentages

R + G + B = 176 + 140 + 144 = 460 (100%)
R 176 of 460 ~ 38.26%
G 140 of 460 ~ 30.43%
B 144 of 460 ~ 31.3'%

%38.26
%30.43
%31.3

CMYK color model

#B08C90 color CMYK value is (0,20,18,31).

  • cyan value is 0.00%
  • magenta value is 20.45%
  • yellow value is 18.18%
  • key color value is 30.98%
CMYK: (0,20,18,31) C0M20Y18K31 (0%,20%,18%,31%) (0.00/0.20/0.18/0.31) 

CMYK percentages

%0
%20.45
%18.18
%30.98

Codes

Color #B08C90 in popluar color models

B0 8C 90
RGB 176 140 144
HSL 353° 18.56% 61.96%
HSB/HSV 353° 20.45% 69.02%
CMYK 0.00% 20.45% 18.18%
30.98%

Color #B08C90 in popluar number systems.

HEX B0 8C 90
Decimal 176 140 144
Binary 10110000 10001100 10010000
Octal 260 214 220

Shades and tints

Shades of #B08C90

#B08C90
(176,140,144)
#A08083
(160,128,131)
#907476
(144,116,118)
#806869
(128,104,105)
#705C5C
(112,92,92)
#60504F
(96,80,79)
#504442
(80,68,66)
#403835
(64,56,53)
#302C28
(48,44,40)
#20201B
(32,32,27)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #B08C90

#B08C90
(176,140,144)
#B7969A
(183,150,154)
#BEA0A4
(190,160,164)
#C5AAAE
(197,170,174)
#CCB4B8
(204,180,184)
#D3BEC2
(211,190,194)
#DAC8CC
(218,200,204)
#E1D2D6
(225,210,214)
#E8DCE0
(232,220,224)
#EFE6EA
(239,230,234)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08C90 color. Also use rgb(176,140,144) instead hex code.

Text Font Color

.myTextColor { color: #B08C90; }

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

This text font color is #B08C90.

Background Color

.myBgColor { background-color: #B08C90; }

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

This div background color is #B08C90.

Border color

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

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

This div border color is #B08C90.

Opacity

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

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

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

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

This text has shadow with #B08C90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08C90.

Preview

Color preview on black background

This text has color #B08C90 on black background.


Color preview on white background

This text has color #B08C90 on white background.


Black color preview on #B08C90 background

This text has black color on #B08C90 background.


White color preview on #B08C90 background

This text has white color on #B08C90 background.


Related colors

Complementary color

Complementary color for #hex is #4F736F.


I love getcolorcode.com

Triadic colors

1 #90B08C and #8C90B0 with #B08C90 are triadic colors.

2 #908CB0 and #8CB090 with #B08C90 are triadic colors.