COLOR #B46F82

HEX: #B46F82
RGB: (180,111,130)

Color info

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

RGB color model

#B46F82 color RGB value is (180,111,130).

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

RGB channels and saturation

R 180 of 255 = 71%
G 111 of 255 = 44%
B 130 of 255 = 51%

180
111
130

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

Portions of RGB colors in percentages

R + G + B =
180 + 111 + 130 = 421 (100%)
R 180 of 421 ~ 42.76%
G 111 of 421 ~ 26.37%
B 130 of 421 ~ 30.88%

%42.76
%26.37
%30.88

CMYK color model

#B46F82 color CMYK value is (0,38,28,29).

  • cyan value is 0.00%
  • magenta value is 38.33%
  • yellow value is 27.78%
  • key color value is 29.41%
CMYK:
(0,38,28,29)
C0M38Y28K29 
(0%,38%,28%,29%)
(0.00/0.38/0.28/0.29)	

CMYK percentages

%0
%38.33
%27.78
%29.41

Codes

Color #B46F82 in popluar color models

B46F82
RGB180111130
HSL343°31.51%57.06%
HSB/HSV343°38.33%70.59%
CMYK0.00%38.33%27.78%
29.41%

Color #B46F82 in popluar number systems.

HEXB46F82
Decimal180111130
Binary10110100110111110000010
Octal264157202

Shades and tints

Shades of #B46F82

#B46F82
(180,111,130)
#A46577
(164,101,119)
#945B6C
(148,91,108)
#845161
(132,81,97)
#744756
(116,71,86)
#643D4B
(100,61,75)
#543340
(84,51,64)
#442935
(68,41,53)
#341F2A
(52,31,42)
#24151F
(36,21,31)
#140B14
(20,11,20)
#000000
(0,0,0)

Tints of #B46F82

#B46F82
(180,111,130)
#BA7C8D
(186,124,141)
#C08998
(192,137,152)
#C696A3
(198,150,163)
#CCA3AE
(204,163,174)
#D2B0B9
(210,176,185)
#D8BDC4
(216,189,196)
#DECACF
(222,202,207)
#E4D7DA
(228,215,218)
#EAE4E5
(234,228,229)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B46F82; }

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

This text font color is #B46F82.


Background Color

.myBgColor { background-color: #B46F82; }

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

This div background color is #B46F82.


Border color

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

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

This div border color is #B46F82.


Opacity

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

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

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

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

This text has shadow with #B46F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46F82 on black background.


Color preview on white background

This text has color #B46F82 on white background.



Black color preview on #B46F82 background

This text has black color on #B46F82 background.


White color preview on #B46F82 background

This text has white color on #B46F82 background.