COLOR #B5828C

HEX: #B5828C RGB: (181,130,140)

Color info

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

RGB color model

#B5828C color RGB value is (181,130,140).

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

RGB channels and saturation

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

181
130
140

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

Portions of RGB colors in percentages

R + G + B = 181 + 130 + 140 = 451 (100%)
R 181 of 451 ~ 40.13%
G 130 of 451 ~ 28.82%
B 140 of 451 ~ 31.04'%

%40.13
%28.82
%31.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.18%
  • yellow value is 22.65%
  • key color value is 29.02%

CMYK: (0,28,23,29)
C0M28Y23K29 (0%, 28%, 23%, 29%)
(0.00 / 0.28 / 0.23 / 0.29)

CMYK percentages

%0
%28.18
%22.65
%29.02

Codes

Color #B5828C in popluar color models

B5 82 8C
RGB 181 130 140
HSL 348° 25.63% 60.98%
HSB/HSV 348° 28.18% 70.98%
CMYK 0.00% 28.18% 22.65%
29.02%

Color #B5828C in popluar number systems.

HEX B5 82 8C
Decimal 181 130 140
Binary 10110101 10000010 10001100
Octal 265 202 214

Shades and tints

Shades of #B5828C

#B5828C
(181,130,140)
#A57780
(165,119,128)
#956C74
(149,108,116)
#856168
(133,97,104)
#75565C
(117,86,92)
#654B50
(101,75,80)
#554044
(85,64,68)
#453538
(69,53,56)
#352A2C
(53,42,44)
#251F20
(37,31,32)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #B5828C

#B5828C
(181,130,140)
#BB8D96
(187,141,150)
#C198A0
(193,152,160)
#C7A3AA
(199,163,170)
#CDAEB4
(205,174,180)
#D3B9BE
(211,185,190)
#D9C4C8
(217,196,200)
#DFCFD2
(223,207,210)
#E5DADC
(229,218,220)
#EBE5E6
(235,229,230)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5828C; }

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

This text font color is #B5828C.

Background Color

.myBgColor { background-color: #B5828C; }

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

This div background color is #B5828C.

Border color

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

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

This div border color is #B5828C.

Opacity

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

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

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

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

This text has shadow with #B5828C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5828C.

Preview

Color preview on black background

This text has color #B5828C on black background.


Color preview on white background

This text has color #B5828C on white background.


Black color preview on #B5828C background

This text has black color on #B5828C background.


White color preview on #B5828C background

This text has white color on #B5828C background.


Related colors

Complementary color

Complementary color for #hex is #4A7D73.


I love getcolorcode.com

Triadic colors

1 #8CB582 and #828CB5 with #B5828C are triadic colors.

2 #8C82B5 and #82B58C with #B5828C are triadic colors.