COLOR #B0868D

HEX: #B0868D
RGB: (176,134,141)

Color info

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

RGB color model

#B0868D color RGB value is (176,134,141).

  • red value is 176;
  • green value is 134;
  • blue value is 141.
RGB:
(176,134,141)
(69%,53%,55%)

RGB channels and saturation

R 176 of 255 = 69%
G 134 of 255 = 53%
B 141 of 255 = 55%

176
134
141

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

Portions of RGB colors in percentages

R + G + B =
176 + 134 + 141 = 451 (100%)
R 176 of 451 ~ 39.02%
G 134 of 451 ~ 29.71%
B 141 of 451 ~ 31.26%

%39.02
%29.71
%31.26

CMYK color model

#B0868D color CMYK value is (0,24,20,31).

  • cyan value is 0.00%
  • magenta value is 23.86%
  • yellow value is 19.89%
  • key color value is 30.98%
CMYK:
(0,24,20,31)
C0M24Y20K31 
(0%,24%,20%,31%)
(0.00/0.24/0.20/0.31)	

CMYK percentages

%0
%23.86
%19.89
%30.98

Codes

Color #B0868D in popluar color models

B0868D
RGB176134141
HSL350°21.00%60.78%
HSB/HSV350°23.86%69.02%
CMYK0.00%23.86%19.89%
30.98%

Color #B0868D in popluar number systems.

HEXB0868D
Decimal176134141
Binary101100001000011010001101
Octal260206215

Shades and tints

Shades of #B0868D

#B0868D
(176,134,141)
#A07A81
(160,122,129)
#906E75
(144,110,117)
#806269
(128,98,105)
#70565D
(112,86,93)
#604A51
(96,74,81)
#503E45
(80,62,69)
#403239
(64,50,57)
#30262D
(48,38,45)
#201A21
(32,26,33)
#100E15
(16,14,21)
#000000
(0,0,0)

Tints of #B0868D

#B0868D
(176,134,141)
#B79197
(183,145,151)
#BE9CA1
(190,156,161)
#C5A7AB
(197,167,171)
#CCB2B5
(204,178,181)
#D3BDBF
(211,189,191)
#DAC8C9
(218,200,201)
#E1D3D3
(225,211,211)
#E8DEDD
(232,222,221)
#EFE9E7
(239,233,231)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0868D color. Also use rgb(176,134,141) instead hex code.

Text Font Color

.myTextColor { color: #B0868D; }

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

This text font color is #B0868D.


Background Color

.myBgColor { background-color: #B0868D; }

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

This div background color is #B0868D.


Border color

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

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

This div border color is #B0868D.


Opacity

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

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

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

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

This text has shadow with #B0868D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0868D on black background.


Color preview on white background

This text has color #B0868D on white background.



Black color preview on #B0868D background

This text has black color on #B0868D background.


White color preview on #B0868D background

This text has white color on #B0868D background.