COLOR #B65B7A

HEX: #B65B7A
RGB: (182,91,122)

Color info

#B65B7A contains mainly red color. Web safe color of #B65B7A is #CC6666 (or #C66).

RGB color model

#B65B7A color RGB value is (182,91,122).

  • red value is 182;
  • green value is 91;
  • blue value is 122.
RGB:
(182,91,122)
(71%,36%,48%)

RGB channels and saturation

R 182 of 255 = 71%
G 91 of 255 = 36%
B 122 of 255 = 48%

182
91
122

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

Portions of RGB colors in percentages

R + G + B =
182 + 91 + 122 = 395 (100%)
R 182 of 395 ~ 46.08%
G 91 of 395 ~ 23.04%
B 122 of 395 ~ 30.89%

%46.08
%23.04
%30.89

CMYK color model

#B65B7A color CMYK value is (0,50,33,29).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 32.97%
  • key color value is 28.63%
CMYK:
(0,50,33,29)
C0M50Y33K29 
(0%,50%,33%,29%)
(0.00/0.50/0.33/0.29)	

CMYK percentages

%0
%50
%32.97
%28.63

Codes

Color #B65B7A in popluar color models

B65B7A
RGB18291122
HSL340°38.40%53.53%
HSB/HSV340°50.00%71.37%
CMYK0.00%50.00%32.97%
28.63%

Color #B65B7A in popluar number systems.

HEXB65B7A
Decimal18291122
Binary1011011010110111111010
Octal266133172

Shades and tints

Shades of #B65B7A

#B65B7A
(182,91,122)
#A6536F
(166,83,111)
#964B64
(150,75,100)
#864359
(134,67,89)
#763B4E
(118,59,78)
#663343
(102,51,67)
#562B38
(86,43,56)
#46232D
(70,35,45)
#361B22
(54,27,34)
#261317
(38,19,23)
#160B0C
(22,11,12)
#000000
(0,0,0)

Tints of #B65B7A

#B65B7A
(182,91,122)
#BC6986
(188,105,134)
#C27792
(194,119,146)
#C8859E
(200,133,158)
#CE93AA
(206,147,170)
#D4A1B6
(212,161,182)
#DAAFC2
(218,175,194)
#E0BDCE
(224,189,206)
#E6CBDA
(230,203,218)
#ECD9E6
(236,217,230)
#F2E7F2
(242,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B65B7A color. Also use rgb(182,91,122) instead hex code.

Text Font Color

.myTextColor { color: #B65B7A; }

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

This text font color is #B65B7A.


Background Color

.myBgColor { background-color: #B65B7A; }

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

This div background color is #B65B7A.


Border color

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

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

This div border color is #B65B7A.


Opacity

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

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

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

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

This text has shadow with #B65B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B65B7A on black background.


Color preview on white background

This text has color #B65B7A on white background.



Black color preview on #B65B7A background

This text has black color on #B65B7A background.


White color preview on #B65B7A background

This text has white color on #B65B7A background.