COLOR #B08CA0

HEX: #B08CA0 RGB: (176,140,160)

Color info

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

RGB color model

#B08CA0 color RGB value is (176,140,160).

RGB: (176,140,160) (69%, 55%, 63%)

RGB channels and saturation

R 176 of 255 = 69%
G 140 of 255 = 55%
B 160 of 255 = 63%

176
140
160

R + G + B ~ 62%. #B08CA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 140 + 160 = 476 (100%)
R 176 of 476 ~ 36.97%
G 140 of 476 ~ 29.41%
B 160 of 476 ~ 33.61'%

%36.97
%29.41
%33.61

CMYK color model

#B08CA0 color CMYK value is (0,20,9,31).

  • cyan value is 0.00%
  • magenta value is 20.45%
  • yellow value is 9.09%
  • key color value is 30.98%

CMYK: (0,20,9,31)
C0M20Y9K31 (0%, 20%, 9%, 31%)
(0.00 / 0.20 / 0.09 / 0.31)

CMYK percentages

%0
%20.45
%9.09
%30.98

Codes

Color #B08CA0 in popluar color models

B0 8C A0
RGB 176 140 160
HSL 327° 18.56% 61.96%
HSB/HSV 327° 20.45% 69.02%
CMYK 0.00% 20.45% 9.09%
30.98%

Color #B08CA0 in popluar number systems.

HEX B0 8C A0
Decimal 176 140 160
Binary 10110000 10001100 10100000
Octal 260 214 240

Shades and tints

Shades of #B08CA0

#B08CA0
(176,140,160)
#A08092
(160,128,146)
#907484
(144,116,132)
#806876
(128,104,118)
#705C68
(112,92,104)
#60505A
(96,80,90)
#50444C
(80,68,76)
#40383E
(64,56,62)
#302C30
(48,44,48)
#202022
(32,32,34)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #B08CA0

#B08CA0
(176,140,160)
#B796A8
(183,150,168)
#BEA0B0
(190,160,176)
#C5AAB8
(197,170,184)
#CCB4C0
(204,180,192)
#D3BEC8
(211,190,200)
#DAC8D0
(218,200,208)
#E1D2D8
(225,210,216)
#E8DCE0
(232,220,224)
#EFE6E8
(239,230,232)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08CA0; }

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

This text font color is #B08CA0.

Background Color

.myBgColor { background-color: #B08CA0; }

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

This div background color is #B08CA0.

Border color

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

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

This div border color is #B08CA0.

Opacity

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

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

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

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

This text has shadow with #B08CA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08CA0.

Preview

Color preview on black background

This text has color #B08CA0 on black background.


Color preview on white background

This text has color #B08CA0 on white background.


Black color preview on #B08CA0 background

This text has black color on #B08CA0 background.


White color preview on #B08CA0 background

This text has white color on #B08CA0 background.


Related colors

Complementary color

Complementary color for #hex is #4F735F.


I love getcolorcode.com

Triadic colors

1 #A0B08C and #8CA0B0 with #B08CA0 are triadic colors.

2 #A08CB0 and #8CB0A0 with #B08CA0 are triadic colors.