COLOR #B65F78

HEX: #B65F78
RGB: (182,95,120)

Color info

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

RGB color model

#B65F78 color RGB value is (182,95,120).

  • red value is 182;
  • green value is 95;
  • blue value is 120.
RGB:
(182,95,120)
(71%,37%,47%)

RGB channels and saturation

R 182 of 255 = 71%
G 95 of 255 = 37%
B 120 of 255 = 47%

182
95
120

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

Portions of RGB colors in percentages

R + G + B =
182 + 95 + 120 = 397 (100%)
R 182 of 397 ~ 45.84%
G 95 of 397 ~ 23.93%
B 120 of 397 ~ 30.23%

%45.84
%23.93
%30.23

CMYK color model

#B65F78 color CMYK value is (0,48,34,29).

  • cyan value is 0.00%
  • magenta value is 47.80%
  • yellow value is 34.07%
  • key color value is 28.63%
CMYK:
(0,48,34,29)
C0M48Y34K29 
(0%,48%,34%,29%)
(0.00/0.48/0.34/0.29)	

CMYK percentages

%0
%47.8
%34.07
%28.63

Codes

Color #B65F78 in popluar color models

B65F78
RGB18295120
HSL343°37.34%54.31%
HSB/HSV343°47.80%71.37%
CMYK0.00%47.80%34.07%
28.63%

Color #B65F78 in popluar number systems.

HEXB65F78
Decimal18295120
Binary1011011010111111111000
Octal266137170

Shades and tints

Shades of #B65F78

#B65F78
(182,95,120)
#A6576E
(166,87,110)
#964F64
(150,79,100)
#86475A
(134,71,90)
#763F50
(118,63,80)
#663746
(102,55,70)
#562F3C
(86,47,60)
#462732
(70,39,50)
#361F28
(54,31,40)
#26171E
(38,23,30)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #B65F78

#B65F78
(182,95,120)
#BC6D84
(188,109,132)
#C27B90
(194,123,144)
#C8899C
(200,137,156)
#CE97A8
(206,151,168)
#D4A5B4
(212,165,180)
#DAB3C0
(218,179,192)
#E0C1CC
(224,193,204)
#E6CFD8
(230,207,216)
#ECDDE4
(236,221,228)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B65F78 color. Also use rgb(182,95,120) instead hex code.

Text Font Color

.myTextColor { color: #B65F78; }

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

This text font color is #B65F78.


Background Color

.myBgColor { background-color: #B65F78; }

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

This div background color is #B65F78.


Border color

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

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

This div border color is #B65F78.


Opacity

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

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

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

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

This text has shadow with #B65F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B65F78 on black background.


Color preview on white background

This text has color #B65F78 on white background.



Black color preview on #B65F78 background

This text has black color on #B65F78 background.


White color preview on #B65F78 background

This text has white color on #B65F78 background.