COLOR #B45A82

HEX: #B45A82 RGB: (180,90,130)

Color info

#B45A82 contains mainly red and blue colors. Web safe color of #B45A82 is #CC6699 (or #C69).

RGB color model

#B45A82 color RGB value is (180,90,130).

RGB: (180,90,130) (71%, 35%, 51%)

RGB channels and saturation

R 180 of 255 = 71%
G 90 of 255 = 35%
B 130 of 255 = 51%

180
90
130

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

Portions of RGB colors in percentages

R + G + B = 180 + 90 + 130 = 400 (100%)
R 180 of 400 ~ 45%
G 90 of 400 ~ 22.5%
B 130 of 400 ~ 32.5'%

%45
%22.5
%32.5

CMYK color model

#B45A82 color CMYK value is (0,50,28,29).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 27.78%
  • key color value is 29.41%

CMYK: (0,50,28,29)
C0M50Y28K29 (0%, 50%, 28%, 29%)
(0.00 / 0.50 / 0.28 / 0.29)

CMYK percentages

%0
%50
%27.78
%29.41

Codes

Color #B45A82 in popluar color models

B4 5A 82
RGB 180 90 130
HSL 333° 37.50% 52.94%
HSB/HSV 333° 50.00% 70.59%
CMYK 0.00% 50.00% 27.78%
29.41%

Color #B45A82 in popluar number systems.

HEX B4 5A 82
Decimal 180 90 130
Binary 10110100 1011010 10000010
Octal 264 132 202

Shades and tints

Shades of #B45A82

#B45A82
(180,90,130)
#A45277
(164,82,119)
#944A6C
(148,74,108)
#844261
(132,66,97)
#743A56
(116,58,86)
#64324B
(100,50,75)
#542A40
(84,42,64)
#442235
(68,34,53)
#341A2A
(52,26,42)
#24121F
(36,18,31)
#140A14
(20,10,20)
#000000
(0,0,0)

Tints of #B45A82

#B45A82
(180,90,130)
#BA698D
(186,105,141)
#C07898
(192,120,152)
#C687A3
(198,135,163)
#CC96AE
(204,150,174)
#D2A5B9
(210,165,185)
#D8B4C4
(216,180,196)
#DEC3CF
(222,195,207)
#E4D2DA
(228,210,218)
#EAE1E5
(234,225,229)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B45A82 color. Also use rgb(180,90,130) instead hex code.

Text Font Color

.myTextColor { color: #B45A82; }

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

This text font color is #B45A82.

Background Color

.myBgColor { background-color: #B45A82; }

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

This div background color is #B45A82.

Border color

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

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

This div border color is #B45A82.

Opacity

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

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

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

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

This text has shadow with #B45A82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B45A82.

Preview

Color preview on black background

This text has color #B45A82 on black background.


Color preview on white background

This text has color #B45A82 on white background.


Black color preview on #B45A82 background

This text has black color on #B45A82 background.


White color preview on #B45A82 background

This text has white color on #B45A82 background.


Related colors

Complementary color

Complementary color for #hex is #4BA57D.


I love getcolorcode.com

Triadic colors

1 #82B45A and #5A82B4 with #B45A82 are triadic colors.

2 #825AB4 and #5AB482 with #B45A82 are triadic colors.