COLOR #B66787

HEX: #B66787
RGB: (182,103,135)

Color info

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

RGB color model

#B66787 color RGB value is (182,103,135).

  • red value is 182;
  • green value is 103;
  • blue value is 135.
RGB:
(182,103,135)
(71%,40%,53%)

RGB channels and saturation

R 182 of 255 = 71%
G 103 of 255 = 40%
B 135 of 255 = 53%

182
103
135

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

Portions of RGB colors in percentages

R + G + B =
182 + 103 + 135 = 420 (100%)
R 182 of 420 ~ 43.33%
G 103 of 420 ~ 24.52%
B 135 of 420 ~ 32.14%

%43.33
%24.52
%32.14

CMYK color model

#B66787 color CMYK value is (0,43,26,29).

  • cyan value is 0.00%
  • magenta value is 43.41%
  • yellow value is 25.82%
  • key color value is 28.63%
CMYK:
(0,43,26,29)
C0M43Y26K29 
(0%,43%,26%,29%)
(0.00/0.43/0.26/0.29)	

CMYK percentages

%0
%43.41
%25.82
%28.63

Codes

Color #B66787 in popluar color models

B66787
RGB182103135
HSL336°35.11%55.88%
HSB/HSV336°43.41%71.37%
CMYK0.00%43.41%25.82%
28.63%

Color #B66787 in popluar number systems.

HEXB66787
Decimal182103135
Binary10110110110011110000111
Octal266147207

Shades and tints

Shades of #B66787

#B66787
(182,103,135)
#A65E7B
(166,94,123)
#96556F
(150,85,111)
#864C63
(134,76,99)
#764357
(118,67,87)
#663A4B
(102,58,75)
#56313F
(86,49,63)
#462833
(70,40,51)
#361F27
(54,31,39)
#26161B
(38,22,27)
#160D0F
(22,13,15)
#000000
(0,0,0)

Tints of #B66787

#B66787
(182,103,135)
#BC7491
(188,116,145)
#C2819B
(194,129,155)
#C88EA5
(200,142,165)
#CE9BAF
(206,155,175)
#D4A8B9
(212,168,185)
#DAB5C3
(218,181,195)
#E0C2CD
(224,194,205)
#E6CFD7
(230,207,215)
#ECDCE1
(236,220,225)
#F2E9EB
(242,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B66787 color. Also use rgb(182,103,135) instead hex code.

Text Font Color

.myTextColor { color: #B66787; }

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

This text font color is #B66787.


Background Color

.myBgColor { background-color: #B66787; }

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

This div background color is #B66787.


Border color

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

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

This div border color is #B66787.


Opacity

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

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

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

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

This text has shadow with #B66787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66787 on black background.


Color preview on white background

This text has color #B66787 on white background.



Black color preview on #B66787 background

This text has black color on #B66787 background.


White color preview on #B66787 background

This text has white color on #B66787 background.