COLOR #B65985

HEX: #B65985
RGB: (182,89,133)

Color info

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

RGB color model

#B65985 color RGB value is (182,89,133).

  • red value is 182;
  • green value is 89;
  • blue value is 133.
RGB:
(182,89,133)
(71%,35%,52%)

RGB channels and saturation

R 182 of 255 = 71%
G 89 of 255 = 35%
B 133 of 255 = 52%

182
89
133

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

Portions of RGB colors in percentages

R + G + B =
182 + 89 + 133 = 404 (100%)
R 182 of 404 ~ 45.05%
G 89 of 404 ~ 22.03%
B 133 of 404 ~ 32.92%

%45.05
%22.03
%32.92

CMYK color model

#B65985 color CMYK value is (0,51,27,29).

  • cyan value is 0.00%
  • magenta value is 51.10%
  • yellow value is 26.92%
  • key color value is 28.63%
CMYK:
(0,51,27,29)
C0M51Y27K29 
(0%,51%,27%,29%)
(0.00/0.51/0.27/0.29)	

CMYK percentages

%0
%51.1
%26.92
%28.63

Codes

Color #B65985 in popluar color models

B65985
RGB18289133
HSL332°38.91%53.14%
HSB/HSV332°51.10%71.37%
CMYK0.00%51.10%26.92%
28.63%

Color #B65985 in popluar number systems.

HEXB65985
Decimal18289133
Binary10110110101100110000101
Octal266131205

Shades and tints

Shades of #B65985

#B65985
(182,89,133)
#A65179
(166,81,121)
#96496D
(150,73,109)
#864161
(134,65,97)
#763955
(118,57,85)
#663149
(102,49,73)
#56293D
(86,41,61)
#462131
(70,33,49)
#361925
(54,25,37)
#261119
(38,17,25)
#16090D
(22,9,13)
#000000
(0,0,0)

Tints of #B65985

#B65985
(182,89,133)
#BC6890
(188,104,144)
#C2779B
(194,119,155)
#C886A6
(200,134,166)
#CE95B1
(206,149,177)
#D4A4BC
(212,164,188)
#DAB3C7
(218,179,199)
#E0C2D2
(224,194,210)
#E6D1DD
(230,209,221)
#ECE0E8
(236,224,232)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B65985 color. Also use rgb(182,89,133) instead hex code.

Text Font Color

.myTextColor { color: #B65985; }

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

This text font color is #B65985.


Background Color

.myBgColor { background-color: #B65985; }

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

This div background color is #B65985.


Border color

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

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

This div border color is #B65985.


Opacity

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

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

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

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

This text has shadow with #B65985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B65985 on black background.


Color preview on white background

This text has color #B65985 on white background.



Black color preview on #B65985 background

This text has black color on #B65985 background.


White color preview on #B65985 background

This text has white color on #B65985 background.