COLOR #B6465E

HEX: #B6465E RGB: (182,70,94)

Color info

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

RGB color model

#B6465E color RGB value is (182,70,94).

RGB: (182,70,94) (71%, 27%, 37%)

RGB channels and saturation

R 182 of 255 = 71%
G 70 of 255 = 27%
B 94 of 255 = 37%

182
70
94

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

Portions of RGB colors in percentages

R + G + B = 182 + 70 + 94 = 346 (100%)
R 182 of 346 ~ 52.6%
G 70 of 346 ~ 20.23%
B 94 of 346 ~ 27.17'%

%52.6
%20.23
%27.17

CMYK color model

#B6465E color CMYK value is (0,62,48,29).

  • cyan value is 0.00%
  • magenta value is 61.54%
  • yellow value is 48.35%
  • key color value is 28.63%

CMYK: (0,62,48,29)
C0M62Y48K29 (0%, 62%, 48%, 29%)
(0.00 / 0.62 / 0.48 / 0.29)

CMYK percentages

%0
%61.54
%48.35
%28.63

Codes

Color #B6465E in popluar color models

B6 46 5E
RGB 182 70 94
HSL 347° 44.44% 49.41%
HSB/HSV 347° 61.54% 71.37%
CMYK 0.00% 61.54% 48.35%
28.63%

Color #B6465E in popluar number systems.

HEX B6 46 5E
Decimal 182 70 94
Binary 10110110 1000110 1011110
Octal 266 106 136

Shades and tints

Shades of #B6465E

#B6465E
(182,70,94)
#A64056
(166,64,86)
#963A4E
(150,58,78)
#863446
(134,52,70)
#762E3E
(118,46,62)
#662836
(102,40,54)
#56222E
(86,34,46)
#461C26
(70,28,38)
#36161E
(54,22,30)
#261016
(38,16,22)
#160A0E
(22,10,14)
#000000
(0,0,0)

Tints of #B6465E

#B6465E
(182,70,94)
#BC566C
(188,86,108)
#C2667A
(194,102,122)
#C87688
(200,118,136)
#CE8696
(206,134,150)
#D496A4
(212,150,164)
#DAA6B2
(218,166,178)
#E0B6C0
(224,182,192)
#E6C6CE
(230,198,206)
#ECD6DC
(236,214,220)
#F2E6EA
(242,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6465E; }

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

This text font color is #B6465E.

Background Color

.myBgColor { background-color: #B6465E; }

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

This div background color is #B6465E.

Border color

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

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

This div border color is #B6465E.

Opacity

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

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

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

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

This text has shadow with #B6465E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6465E.

Preview

Color preview on black background

This text has color #B6465E on black background.


Color preview on white background

This text has color #B6465E on white background.


Black color preview on #B6465E background

This text has black color on #B6465E background.


White color preview on #B6465E background

This text has white color on #B6465E background.


Related colors

Complementary color

Complementary color for #hex is #49B9A1.


I love getcolorcode.com

Triadic colors

1 #5EB646 and #465EB6 with #B6465E are triadic colors.

2 #5E46B6 and #46B65E with #B6465E are triadic colors.