COLOR #B66199

HEX: #B66199
RGB: (182,97,153)

Color info

#B66199 contains mainly red and blue colors. Web safe color of #B66199 is #CC6699 (or #C69).

RGB color model

#B66199 color RGB value is (182,97,153).

  • red value is 182;
  • green value is 97;
  • blue value is 153.
RGB:
(182,97,153)
(71%,38%,60%)

RGB channels and saturation

R 182 of 255 = 71%
G 97 of 255 = 38%
B 153 of 255 = 60%

182
97
153

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

Portions of RGB colors in percentages

R + G + B =
182 + 97 + 153 = 432 (100%)
R 182 of 432 ~ 42.13%
G 97 of 432 ~ 22.45%
B 153 of 432 ~ 35.42%

%42.13
%22.45
%35.42

CMYK color model

#B66199 color CMYK value is (0,47,16,29).

  • cyan value is 0.00%
  • magenta value is 46.70%
  • yellow value is 15.93%
  • key color value is 28.63%
CMYK:
(0,47,16,29)
C0M47Y16K29 
(0%,47%,16%,29%)
(0.00/0.47/0.16/0.29)	

CMYK percentages

%0
%46.7
%15.93
%28.63

Codes

Color #B66199 in popluar color models

B66199
RGB18297153
HSL320°36.80%54.71%
HSB/HSV320°46.70%71.37%
CMYK0.00%46.70%15.93%
28.63%

Color #B66199 in popluar number systems.

HEXB66199
Decimal18297153
Binary10110110110000110011001
Octal266141231

Shades and tints

Shades of #B66199

#B66199
(182,97,153)
#A6598C
(166,89,140)
#96517F
(150,81,127)
#864972
(134,73,114)
#764165
(118,65,101)
#663958
(102,57,88)
#56314B
(86,49,75)
#46293E
(70,41,62)
#362131
(54,33,49)
#261924
(38,25,36)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #B66199

#B66199
(182,97,153)
#BC6FA2
(188,111,162)
#C27DAB
(194,125,171)
#C88BB4
(200,139,180)
#CE99BD
(206,153,189)
#D4A7C6
(212,167,198)
#DAB5CF
(218,181,207)
#E0C3D8
(224,195,216)
#E6D1E1
(230,209,225)
#ECDFEA
(236,223,234)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B66199 color. Also use rgb(182,97,153) instead hex code.

Text Font Color

.myTextColor { color: #B66199; }

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

This text font color is #B66199.


Background Color

.myBgColor { background-color: #B66199; }

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

This div background color is #B66199.


Border color

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

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

This div border color is #B66199.


Opacity

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

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

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

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

This text has shadow with #B66199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66199 on black background.


Color preview on white background

This text has color #B66199 on white background.



Black color preview on #B66199 background

This text has black color on #B66199 background.


White color preview on #B66199 background

This text has white color on #B66199 background.