COLOR #B46686

HEX: #B46686
RGB: (180,102,134)

Color info

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

RGB color model

#B46686 color RGB value is (180,102,134).

  • red value is 180;
  • green value is 102;
  • blue value is 134.
RGB:
(180,102,134)
(71%,40%,53%)

RGB channels and saturation

R 180 of 255 = 71%
G 102 of 255 = 40%
B 134 of 255 = 53%

180
102
134

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

Portions of RGB colors in percentages

R + G + B =
180 + 102 + 134 = 416 (100%)
R 180 of 416 ~ 43.27%
G 102 of 416 ~ 24.52%
B 134 of 416 ~ 32.21%

%43.27
%24.52
%32.21

CMYK color model

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

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

CMYK percentages

%0
%43.33
%25.56
%29.41

Codes

Color #B46686 in popluar color models

B46686
RGB180102134
HSL335°34.21%55.29%
HSB/HSV335°43.33%70.59%
CMYK0.00%43.33%25.56%
29.41%

Color #B46686 in popluar number systems.

HEXB46686
Decimal180102134
Binary10110100110011010000110
Octal264146206

Shades and tints

Shades of #B46686

#B46686
(180,102,134)
#A45D7A
(164,93,122)
#94546E
(148,84,110)
#844B62
(132,75,98)
#744256
(116,66,86)
#64394A
(100,57,74)
#54303E
(84,48,62)
#442732
(68,39,50)
#341E26
(52,30,38)
#24151A
(36,21,26)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #B46686

#B46686
(180,102,134)
#BA7391
(186,115,145)
#C0809C
(192,128,156)
#C68DA7
(198,141,167)
#CC9AB2
(204,154,178)
#D2A7BD
(210,167,189)
#D8B4C8
(216,180,200)
#DEC1D3
(222,193,211)
#E4CEDE
(228,206,222)
#EADBE9
(234,219,233)
#F0E8F4
(240,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46686 color. Also use rgb(180,102,134) instead hex code.

Text Font Color

.myTextColor { color: #B46686; }

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

This text font color is #B46686.


Background Color

.myBgColor { background-color: #B46686; }

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

This div background color is #B46686.


Border color

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

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

This div border color is #B46686.


Opacity

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

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

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

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

This text has shadow with #B46686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46686 on black background.


Color preview on white background

This text has color #B46686 on white background.



Black color preview on #B46686 background

This text has black color on #B46686 background.


White color preview on #B46686 background

This text has white color on #B46686 background.