COLOR #B46F81

HEX: #B46F81
RGB: (180,111,129)

Color info

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

RGB color model

#B46F81 color RGB value is (180,111,129).

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

RGB channels and saturation

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

180
111
129

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

Portions of RGB colors in percentages

R + G + B =
180 + 111 + 129 = 420 (100%)
R 180 of 420 ~ 42.86%
G 111 of 420 ~ 26.43%
B 129 of 420 ~ 30.71%

%42.86
%26.43
%30.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.33%
  • yellow value is 28.33%
  • 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
%28.33
%29.41

Codes

Color #B46F81 in popluar color models

B46F81
RGB180111129
HSL344°31.51%57.06%
HSB/HSV344°38.33%70.59%
CMYK0.00%38.33%28.33%
29.41%

Color #B46F81 in popluar number systems.

HEXB46F81
Decimal180111129
Binary10110100110111110000001
Octal264157201

Shades and tints

Shades of #B46F81

#B46F81
(180,111,129)
#A46576
(164,101,118)
#945B6B
(148,91,107)
#845160
(132,81,96)
#744755
(116,71,85)
#643D4A
(100,61,74)
#54333F
(84,51,63)
#442934
(68,41,52)
#341F29
(52,31,41)
#24151E
(36,21,30)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #B46F81

#B46F81
(180,111,129)
#BA7C8C
(186,124,140)
#C08997
(192,137,151)
#C696A2
(198,150,162)
#CCA3AD
(204,163,173)
#D2B0B8
(210,176,184)
#D8BDC3
(216,189,195)
#DECACE
(222,202,206)
#E4D7D9
(228,215,217)
#EAE4E4
(234,228,228)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B46F81; }

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

This text font color is #B46F81.


Background Color

.myBgColor { background-color: #B46F81; }

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

This div background color is #B46F81.


Border color

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

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

This div border color is #B46F81.


Opacity

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

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

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

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

This text has shadow with #B46F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46F81 on black background.


Color preview on white background

This text has color #B46F81 on white background.



Black color preview on #B46F81 background

This text has black color on #B46F81 background.


White color preview on #B46F81 background

This text has white color on #B46F81 background.