COLOR #B46F8B

HEX: #B46F8B
RGB: (180,111,139)

Color info

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

RGB color model

#B46F8B color RGB value is (180,111,139).

  • red value is 180;
  • green value is 111;
  • blue value is 139.
RGB:
(180,111,139)
(71%,44%,55%)

RGB channels and saturation

R 180 of 255 = 71%
G 111 of 255 = 44%
B 139 of 255 = 55%

180
111
139

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

Portions of RGB colors in percentages

R + G + B =
180 + 111 + 139 = 430 (100%)
R 180 of 430 ~ 41.86%
G 111 of 430 ~ 25.81%
B 139 of 430 ~ 32.33%

%41.86
%25.81
%32.33

CMYK color model

#B46F8B color CMYK value is (0,38,23,29).

  • cyan value is 0.00%
  • magenta value is 38.33%
  • yellow value is 22.78%
  • key color value is 29.41%
CMYK:
(0,38,23,29)
C0M38Y23K29 
(0%,38%,23%,29%)
(0.00/0.38/0.23/0.29)	

CMYK percentages

%0
%38.33
%22.78
%29.41

Codes

Color #B46F8B in popluar color models

B46F8B
RGB180111139
HSL336°31.51%57.06%
HSB/HSV336°38.33%70.59%
CMYK0.00%38.33%22.78%
29.41%

Color #B46F8B in popluar number systems.

HEXB46F8B
Decimal180111139
Binary10110100110111110001011
Octal264157213

Shades and tints

Shades of #B46F8B

#B46F8B
(180,111,139)
#A4657F
(164,101,127)
#945B73
(148,91,115)
#845167
(132,81,103)
#74475B
(116,71,91)
#643D4F
(100,61,79)
#543343
(84,51,67)
#442937
(68,41,55)
#341F2B
(52,31,43)
#24151F
(36,21,31)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #B46F8B

#B46F8B
(180,111,139)
#BA7C95
(186,124,149)
#C0899F
(192,137,159)
#C696A9
(198,150,169)
#CCA3B3
(204,163,179)
#D2B0BD
(210,176,189)
#D8BDC7
(216,189,199)
#DECAD1
(222,202,209)
#E4D7DB
(228,215,219)
#EAE4E5
(234,228,229)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46F8B color. Also use rgb(180,111,139) instead hex code.

Text Font Color

.myTextColor { color: #B46F8B; }

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

This text font color is #B46F8B.


Background Color

.myBgColor { background-color: #B46F8B; }

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

This div background color is #B46F8B.


Border color

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

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

This div border color is #B46F8B.


Opacity

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

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

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

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

This text has shadow with #B46F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46F8B on black background.


Color preview on white background

This text has color #B46F8B on white background.



Black color preview on #B46F8B background

This text has black color on #B46F8B background.


White color preview on #B46F8B background

This text has white color on #B46F8B background.