COLOR #B6487C

HEX: #B6487C RGB: (182,72,124)

Color info

#B6487C contains mainly red and blue colors. Web safe color of #B6487C is #CC3366 (or #C36).

RGB color model

#B6487C color RGB value is (182,72,124).

RGB: (182,72,124) (71%, 28%, 49%)

RGB channels and saturation

R 182 of 255 = 71%
G 72 of 255 = 28%
B 124 of 255 = 49%

182
72
124

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

Portions of RGB colors in percentages

R + G + B = 182 + 72 + 124 = 378 (100%)
R 182 of 378 ~ 48.15%
G 72 of 378 ~ 19.05%
B 124 of 378 ~ 32.8'%

%48.15
%19.05
%32.8

CMYK color model

#B6487C color CMYK value is (0,60,32,29).

  • cyan value is 0.00%
  • magenta value is 60.44%
  • yellow value is 31.87%
  • key color value is 28.63%

CMYK: (0,60,32,29)
C0M60Y32K29 (0%, 60%, 32%, 29%)
(0.00 / 0.60 / 0.32 / 0.29)

CMYK percentages

%0
%60.44
%31.87
%28.63

Codes

Color #B6487C in popluar color models

B6 48 7C
RGB 182 72 124
HSL 332° 43.31% 49.80%
HSB/HSV 332° 60.44% 71.37%
CMYK 0.00% 60.44% 31.87%
28.63%

Color #B6487C in popluar number systems.

HEX B6 48 7C
Decimal 182 72 124
Binary 10110110 1001000 1111100
Octal 266 110 174

Shades and tints

Shades of #B6487C

#B6487C
(182,72,124)
#A64271
(166,66,113)
#963C66
(150,60,102)
#86365B
(134,54,91)
#763050
(118,48,80)
#662A45
(102,42,69)
#56243A
(86,36,58)
#461E2F
(70,30,47)
#361824
(54,24,36)
#261219
(38,18,25)
#160C0E
(22,12,14)
#000000
(0,0,0)

Tints of #B6487C

#B6487C
(182,72,124)
#BC5887
(188,88,135)
#C26892
(194,104,146)
#C8789D
(200,120,157)
#CE88A8
(206,136,168)
#D498B3
(212,152,179)
#DAA8BE
(218,168,190)
#E0B8C9
(224,184,201)
#E6C8D4
(230,200,212)
#ECD8DF
(236,216,223)
#F2E8EA
(242,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6487C color. Also use rgb(182,72,124) instead hex code.

Text Font Color

.myTextColor { color: #B6487C; }

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

This text font color is #B6487C.

Background Color

.myBgColor { background-color: #B6487C; }

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

This div background color is #B6487C.

Border color

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

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

This div border color is #B6487C.

Opacity

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

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

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

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

This text has shadow with #B6487C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6487C.

Preview

Color preview on black background

This text has color #B6487C on black background.


Color preview on white background

This text has color #B6487C on white background.


Black color preview on #B6487C background

This text has black color on #B6487C background.


White color preview on #B6487C background

This text has white color on #B6487C background.


Related colors

Complementary color

Complementary color for #hex is #49B783.


I love getcolorcode.com

Triadic colors

1 #7CB648 and #487CB6 with #B6487C are triadic colors.

2 #7C48B6 and #48B67C with #B6487C are triadic colors.