COLOR #B5819D

HEX: #B5819D RGB: (181,129,157)

Color info

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

RGB color model

#B5819D color RGB value is (181,129,157).

RGB: (181,129,157) (71%, 51%, 62%)

RGB channels and saturation

R 181 of 255 = 71%
G 129 of 255 = 51%
B 157 of 255 = 62%

181
129
157

R + G + B ~ 61%. #B5819D is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 129 + 157 = 467 (100%)
R 181 of 467 ~ 38.76%
G 129 of 467 ~ 27.62%
B 157 of 467 ~ 33.62'%

%38.76
%27.62
%33.62

CMYK color model

#B5819D color CMYK value is (0,29,13,29).

  • cyan value is 0.00%
  • magenta value is 28.73%
  • yellow value is 13.26%
  • key color value is 29.02%
CMYK: (0,29,13,29) C0M29Y13K29 (0%,29%,13%,29%) (0.00/0.29/0.13/0.29) 

CMYK percentages

%0
%28.73
%13.26
%29.02

Codes

Color #B5819D in popluar color models

B5 81 9D
RGB 181 129 157
HSL 328° 26.00% 60.78%
HSB/HSV 328° 28.73% 70.98%
CMYK 0.00% 28.73% 13.26%
29.02%

Color #B5819D in popluar number systems.

HEX B5 81 9D
Decimal 181 129 157
Binary 10110101 10000001 10011101
Octal 265 201 235

Shades and tints

Shades of #B5819D

#B5819D
(181,129,157)
#A5768F
(165,118,143)
#956B81
(149,107,129)
#856073
(133,96,115)
#755565
(117,85,101)
#654A57
(101,74,87)
#553F49
(85,63,73)
#45343B
(69,52,59)
#35292D
(53,41,45)
#251E1F
(37,30,31)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #B5819D

#B5819D
(181,129,157)
#BB8CA5
(187,140,165)
#C197AD
(193,151,173)
#C7A2B5
(199,162,181)
#CDADBD
(205,173,189)
#D3B8C5
(211,184,197)
#D9C3CD
(217,195,205)
#DFCED5
(223,206,213)
#E5D9DD
(229,217,221)
#EBE4E5
(235,228,229)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5819D; }

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

This text font color is #B5819D.

Background Color

.myBgColor { background-color: #B5819D; }

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

This div background color is #B5819D.

Border color

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

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

This div border color is #B5819D.

Opacity

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

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

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

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

This text has shadow with #B5819D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5819D.

Preview

Color preview on black background

This text has color #B5819D on black background.


Color preview on white background

This text has color #B5819D on white background.


Black color preview on #B5819D background

This text has black color on #B5819D background.


White color preview on #B5819D background

This text has white color on #B5819D background.


Related colors

Complementary color

Complementary color for #hex is #4A7E62.


I love getcolorcode.com

Triadic colors

1 #9DB581 and #819DB5 with #B5819D are triadic colors.

2 #9D81B5 and #81B59D with #B5819D are triadic colors.