COLOR #B46671

HEX: #B46671
RGB: (180,102,113)

Color info

#B46671 contains mainly red color. Web safe color of #B46671 is #CC6666 (or #C66).

RGB color model

#B46671 color RGB value is (180,102,113).

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

RGB channels and saturation

R 180 of 255 = 71%
G 102 of 255 = 40%
B 113 of 255 = 44%

180
102
113

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

Portions of RGB colors in percentages

R + G + B =
180 + 102 + 113 = 395 (100%)
R 180 of 395 ~ 45.57%
G 102 of 395 ~ 25.82%
B 113 of 395 ~ 28.61%

%45.57
%25.82
%28.61

CMYK color model

#B46671 color CMYK value is (0,43,37,29).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 37.22%
  • key color value is 29.41%
CMYK:
(0,43,37,29)
C0M43Y37K29 
(0%,43%,37%,29%)
(0.00/0.43/0.37/0.29)	

CMYK percentages

%0
%43.33
%37.22
%29.41

Codes

Color #B46671 in popluar color models

B46671
RGB180102113
HSL352°34.21%55.29%
HSB/HSV352°43.33%70.59%
CMYK0.00%43.33%37.22%
29.41%

Color #B46671 in popluar number systems.

HEXB46671
Decimal180102113
Binary1011010011001101110001
Octal264146161

Shades and tints

Shades of #B46671

#B46671
(180,102,113)
#A45D67
(164,93,103)
#94545D
(148,84,93)
#844B53
(132,75,83)
#744249
(116,66,73)
#64393F
(100,57,63)
#543035
(84,48,53)
#44272B
(68,39,43)
#341E21
(52,30,33)
#241517
(36,21,23)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #B46671

#B46671
(180,102,113)
#BA737D
(186,115,125)
#C08089
(192,128,137)
#C68D95
(198,141,149)
#CC9AA1
(204,154,161)
#D2A7AD
(210,167,173)
#D8B4B9
(216,180,185)
#DEC1C5
(222,193,197)
#E4CED1
(228,206,209)
#EADBDD
(234,219,221)
#F0E8E9
(240,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B46671; }

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

This text font color is #B46671.


Background Color

.myBgColor { background-color: #B46671; }

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

This div background color is #B46671.


Border color

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

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

This div border color is #B46671.


Opacity

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

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

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

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

This text has shadow with #B46671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46671 on black background.


Color preview on white background

This text has color #B46671 on white background.



Black color preview on #B46671 background

This text has black color on #B46671 background.


White color preview on #B46671 background

This text has white color on #B46671 background.