COLOR #B0858F

HEX: #B0858F
RGB: (176,133,143)

Color info

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

RGB color model

#B0858F color RGB value is (176,133,143).

  • red value is 176;
  • green value is 133;
  • blue value is 143.
RGB:
(176,133,143)
(69%,52%,56%)

RGB channels and saturation

R 176 of 255 = 69%
G 133 of 255 = 52%
B 143 of 255 = 56%

176
133
143

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

Portions of RGB colors in percentages

R + G + B =
176 + 133 + 143 = 452 (100%)
R 176 of 452 ~ 38.94%
G 133 of 452 ~ 29.42%
B 143 of 452 ~ 31.64%

%38.94
%29.42
%31.64

CMYK color model

#B0858F color CMYK value is (0,24,19,31).

  • cyan value is 0.00%
  • magenta value is 24.43%
  • yellow value is 18.75%
  • key color value is 30.98%
CMYK:
(0,24,19,31)
C0M24Y19K31 
(0%,24%,19%,31%)
(0.00/0.24/0.19/0.31)	

CMYK percentages

%0
%24.43
%18.75
%30.98

Codes

Color #B0858F in popluar color models

B0858F
RGB176133143
HSL346°21.39%60.59%
HSB/HSV346°24.43%69.02%
CMYK0.00%24.43%18.75%
30.98%

Color #B0858F in popluar number systems.

HEXB0858F
Decimal176133143
Binary101100001000010110001111
Octal260205217

Shades and tints

Shades of #B0858F

#B0858F
(176,133,143)
#A07982
(160,121,130)
#906D75
(144,109,117)
#806168
(128,97,104)
#70555B
(112,85,91)
#60494E
(96,73,78)
#503D41
(80,61,65)
#403134
(64,49,52)
#302527
(48,37,39)
#20191A
(32,25,26)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #B0858F

#B0858F
(176,133,143)
#B79099
(183,144,153)
#BE9BA3
(190,155,163)
#C5A6AD
(197,166,173)
#CCB1B7
(204,177,183)
#D3BCC1
(211,188,193)
#DAC7CB
(218,199,203)
#E1D2D5
(225,210,213)
#E8DDDF
(232,221,223)
#EFE8E9
(239,232,233)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0858F color. Also use rgb(176,133,143) instead hex code.

Text Font Color

.myTextColor { color: #B0858F; }

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

This text font color is #B0858F.


Background Color

.myBgColor { background-color: #B0858F; }

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

This div background color is #B0858F.


Border color

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

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

This div border color is #B0858F.


Opacity

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

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

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

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

This text has shadow with #B0858F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0858F on black background.


Color preview on white background

This text has color #B0858F on white background.



Black color preview on #B0858F background

This text has black color on #B0858F background.


White color preview on #B0858F background

This text has white color on #B0858F background.