COLOR #B46B87

HEX: #B46B87
RGB: (180,107,135)

Color info

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

RGB color model

#B46B87 color RGB value is (180,107,135).

  • red value is 180;
  • green value is 107;
  • blue value is 135.
RGB:
(180,107,135)
(71%,42%,53%)

RGB channels and saturation

R 180 of 255 = 71%
G 107 of 255 = 42%
B 135 of 255 = 53%

180
107
135

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

Portions of RGB colors in percentages

R + G + B =
180 + 107 + 135 = 422 (100%)
R 180 of 422 ~ 42.65%
G 107 of 422 ~ 25.36%
B 135 of 422 ~ 31.99%

%42.65
%25.36
%31.99

CMYK color model

#B46B87 color CMYK value is (0,41,25,29).

  • cyan value is 0.00%
  • magenta value is 40.56%
  • yellow value is 25.00%
  • key color value is 29.41%
CMYK:
(0,41,25,29)
C0M41Y25K29 
(0%,41%,25%,29%)
(0.00/0.41/0.25/0.29)	

CMYK percentages

%0
%40.56
%25
%29.41

Codes

Color #B46B87 in popluar color models

B46B87
RGB180107135
HSL337°32.74%56.27%
HSB/HSV337°40.56%70.59%
CMYK0.00%40.56%25.00%
29.41%

Color #B46B87 in popluar number systems.

HEXB46B87
Decimal180107135
Binary10110100110101110000111
Octal264153207

Shades and tints

Shades of #B46B87

#B46B87
(180,107,135)
#A4627B
(164,98,123)
#94596F
(148,89,111)
#845063
(132,80,99)
#744757
(116,71,87)
#643E4B
(100,62,75)
#54353F
(84,53,63)
#442C33
(68,44,51)
#342327
(52,35,39)
#241A1B
(36,26,27)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #B46B87

#B46B87
(180,107,135)
#BA7891
(186,120,145)
#C0859B
(192,133,155)
#C692A5
(198,146,165)
#CC9FAF
(204,159,175)
#D2ACB9
(210,172,185)
#D8B9C3
(216,185,195)
#DEC6CD
(222,198,205)
#E4D3D7
(228,211,215)
#EAE0E1
(234,224,225)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46B87 color. Also use rgb(180,107,135) instead hex code.

Text Font Color

.myTextColor { color: #B46B87; }

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

This text font color is #B46B87.


Background Color

.myBgColor { background-color: #B46B87; }

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

This div background color is #B46B87.


Border color

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

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

This div border color is #B46B87.


Opacity

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

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

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

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

This text has shadow with #B46B87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46B87 on black background.


Color preview on white background

This text has color #B46B87 on white background.



Black color preview on #B46B87 background

This text has black color on #B46B87 background.


White color preview on #B46B87 background

This text has white color on #B46B87 background.