COLOR #B64677

HEX: #B64677
RGB: (182,70,119)

Color info

#B64677 contains mainly red color. Web safe color of #B64677 is #CC3366 (or #C36).

RGB color model

#B64677 color RGB value is (182,70,119).

  • red value is 182;
  • green value is 70;
  • blue value is 119.
RGB:
(182,70,119)
(71%,27%,47%)

RGB channels and saturation

R 182 of 255 = 71%
G 70 of 255 = 27%
B 119 of 255 = 47%

182
70
119

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

Portions of RGB colors in percentages

R + G + B =
182 + 70 + 119 = 371 (100%)
R 182 of 371 ~ 49.06%
G 70 of 371 ~ 18.87%
B 119 of 371 ~ 32.08%

%49.06
%18.87
%32.08

CMYK color model

#B64677 color CMYK value is (0,62,35,29).

  • cyan value is 0.00%
  • magenta value is 61.54%
  • yellow value is 34.62%
  • key color value is 28.63%
CMYK:
(0,62,35,29)
C0M62Y35K29 
(0%,62%,35%,29%)
(0.00/0.62/0.35/0.29)	

CMYK percentages

%0
%61.54
%34.62
%28.63

Codes

Color #B64677 in popluar color models

B64677
RGB18270119
HSL334°44.44%49.41%
HSB/HSV334°61.54%71.37%
CMYK0.00%61.54%34.62%
28.63%

Color #B64677 in popluar number systems.

HEXB64677
Decimal18270119
Binary1011011010001101110111
Octal266106167

Shades and tints

Shades of #B64677

#B64677
(182,70,119)
#A6406D
(166,64,109)
#963A63
(150,58,99)
#863459
(134,52,89)
#762E4F
(118,46,79)
#662845
(102,40,69)
#56223B
(86,34,59)
#461C31
(70,28,49)
#361627
(54,22,39)
#26101D
(38,16,29)
#160A13
(22,10,19)
#000000
(0,0,0)

Tints of #B64677

#B64677
(182,70,119)
#BC5683
(188,86,131)
#C2668F
(194,102,143)
#C8769B
(200,118,155)
#CE86A7
(206,134,167)
#D496B3
(212,150,179)
#DAA6BF
(218,166,191)
#E0B6CB
(224,182,203)
#E6C6D7
(230,198,215)
#ECD6E3
(236,214,227)
#F2E6EF
(242,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B64677 color. Also use rgb(182,70,119) instead hex code.

Text Font Color

.myTextColor { color: #B64677; }

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

This text font color is #B64677.


Background Color

.myBgColor { background-color: #B64677; }

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

This div background color is #B64677.


Border color

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

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

This div border color is #B64677.


Opacity

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

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

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

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

This text has shadow with #B64677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B64677 on black background.


Color preview on white background

This text has color #B64677 on white background.



Black color preview on #B64677 background

This text has black color on #B64677 background.


White color preview on #B64677 background

This text has white color on #B64677 background.