COLOR #B5818E

HEX: #B5818E
RGB: (181,129,142)

Color info

#B5818E contains red, green and blue colors in about the same proportion. Web safe color of #B5818E is #CC9999 (or #C99).

RGB color model

#B5818E color RGB value is (181,129,142).

  • red value is 181;
  • green value is 129;
  • blue value is 142.
RGB:
(181,129,142)
(71%,51%,56%)

RGB channels and saturation

R 181 of 255 = 71%
G 129 of 255 = 51%
B 142 of 255 = 56%

181
129
142

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

Portions of RGB colors in percentages

R + G + B =
181 + 129 + 142 = 452 (100%)
R 181 of 452 ~ 40.04%
G 129 of 452 ~ 28.54%
B 142 of 452 ~ 31.42%

%40.04
%28.54
%31.42

CMYK color model

#B5818E color CMYK value is (0,29,22,29).

  • cyan value is 0.00%
  • magenta value is 28.73%
  • yellow value is 21.55%
  • key color value is 29.02%
CMYK:
(0,29,22,29)
C0M29Y22K29 
(0%,29%,22%,29%)
(0.00/0.29/0.22/0.29)	

CMYK percentages

%0
%28.73
%21.55
%29.02

Codes

Color #B5818E in popluar color models

B5818E
RGB181129142
HSL345°26.00%60.78%
HSB/HSV345°28.73%70.98%
CMYK0.00%28.73%21.55%
29.02%

Color #B5818E in popluar number systems.

HEXB5818E
Decimal181129142
Binary101101011000000110001110
Octal265201216

Shades and tints

Shades of #B5818E

#B5818E
(181,129,142)
#A57682
(165,118,130)
#956B76
(149,107,118)
#85606A
(133,96,106)
#75555E
(117,85,94)
#654A52
(101,74,82)
#553F46
(85,63,70)
#45343A
(69,52,58)
#35292E
(53,41,46)
#251E22
(37,30,34)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #B5818E

#B5818E
(181,129,142)
#BB8C98
(187,140,152)
#C197A2
(193,151,162)
#C7A2AC
(199,162,172)
#CDADB6
(205,173,182)
#D3B8C0
(211,184,192)
#D9C3CA
(217,195,202)
#DFCED4
(223,206,212)
#E5D9DE
(229,217,222)
#EBE4E8
(235,228,232)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5818E color. Also use rgb(181,129,142) instead hex code.

Text Font Color

.myTextColor { color: #B5818E; }

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

This text font color is #B5818E.


Background Color

.myBgColor { background-color: #B5818E; }

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

This div background color is #B5818E.


Border color

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

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

This div border color is #B5818E.


Opacity

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

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

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

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

This text has shadow with #B5818E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5818E on black background.


Color preview on white background

This text has color #B5818E on white background.



Black color preview on #B5818E background

This text has black color on #B5818E background.


White color preview on #B5818E background

This text has white color on #B5818E background.