COLOR #B65A82

HEX: #B65A82
RGB: (182,90,130)

Color info

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

RGB color model

#B65A82 color RGB value is (182,90,130).

  • red value is 182;
  • green value is 90;
  • blue value is 130.
RGB:
(182,90,130)
(71%,35%,51%)

RGB channels and saturation

R 182 of 255 = 71%
G 90 of 255 = 35%
B 130 of 255 = 51%

182
90
130

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

Portions of RGB colors in percentages

R + G + B =
182 + 90 + 130 = 402 (100%)
R 182 of 402 ~ 45.27%
G 90 of 402 ~ 22.39%
B 130 of 402 ~ 32.34%

%45.27
%22.39
%32.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.55%
  • yellow value is 28.57%
  • key color value is 28.63%
CMYK:
(0,51,29,29)
C0M51Y29K29 
(0%,51%,29%,29%)
(0.00/0.51/0.29/0.29)	

CMYK percentages

%0
%50.55
%28.57
%28.63

Codes

Color #B65A82 in popluar color models

B65A82
RGB18290130
HSL334°38.66%53.33%
HSB/HSV334°50.55%71.37%
CMYK0.00%50.55%28.57%
28.63%

Color #B65A82 in popluar number systems.

HEXB65A82
Decimal18290130
Binary10110110101101010000010
Octal266132202

Shades and tints

Shades of #B65A82

#B65A82
(182,90,130)
#A65277
(166,82,119)
#964A6C
(150,74,108)
#864261
(134,66,97)
#763A56
(118,58,86)
#66324B
(102,50,75)
#562A40
(86,42,64)
#462235
(70,34,53)
#361A2A
(54,26,42)
#26121F
(38,18,31)
#160A14
(22,10,20)
#000000
(0,0,0)

Tints of #B65A82

#B65A82
(182,90,130)
#BC698D
(188,105,141)
#C27898
(194,120,152)
#C887A3
(200,135,163)
#CE96AE
(206,150,174)
#D4A5B9
(212,165,185)
#DAB4C4
(218,180,196)
#E0C3CF
(224,195,207)
#E6D2DA
(230,210,218)
#ECE1E5
(236,225,229)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B65A82 color. Also use rgb(182,90,130) instead hex code.

Text Font Color

.myTextColor { color: #B65A82; }

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

This text font color is #B65A82.


Background Color

.myBgColor { background-color: #B65A82; }

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

This div background color is #B65A82.


Border color

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

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

This div border color is #B65A82.


Opacity

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

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

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

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

This text has shadow with #B65A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B65A82 on black background.


Color preview on white background

This text has color #B65A82 on white background.



Black color preview on #B65A82 background

This text has black color on #B65A82 background.


White color preview on #B65A82 background

This text has white color on #B65A82 background.