COLOR #B45692

HEX: #B45692
RGB: (180,86,146)

Color info

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

RGB color model

#B45692 color RGB value is (180,86,146).

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

RGB channels and saturation

R 180 of 255 = 71%
G 86 of 255 = 34%
B 146 of 255 = 57%

180
86
146

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

Portions of RGB colors in percentages

R + G + B =
180 + 86 + 146 = 412 (100%)
R 180 of 412 ~ 43.69%
G 86 of 412 ~ 20.87%
B 146 of 412 ~ 35.44%

%43.69
%20.87
%35.44

CMYK color model

#B45692 color CMYK value is (0,52,19,29).

  • cyan value is 0.00%
  • magenta value is 52.22%
  • yellow value is 18.89%
  • key color value is 29.41%
CMYK:
(0,52,19,29)
C0M52Y19K29 
(0%,52%,19%,29%)
(0.00/0.52/0.19/0.29)	

CMYK percentages

%0
%52.22
%18.89
%29.41

Codes

Color #B45692 in popluar color models

B45692
RGB18086146
HSL322°38.52%52.16%
HSB/HSV322°52.22%70.59%
CMYK0.00%52.22%18.89%
29.41%

Color #B45692 in popluar number systems.

HEXB45692
Decimal18086146
Binary10110100101011010010010
Octal264126222

Shades and tints

Shades of #B45692

#B45692
(180,86,146)
#A44F85
(164,79,133)
#944878
(148,72,120)
#84416B
(132,65,107)
#743A5E
(116,58,94)
#643351
(100,51,81)
#542C44
(84,44,68)
#442537
(68,37,55)
#341E2A
(52,30,42)
#24171D
(36,23,29)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #B45692

#B45692
(180,86,146)
#BA659B
(186,101,155)
#C074A4
(192,116,164)
#C683AD
(198,131,173)
#CC92B6
(204,146,182)
#D2A1BF
(210,161,191)
#D8B0C8
(216,176,200)
#DEBFD1
(222,191,209)
#E4CEDA
(228,206,218)
#EADDE3
(234,221,227)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B45692; }

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

This text font color is #B45692.


Background Color

.myBgColor { background-color: #B45692; }

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

This div background color is #B45692.


Border color

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

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

This div border color is #B45692.


Opacity

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

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

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

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

This text has shadow with #B45692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B45692 on black background.


Color preview on white background

This text has color #B45692 on white background.



Black color preview on #B45692 background

This text has black color on #B45692 background.


White color preview on #B45692 background

This text has white color on #B45692 background.