COLOR #B6456B

HEX: #B6456B
RGB: (182,69,107)

Color info

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

RGB color model

#B6456B color RGB value is (182,69,107).

  • red value is 182;
  • green value is 69;
  • blue value is 107.
RGB:
(182,69,107)
(71%,27%,42%)

RGB channels and saturation

R 182 of 255 = 71%
G 69 of 255 = 27%
B 107 of 255 = 42%

182
69
107

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

Portions of RGB colors in percentages

R + G + B =
182 + 69 + 107 = 358 (100%)
R 182 of 358 ~ 50.84%
G 69 of 358 ~ 19.27%
B 107 of 358 ~ 29.89%

%50.84
%19.27
%29.89

CMYK color model

#B6456B color CMYK value is (0,62,41,29).

  • cyan value is 0.00%
  • magenta value is 62.09%
  • yellow value is 41.21%
  • key color value is 28.63%
CMYK:
(0,62,41,29)
C0M62Y41K29 
(0%,62%,41%,29%)
(0.00/0.62/0.41/0.29)	

CMYK percentages

%0
%62.09
%41.21
%28.63

Codes

Color #B6456B in popluar color models

B6456B
RGB18269107
HSL340°45.02%49.22%
HSB/HSV340°62.09%71.37%
CMYK0.00%62.09%41.21%
28.63%

Color #B6456B in popluar number systems.

HEXB6456B
Decimal18269107
Binary1011011010001011101011
Octal266105153

Shades and tints

Shades of #B6456B

#B6456B
(182,69,107)
#A63F62
(166,63,98)
#963959
(150,57,89)
#863350
(134,51,80)
#762D47
(118,45,71)
#66273E
(102,39,62)
#562135
(86,33,53)
#461B2C
(70,27,44)
#361523
(54,21,35)
#260F1A
(38,15,26)
#160911
(22,9,17)
#000000
(0,0,0)

Tints of #B6456B

#B6456B
(182,69,107)
#BC5578
(188,85,120)
#C26585
(194,101,133)
#C87592
(200,117,146)
#CE859F
(206,133,159)
#D495AC
(212,149,172)
#DAA5B9
(218,165,185)
#E0B5C6
(224,181,198)
#E6C5D3
(230,197,211)
#ECD5E0
(236,213,224)
#F2E5ED
(242,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6456B color. Also use rgb(182,69,107) instead hex code.

Text Font Color

.myTextColor { color: #B6456B; }

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

This text font color is #B6456B.


Background Color

.myBgColor { background-color: #B6456B; }

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

This div background color is #B6456B.


Border color

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

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

This div border color is #B6456B.


Opacity

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

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

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

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

This text has shadow with #B6456B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6456B on black background.


Color preview on white background

This text has color #B6456B on white background.



Black color preview on #B6456B background

This text has black color on #B6456B background.


White color preview on #B6456B background

This text has white color on #B6456B background.