COLOR #B66386

HEX: #B66386
RGB: (182,99,134)

Color info

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

RGB color model

#B66386 color RGB value is (182,99,134).

  • red value is 182;
  • green value is 99;
  • blue value is 134.
RGB:
(182,99,134)
(71%,39%,53%)

RGB channels and saturation

R 182 of 255 = 71%
G 99 of 255 = 39%
B 134 of 255 = 53%

182
99
134

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

Portions of RGB colors in percentages

R + G + B =
182 + 99 + 134 = 415 (100%)
R 182 of 415 ~ 43.86%
G 99 of 415 ~ 23.86%
B 134 of 415 ~ 32.29%

%43.86
%23.86
%32.29

CMYK color model

#B66386 color CMYK value is (0,46,26,29).

  • cyan value is 0.00%
  • magenta value is 45.60%
  • yellow value is 26.37%
  • key color value is 28.63%
CMYK:
(0,46,26,29)
C0M46Y26K29 
(0%,46%,26%,29%)
(0.00/0.46/0.26/0.29)	

CMYK percentages

%0
%45.6
%26.37
%28.63

Codes

Color #B66386 in popluar color models

B66386
RGB18299134
HSL335°36.24%55.10%
HSB/HSV335°45.60%71.37%
CMYK0.00%45.60%26.37%
28.63%

Color #B66386 in popluar number systems.

HEXB66386
Decimal18299134
Binary10110110110001110000110
Octal266143206

Shades and tints

Shades of #B66386

#B66386
(182,99,134)
#A65A7A
(166,90,122)
#96516E
(150,81,110)
#864862
(134,72,98)
#763F56
(118,63,86)
#66364A
(102,54,74)
#562D3E
(86,45,62)
#462432
(70,36,50)
#361B26
(54,27,38)
#26121A
(38,18,26)
#16090E
(22,9,14)
#000000
(0,0,0)

Tints of #B66386

#B66386
(182,99,134)
#BC7191
(188,113,145)
#C27F9C
(194,127,156)
#C88DA7
(200,141,167)
#CE9BB2
(206,155,178)
#D4A9BD
(212,169,189)
#DAB7C8
(218,183,200)
#E0C5D3
(224,197,211)
#E6D3DE
(230,211,222)
#ECE1E9
(236,225,233)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B66386 color. Also use rgb(182,99,134) instead hex code.

Text Font Color

.myTextColor { color: #B66386; }

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

This text font color is #B66386.


Background Color

.myBgColor { background-color: #B66386; }

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

This div background color is #B66386.


Border color

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

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

This div border color is #B66386.


Opacity

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

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

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

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

This text has shadow with #B66386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66386 on black background.


Color preview on white background

This text has color #B66386 on white background.



Black color preview on #B66386 background

This text has black color on #B66386 background.


White color preview on #B66386 background

This text has white color on #B66386 background.