COLOR #B66488

HEX: #B66488 RGB: (182,100,136)

Color info

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

RGB color model

#B66488 color RGB value is (182,100,136).

RGB: (182,100,136) (71%, 39%, 53%)

RGB channels and saturation

R 182 of 255 = 71%
G 100 of 255 = 39%
B 136 of 255 = 53%

182
100
136

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

Portions of RGB colors in percentages

R + G + B = 182 + 100 + 136 = 418 (100%)
R 182 of 418 ~ 43.54%
G 100 of 418 ~ 23.92%
B 136 of 418 ~ 32.54'%

%43.54
%23.92
%32.54

CMYK color model

#B66488 color CMYK value is (0,45,25,29).

  • cyan value is 0.00%
  • magenta value is 45.05%
  • yellow value is 25.27%
  • key color value is 28.63%

CMYK: (0,45,25,29)
C0M45Y25K29 (0%, 45%, 25%, 29%)
(0.00 / 0.45 / 0.25 / 0.29)

CMYK percentages

%0
%45.05
%25.27
%28.63

Codes

Color #B66488 in popluar color models

B6 64 88
RGB 182 100 136
HSL 334° 35.96% 55.29%
HSB/HSV 334° 45.05% 71.37%
CMYK 0.00% 45.05% 25.27%
28.63%

Color #B66488 in popluar number systems.

HEX B6 64 88
Decimal 182 100 136
Binary 10110110 1100100 10001000
Octal 266 144 210

Shades and tints

Shades of #B66488

#B66488
(182,100,136)
#A65B7C
(166,91,124)
#965270
(150,82,112)
#864964
(134,73,100)
#764058
(118,64,88)
#66374C
(102,55,76)
#562E40
(86,46,64)
#462534
(70,37,52)
#361C28
(54,28,40)
#26131C
(38,19,28)
#160A10
(22,10,16)
#000000
(0,0,0)

Tints of #B66488

#B66488
(182,100,136)
#BC7292
(188,114,146)
#C2809C
(194,128,156)
#C88EA6
(200,142,166)
#CE9CB0
(206,156,176)
#D4AABA
(212,170,186)
#DAB8C4
(218,184,196)
#E0C6CE
(224,198,206)
#E6D4D8
(230,212,216)
#ECE2E2
(236,226,226)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B66488 color. Also use rgb(182,100,136) instead hex code.

Text Font Color

.myTextColor { color: #B66488; }

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

This text font color is #B66488.

Background Color

.myBgColor { background-color: #B66488; }

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

This div background color is #B66488.

Border color

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

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

This div border color is #B66488.

Opacity

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

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

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

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

This text has shadow with #B66488 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B66488.

Preview

Color preview on black background

This text has color #B66488 on black background.


Color preview on white background

This text has color #B66488 on white background.


Black color preview on #B66488 background

This text has black color on #B66488 background.


White color preview on #B66488 background

This text has white color on #B66488 background.


Related colors

Complementary color

Complementary color for #hex is #499B77.


I love getcolorcode.com

Triadic colors

1 #88B664 and #6488B6 with #B66488 are triadic colors.

2 #8864B6 and #64B688 with #B66488 are triadic colors.