COLOR #B6497B

HEX: #B6497B
RGB: (182,73,123)

Color info

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

RGB color model

#B6497B color RGB value is (182,73,123).

  • red value is 182;
  • green value is 73;
  • blue value is 123.
RGB:
(182,73,123)
(71%,29%,48%)

RGB channels and saturation

R 182 of 255 = 71%
G 73 of 255 = 29%
B 123 of 255 = 48%

182
73
123

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

Portions of RGB colors in percentages

R + G + B =
182 + 73 + 123 = 378 (100%)
R 182 of 378 ~ 48.15%
G 73 of 378 ~ 19.31%
B 123 of 378 ~ 32.54%

%48.15
%19.31
%32.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 59.89%
  • yellow value is 32.42%
  • 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
%59.89
%32.42
%28.63

Codes

Color #B6497B in popluar color models

B6497B
RGB18273123
HSL332°42.75%50.00%
HSB/HSV332°59.89%71.37%
CMYK0.00%59.89%32.42%
28.63%

Color #B6497B in popluar number systems.

HEXB6497B
Decimal18273123
Binary1011011010010011111011
Octal266111173

Shades and tints

Shades of #B6497B

#B6497B
(182,73,123)
#A64370
(166,67,112)
#963D65
(150,61,101)
#86375A
(134,55,90)
#76314F
(118,49,79)
#662B44
(102,43,68)
#562539
(86,37,57)
#461F2E
(70,31,46)
#361923
(54,25,35)
#261318
(38,19,24)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #B6497B

#B6497B
(182,73,123)
#BC5987
(188,89,135)
#C26993
(194,105,147)
#C8799F
(200,121,159)
#CE89AB
(206,137,171)
#D499B7
(212,153,183)
#DAA9C3
(218,169,195)
#E0B9CF
(224,185,207)
#E6C9DB
(230,201,219)
#ECD9E7
(236,217,231)
#F2E9F3
(242,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6497B color. Also use rgb(182,73,123) instead hex code.

Text Font Color

.myTextColor { color: #B6497B; }

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

This text font color is #B6497B.


Background Color

.myBgColor { background-color: #B6497B; }

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

This div background color is #B6497B.


Border color

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

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

This div border color is #B6497B.


Opacity

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

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

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

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

This text has shadow with #B6497B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6497B on black background.


Color preview on white background

This text has color #B6497B on white background.



Black color preview on #B6497B background

This text has black color on #B6497B background.


White color preview on #B6497B background

This text has white color on #B6497B background.