COLOR #B65683

HEX: #B65683
RGB: (182,86,131)

Color info

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

RGB color model

#B65683 color RGB value is (182,86,131).

  • red value is 182;
  • green value is 86;
  • blue value is 131.
RGB:
(182,86,131)
(71%,34%,51%)

RGB channels and saturation

R 182 of 255 = 71%
G 86 of 255 = 34%
B 131 of 255 = 51%

182
86
131

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

Portions of RGB colors in percentages

R + G + B =
182 + 86 + 131 = 399 (100%)
R 182 of 399 ~ 45.61%
G 86 of 399 ~ 21.55%
B 131 of 399 ~ 32.83%

%45.61
%21.55
%32.83

CMYK color model

#B65683 color CMYK value is (0,53,28,29).

  • cyan value is 0.00%
  • magenta value is 52.75%
  • yellow value is 28.02%
  • key color value is 28.63%
CMYK:
(0,53,28,29)
C0M53Y28K29 
(0%,53%,28%,29%)
(0.00/0.53/0.28/0.29)	

CMYK percentages

%0
%52.75
%28.02
%28.63

Codes

Color #B65683 in popluar color models

B65683
RGB18286131
HSL332°39.67%52.55%
HSB/HSV332°52.75%71.37%
CMYK0.00%52.75%28.02%
28.63%

Color #B65683 in popluar number systems.

HEXB65683
Decimal18286131
Binary10110110101011010000011
Octal266126203

Shades and tints

Shades of #B65683

#B65683
(182,86,131)
#A64F78
(166,79,120)
#96486D
(150,72,109)
#864162
(134,65,98)
#763A57
(118,58,87)
#66334C
(102,51,76)
#562C41
(86,44,65)
#462536
(70,37,54)
#361E2B
(54,30,43)
#261720
(38,23,32)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #B65683

#B65683
(182,86,131)
#BC658E
(188,101,142)
#C27499
(194,116,153)
#C883A4
(200,131,164)
#CE92AF
(206,146,175)
#D4A1BA
(212,161,186)
#DAB0C5
(218,176,197)
#E0BFD0
(224,191,208)
#E6CEDB
(230,206,219)
#ECDDE6
(236,221,230)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B65683 color. Also use rgb(182,86,131) instead hex code.

Text Font Color

.myTextColor { color: #B65683; }

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

This text font color is #B65683.


Background Color

.myBgColor { background-color: #B65683; }

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

This div background color is #B65683.


Border color

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

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

This div border color is #B65683.


Opacity

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

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

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

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

This text has shadow with #B65683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B65683 on black background.


Color preview on white background

This text has color #B65683 on white background.



Black color preview on #B65683 background

This text has black color on #B65683 background.


White color preview on #B65683 background

This text has white color on #B65683 background.