COLOR #B45695

HEX: #B45695
RGB: (180,86,149)

Color info

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

RGB color model

#B45695 color RGB value is (180,86,149).

  • red value is 180;
  • green value is 86;
  • blue value is 149.
RGB:
(180,86,149)
(71%,34%,58%)

RGB channels and saturation

R 180 of 255 = 71%
G 86 of 255 = 34%
B 149 of 255 = 58%

180
86
149

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

Portions of RGB colors in percentages

R + G + B =
180 + 86 + 149 = 415 (100%)
R 180 of 415 ~ 43.37%
G 86 of 415 ~ 20.72%
B 149 of 415 ~ 35.9%

%43.37
%20.72
%35.9

CMYK color model

#B45695 color CMYK value is (0,52,17,29).

  • cyan value is 0.00%
  • magenta value is 52.22%
  • yellow value is 17.22%
  • key color value is 29.41%
CMYK:
(0,52,17,29)
C0M52Y17K29 
(0%,52%,17%,29%)
(0.00/0.52/0.17/0.29)	

CMYK percentages

%0
%52.22
%17.22
%29.41

Codes

Color #B45695 in popluar color models

B45695
RGB18086149
HSL320°38.52%52.16%
HSB/HSV320°52.22%70.59%
CMYK0.00%52.22%17.22%
29.41%

Color #B45695 in popluar number systems.

HEXB45695
Decimal18086149
Binary10110100101011010010101
Octal264126225

Shades and tints

Shades of #B45695

#B45695
(180,86,149)
#A44F88
(164,79,136)
#94487B
(148,72,123)
#84416E
(132,65,110)
#743A61
(116,58,97)
#643354
(100,51,84)
#542C47
(84,44,71)
#44253A
(68,37,58)
#341E2D
(52,30,45)
#241720
(36,23,32)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #B45695

#B45695
(180,86,149)
#BA659E
(186,101,158)
#C074A7
(192,116,167)
#C683B0
(198,131,176)
#CC92B9
(204,146,185)
#D2A1C2
(210,161,194)
#D8B0CB
(216,176,203)
#DEBFD4
(222,191,212)
#E4CEDD
(228,206,221)
#EADDE6
(234,221,230)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B45695 color. Also use rgb(180,86,149) instead hex code.

Text Font Color

.myTextColor { color: #B45695; }

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

This text font color is #B45695.


Background Color

.myBgColor { background-color: #B45695; }

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

This div background color is #B45695.


Border color

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

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

This div border color is #B45695.


Opacity

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

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

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

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

This text has shadow with #B45695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B45695 on black background.


Color preview on white background

This text has color #B45695 on white background.



Black color preview on #B45695 background

This text has black color on #B45695 background.


White color preview on #B45695 background

This text has white color on #B45695 background.