COLOR #B6526B

HEX: #B6526B
RGB: (182,82,107)

Color info

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

RGB color model

#B6526B color RGB value is (182,82,107).

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

RGB channels and saturation

R 182 of 255 = 71%
G 82 of 255 = 32%
B 107 of 255 = 42%

182
82
107

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

Portions of RGB colors in percentages

R + G + B =
182 + 82 + 107 = 371 (100%)
R 182 of 371 ~ 49.06%
G 82 of 371 ~ 22.1%
B 107 of 371 ~ 28.84%

%49.06
%22.1
%28.84

CMYK color model

#B6526B color CMYK value is (0,55,41,29).

  • cyan value is 0.00%
  • magenta value is 54.95%
  • yellow value is 41.21%
  • key color value is 28.63%
CMYK:
(0,55,41,29)
C0M55Y41K29 
(0%,55%,41%,29%)
(0.00/0.55/0.41/0.29)	

CMYK percentages

%0
%54.95
%41.21
%28.63

Codes

Color #B6526B in popluar color models

B6526B
RGB18282107
HSL345°40.65%51.76%
HSB/HSV345°54.95%71.37%
CMYK0.00%54.95%41.21%
28.63%

Color #B6526B in popluar number systems.

HEXB6526B
Decimal18282107
Binary1011011010100101101011
Octal266122153

Shades and tints

Shades of #B6526B

#B6526B
(182,82,107)
#A64B62
(166,75,98)
#964459
(150,68,89)
#863D50
(134,61,80)
#763647
(118,54,71)
#662F3E
(102,47,62)
#562835
(86,40,53)
#46212C
(70,33,44)
#361A23
(54,26,35)
#26131A
(38,19,26)
#160C11
(22,12,17)
#000000
(0,0,0)

Tints of #B6526B

#B6526B
(182,82,107)
#BC6178
(188,97,120)
#C27085
(194,112,133)
#C87F92
(200,127,146)
#CE8E9F
(206,142,159)
#D49DAC
(212,157,172)
#DAACB9
(218,172,185)
#E0BBC6
(224,187,198)
#E6CAD3
(230,202,211)
#ECD9E0
(236,217,224)
#F2E8ED
(242,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6526B; }

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

This text font color is #B6526B.


Background Color

.myBgColor { background-color: #B6526B; }

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

This div background color is #B6526B.


Border color

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

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

This div border color is #B6526B.


Opacity

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

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

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

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

This text has shadow with #B6526B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6526B on black background.


Color preview on white background

This text has color #B6526B on white background.



Black color preview on #B6526B background

This text has black color on #B6526B background.


White color preview on #B6526B background

This text has white color on #B6526B background.