COLOR #B65C7A

HEX: #B65C7A RGB: (182,92,122)

Color info

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

RGB color model

#B65C7A color RGB value is (182,92,122).

RGB: (182,92,122) (71%, 36%, 48%)

RGB channels and saturation

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

182
92
122

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

Portions of RGB colors in percentages

R + G + B = 182 + 92 + 122 = 396 (100%)
R 182 of 396 ~ 45.96%
G 92 of 396 ~ 23.23%
B 122 of 396 ~ 30.81'%

%45.96
%23.23
%30.81

CMYK color model

#B65C7A color CMYK value is (0,49,33,29).

  • cyan value is 0.00%
  • magenta value is 49.45%
  • yellow value is 32.97%
  • key color value is 28.63%
CMYK: (0,49,33,29) C0M49Y33K29 (0%,49%,33%,29%) (0.00/0.49/0.33/0.29) 

CMYK percentages

%0
%49.45
%32.97
%28.63

Codes

Color #B65C7A in popluar color models

B6 5C 7A
RGB 182 92 122
HSL 340° 38.14% 53.73%
HSB/HSV 340° 49.45% 71.37%
CMYK 0.00% 49.45% 32.97%
28.63%

Color #B65C7A in popluar number systems.

HEX B6 5C 7A
Decimal 182 92 122
Binary 10110110 1011100 1111010
Octal 266 134 172

Shades and tints

Shades of #B65C7A

#B65C7A
(182,92,122)
#A6546F
(166,84,111)
#964C64
(150,76,100)
#864459
(134,68,89)
#763C4E
(118,60,78)
#663443
(102,52,67)
#562C38
(86,44,56)
#46242D
(70,36,45)
#361C22
(54,28,34)
#261417
(38,20,23)
#160C0C
(22,12,12)
#000000
(0,0,0)

Tints of #B65C7A

#B65C7A
(182,92,122)
#BC6A86
(188,106,134)
#C27892
(194,120,146)
#C8869E
(200,134,158)
#CE94AA
(206,148,170)
#D4A2B6
(212,162,182)
#DAB0C2
(218,176,194)
#E0BECE
(224,190,206)
#E6CCDA
(230,204,218)
#ECDAE6
(236,218,230)
#F2E8F2
(242,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B65C7A; }

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

This text font color is #B65C7A.

Background Color

.myBgColor { background-color: #B65C7A; }

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

This div background color is #B65C7A.

Border color

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

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

This div border color is #B65C7A.

Opacity

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

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

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

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

This text has shadow with #B65C7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B65C7A.

Preview

Color preview on black background

This text has color #B65C7A on black background.


Color preview on white background

This text has color #B65C7A on white background.


Black color preview on #B65C7A background

This text has black color on #B65C7A background.


White color preview on #B65C7A background

This text has white color on #B65C7A background.


Related colors

Complementary color

Complementary color for #hex is #49A385.


I love getcolorcode.com

Triadic colors

1 #7AB65C and #5C7AB6 with #B65C7A are triadic colors.

2 #7A5CB6 and #5CB67A with #B65C7A are triadic colors.