COLOR #B5658C

HEX: #B5658C
RGB: (181,101,140)

Color info

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

RGB color model

#B5658C color RGB value is (181,101,140).

  • red value is 181;
  • green value is 101;
  • blue value is 140.
RGB:
(181,101,140)
(71%,40%,55%)

RGB channels and saturation

R 181 of 255 = 71%
G 101 of 255 = 40%
B 140 of 255 = 55%

181
101
140

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

Portions of RGB colors in percentages

R + G + B =
181 + 101 + 140 = 422 (100%)
R 181 of 422 ~ 42.89%
G 101 of 422 ~ 23.93%
B 140 of 422 ~ 33.18%

%42.89
%23.93
%33.18

CMYK color model

#B5658C color CMYK value is (0,44,23,29).

  • cyan value is 0.00%
  • magenta value is 44.20%
  • yellow value is 22.65%
  • key color value is 29.02%
CMYK:
(0,44,23,29)
C0M44Y23K29 
(0%,44%,23%,29%)
(0.00/0.44/0.23/0.29)	

CMYK percentages

%0
%44.2
%22.65
%29.02

Codes

Color #B5658C in popluar color models

B5658C
RGB181101140
HSL331°35.09%55.29%
HSB/HSV331°44.20%70.98%
CMYK0.00%44.20%22.65%
29.02%

Color #B5658C in popluar number systems.

HEXB5658C
Decimal181101140
Binary10110101110010110001100
Octal265145214

Shades and tints

Shades of #B5658C

#B5658C
(181,101,140)
#A55C80
(165,92,128)
#955374
(149,83,116)
#854A68
(133,74,104)
#75415C
(117,65,92)
#653850
(101,56,80)
#552F44
(85,47,68)
#452638
(69,38,56)
#351D2C
(53,29,44)
#251420
(37,20,32)
#150B14
(21,11,20)
#000000
(0,0,0)

Tints of #B5658C

#B5658C
(181,101,140)
#BB7396
(187,115,150)
#C181A0
(193,129,160)
#C78FAA
(199,143,170)
#CD9DB4
(205,157,180)
#D3ABBE
(211,171,190)
#D9B9C8
(217,185,200)
#DFC7D2
(223,199,210)
#E5D5DC
(229,213,220)
#EBE3E6
(235,227,230)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5658C; }

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

This text font color is #B5658C.


Background Color

.myBgColor { background-color: #B5658C; }

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

This div background color is #B5658C.


Border color

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

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

This div border color is #B5658C.


Opacity

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

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

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

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

This text has shadow with #B5658C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5658C on black background.


Color preview on white background

This text has color #B5658C on white background.



Black color preview on #B5658C background

This text has black color on #B5658C background.


White color preview on #B5658C background

This text has white color on #B5658C background.