COLOR #B5818C

HEX: #B5818C RGB: (181,129,140)

Color info

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

RGB color model

#B5818C color RGB value is (181,129,140).

RGB: (181,129,140) (71%, 51%, 55%)

RGB channels and saturation

R 181 of 255 = 71%
G 129 of 255 = 51%
B 140 of 255 = 55%

181
129
140

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

Portions of RGB colors in percentages

R + G + B = 181 + 129 + 140 = 450 (100%)
R 181 of 450 ~ 40.22%
G 129 of 450 ~ 28.67%
B 140 of 450 ~ 31.11'%

%40.22
%28.67
%31.11

CMYK color model

#B5818C color CMYK value is (0,29,23,29).

  • cyan value is 0.00%
  • magenta value is 28.73%
  • yellow value is 22.65%
  • key color value is 29.02%
CMYK: (0,29,23,29) C0M29Y23K29 (0%,29%,23%,29%) (0.00/0.29/0.23/0.29) 

CMYK percentages

%0
%28.73
%22.65
%29.02

Codes

Color #B5818C in popluar color models

B5 81 8C
RGB 181 129 140
HSL 347° 26.00% 60.78%
HSB/HSV 347° 28.73% 70.98%
CMYK 0.00% 28.73% 22.65%
29.02%

Color #B5818C in popluar number systems.

HEX B5 81 8C
Decimal 181 129 140
Binary 10110101 10000001 10001100
Octal 265 201 214

Shades and tints

Shades of #B5818C

#B5818C
(181,129,140)
#A57680
(165,118,128)
#956B74
(149,107,116)
#856068
(133,96,104)
#75555C
(117,85,92)
#654A50
(101,74,80)
#553F44
(85,63,68)
#453438
(69,52,56)
#35292C
(53,41,44)
#251E20
(37,30,32)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #B5818C

#B5818C
(181,129,140)
#BB8C96
(187,140,150)
#C197A0
(193,151,160)
#C7A2AA
(199,162,170)
#CDADB4
(205,173,180)
#D3B8BE
(211,184,190)
#D9C3C8
(217,195,200)
#DFCED2
(223,206,210)
#E5D9DC
(229,217,220)
#EBE4E6
(235,228,230)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5818C; }

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

This text font color is #B5818C.

Background Color

.myBgColor { background-color: #B5818C; }

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

This div background color is #B5818C.

Border color

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

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

This div border color is #B5818C.

Opacity

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

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

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

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

This text has shadow with #B5818C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5818C.

Preview

Color preview on black background

This text has color #B5818C on black background.


Color preview on white background

This text has color #B5818C on white background.


Black color preview on #B5818C background

This text has black color on #B5818C background.


White color preview on #B5818C background

This text has white color on #B5818C background.


Related colors

Complementary color

Complementary color for #hex is #4A7E73.


I love getcolorcode.com

Triadic colors

1 #8CB581 and #818CB5 with #B5818C are triadic colors.

2 #8C81B5 and #81B58C with #B5818C are triadic colors.