COLOR #B6356B

HEX: #B6356B
RGB: (182,53,107)

Color info

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

RGB color model

#B6356B color RGB value is (182,53,107).

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

RGB channels and saturation

R 182 of 255 = 71%
G 53 of 255 = 21%
B 107 of 255 = 42%

182
53
107

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

Portions of RGB colors in percentages

R + G + B =
182 + 53 + 107 = 342 (100%)
R 182 of 342 ~ 53.22%
G 53 of 342 ~ 15.5%
B 107 of 342 ~ 31.29%

%53.22
%15.5
%31.29

CMYK color model

#B6356B color CMYK value is (0,71,41,29).

  • cyan value is 0.00%
  • magenta value is 70.88%
  • yellow value is 41.21%
  • key color value is 28.63%
CMYK:
(0,71,41,29)
C0M71Y41K29 
(0%,71%,41%,29%)
(0.00/0.71/0.41/0.29)	

CMYK percentages

%0
%70.88
%41.21
%28.63

Codes

Color #B6356B in popluar color models

B6356B
RGB18253107
HSL335°54.89%46.08%
HSB/HSV335°70.88%71.37%
CMYK0.00%70.88%41.21%
28.63%

Color #B6356B in popluar number systems.

HEXB6356B
Decimal18253107
Binary101101101101011101011
Octal26665153

Shades and tints

Shades of #B6356B

#B6356B
(182,53,107)
#A63162
(166,49,98)
#962D59
(150,45,89)
#862950
(134,41,80)
#762547
(118,37,71)
#66213E
(102,33,62)
#561D35
(86,29,53)
#46192C
(70,25,44)
#361523
(54,21,35)
#26111A
(38,17,26)
#160D11
(22,13,17)
#000000
(0,0,0)

Tints of #B6356B

#B6356B
(182,53,107)
#BC4778
(188,71,120)
#C25985
(194,89,133)
#C86B92
(200,107,146)
#CE7D9F
(206,125,159)
#D48FAC
(212,143,172)
#DAA1B9
(218,161,185)
#E0B3C6
(224,179,198)
#E6C5D3
(230,197,211)
#ECD7E0
(236,215,224)
#F2E9ED
(242,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6356B; }

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

This text font color is #B6356B.


Background Color

.myBgColor { background-color: #B6356B; }

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

This div background color is #B6356B.


Border color

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

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

This div border color is #B6356B.


Opacity

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

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

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

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

This text has shadow with #B6356B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6356B on black background.


Color preview on white background

This text has color #B6356B on white background.



Black color preview on #B6356B background

This text has black color on #B6356B background.


White color preview on #B6356B background

This text has white color on #B6356B background.