COLOR #B45E86

HEX: #B45E86
RGB: (180,94,134)

Color info

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

RGB color model

#B45E86 color RGB value is (180,94,134).

  • red value is 180;
  • green value is 94;
  • blue value is 134.
RGB:
(180,94,134)
(71%,37%,53%)

RGB channels and saturation

R 180 of 255 = 71%
G 94 of 255 = 37%
B 134 of 255 = 53%

180
94
134

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

Portions of RGB colors in percentages

R + G + B =
180 + 94 + 134 = 408 (100%)
R 180 of 408 ~ 44.12%
G 94 of 408 ~ 23.04%
B 134 of 408 ~ 32.84%

%44.12
%23.04
%32.84

CMYK color model

#B45E86 color CMYK value is (0,48,26,29).

  • cyan value is 0.00%
  • magenta value is 47.78%
  • yellow value is 25.56%
  • key color value is 29.41%
CMYK:
(0,48,26,29)
C0M48Y26K29 
(0%,48%,26%,29%)
(0.00/0.48/0.26/0.29)	

CMYK percentages

%0
%47.78
%25.56
%29.41

Codes

Color #B45E86 in popluar color models

B45E86
RGB18094134
HSL332°36.44%53.73%
HSB/HSV332°47.78%70.59%
CMYK0.00%47.78%25.56%
29.41%

Color #B45E86 in popluar number systems.

HEXB45E86
Decimal18094134
Binary10110100101111010000110
Octal264136206

Shades and tints

Shades of #B45E86

#B45E86
(180,94,134)
#A4567A
(164,86,122)
#944E6E
(148,78,110)
#844662
(132,70,98)
#743E56
(116,62,86)
#64364A
(100,54,74)
#542E3E
(84,46,62)
#442632
(68,38,50)
#341E26
(52,30,38)
#24161A
(36,22,26)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #B45E86

#B45E86
(180,94,134)
#BA6C91
(186,108,145)
#C07A9C
(192,122,156)
#C688A7
(198,136,167)
#CC96B2
(204,150,178)
#D2A4BD
(210,164,189)
#D8B2C8
(216,178,200)
#DEC0D3
(222,192,211)
#E4CEDE
(228,206,222)
#EADCE9
(234,220,233)
#F0EAF4
(240,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B45E86 color. Also use rgb(180,94,134) instead hex code.

Text Font Color

.myTextColor { color: #B45E86; }

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

This text font color is #B45E86.


Background Color

.myBgColor { background-color: #B45E86; }

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

This div background color is #B45E86.


Border color

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

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

This div border color is #B45E86.


Opacity

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

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

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

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

This text has shadow with #B45E86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B45E86 on black background.


Color preview on white background

This text has color #B45E86 on white background.



Black color preview on #B45E86 background

This text has black color on #B45E86 background.


White color preview on #B45E86 background

This text has white color on #B45E86 background.