COLOR #B0818D

HEX: #B0818D
RGB: (176,129,141)

Color info

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

RGB color model

#B0818D color RGB value is (176,129,141).

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

RGB channels and saturation

R 176 of 255 = 69%
G 129 of 255 = 51%
B 141 of 255 = 55%

176
129
141

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

Portions of RGB colors in percentages

R + G + B =
176 + 129 + 141 = 446 (100%)
R 176 of 446 ~ 39.46%
G 129 of 446 ~ 28.92%
B 141 of 446 ~ 31.61%

%39.46
%28.92
%31.61

CMYK color model

#B0818D color CMYK value is (0,27,20,31).

  • cyan value is 0.00%
  • magenta value is 26.70%
  • yellow value is 19.89%
  • key color value is 30.98%
CMYK: (0,27,20,31) C0M27Y20K31 (0%,27%,20%,31%) (0.00/0.27/0.20/0.31)

CMYK percentages

%0
%26.7
%19.89
%30.98

Codes

Color #B0818D in popluar color models

B0818D
RGB176129141
HSL345°22.93%59.80%
HSB/HSV345°26.70%69.02%
CMYK0.00%26.70%19.89%
30.98%

Color #B0818D in popluar number systems.

HEXB0818D
Decimal176129141
Binary101100001000000110001101
Octal260201215

Shades and tints

Shades of #B0818D

#B0818D
(176,129,141)
#A07681
(160,118,129)
#906B75
(144,107,117)
#806069
(128,96,105)
#70555D
(112,85,93)
#604A51
(96,74,81)
#503F45
(80,63,69)
#403439
(64,52,57)
#30292D
(48,41,45)
#201E21
(32,30,33)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #B0818D

#B0818D
(176,129,141)
#B78C97
(183,140,151)
#BE97A1
(190,151,161)
#C5A2AB
(197,162,171)
#CCADB5
(204,173,181)
#D3B8BF
(211,184,191)
#DAC3C9
(218,195,201)
#E1CED3
(225,206,211)
#E8D9DD
(232,217,221)
#EFE4E7
(239,228,231)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0818D; }

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

This text font color is #B0818D.


Background Color

.myBgColor { background-color: #B0818D; }

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

This div background color is #B0818D.


Border color

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

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

This div border color is #B0818D.


Opacity

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

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

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

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

This text has shadow with #B0818D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B0818D on black background.


Color preview on white background

This text has color #B0818D on white background.



Black color preview on #B0818D background

This text has black color on #B0818D background.


White color preview on #B0818D background

This text has white color on #B0818D background.