COLOR #B5808E

HEX: #B5808E RGB: (181,128,142)

Color info

#B5808E contains red, green and blue colors in about the same proportion. Web safe color of #B5808E is #CC6699 (or #C69).

RGB color model

#B5808E color RGB value is (181,128,142).

RGB: (181,128,142) (71%, 50%, 56%)

RGB channels and saturation

R 181 of 255 = 71%
G 128 of 255 = 50%
B 142 of 255 = 56%

181
128
142

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

Portions of RGB colors in percentages

R + G + B = 181 + 128 + 142 = 451 (100%)
R 181 of 451 ~ 40.13%
G 128 of 451 ~ 28.38%
B 142 of 451 ~ 31.49'%

%40.13
%28.38
%31.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.28%
  • 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
%29.28
%21.55
%29.02

Codes

Color #B5808E in popluar color models

B5 80 8E
RGB 181 128 142
HSL 344° 26.37% 60.59%
HSB/HSV 344° 29.28% 70.98%
CMYK 0.00% 29.28% 21.55%
29.02%

Color #B5808E in popluar number systems.

HEX B5 80 8E
Decimal 181 128 142
Binary 10110101 10000000 10001110
Octal 265 200 216

Shades and tints

Shades of #B5808E

#B5808E
(181,128,142)
#A57582
(165,117,130)
#956A76
(149,106,118)
#855F6A
(133,95,106)
#75545E
(117,84,94)
#654952
(101,73,82)
#553E46
(85,62,70)
#45333A
(69,51,58)
#35282E
(53,40,46)
#251D22
(37,29,34)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #B5808E

#B5808E
(181,128,142)
#BB8B98
(187,139,152)
#C196A2
(193,150,162)
#C7A1AC
(199,161,172)
#CDACB6
(205,172,182)
#D3B7C0
(211,183,192)
#D9C2CA
(217,194,202)
#DFCDD4
(223,205,212)
#E5D8DE
(229,216,222)
#EBE3E8
(235,227,232)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5808E; }

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

This text font color is #B5808E.

Background Color

.myBgColor { background-color: #B5808E; }

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

This div background color is #B5808E.

Border color

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

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

This div border color is #B5808E.

Opacity

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

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

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

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

This text has shadow with #B5808E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5808E.

Preview

Color preview on black background

This text has color #B5808E on black background.


Color preview on white background

This text has color #B5808E on white background.


Black color preview on #B5808E background

This text has black color on #B5808E background.


White color preview on #B5808E background

This text has white color on #B5808E background.


Related colors

Complementary color

Complementary color for #hex is #4A7F71.


I love getcolorcode.com

Triadic colors

1 #8EB580 and #808EB5 with #B5808E are triadic colors.

2 #8E80B5 and #80B58E with #B5808E are triadic colors.