COLOR #B46E7C

HEX: #B46E7C RGB: (180,110,124)

Color info

#B46E7C contains mainly red and blue colors. Web safe color of #B46E7C is #CC6666 (or #C66).

RGB color model

#B46E7C color RGB value is (180,110,124).

RGB: (180,110,124) (71%, 43%, 49%)

RGB channels and saturation

R 180 of 255 = 71%
G 110 of 255 = 43%
B 124 of 255 = 49%

180
110
124

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

Portions of RGB colors in percentages

R + G + B = 180 + 110 + 124 = 414 (100%)
R 180 of 414 ~ 43.48%
G 110 of 414 ~ 26.57%
B 124 of 414 ~ 29.95'%

%43.48
%26.57
%29.95

CMYK color model

#B46E7C color CMYK value is (0,39,31,29).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 31.11%
  • key color value is 29.41%

CMYK: (0,39,31,29)
C0M39Y31K29 (0%, 39%, 31%, 29%)
(0.00 / 0.39 / 0.31 / 0.29)

CMYK percentages

%0
%38.89
%31.11
%29.41

Codes

Color #B46E7C in popluar color models

B4 6E 7C
RGB 180 110 124
HSL 348° 31.82% 56.86%
HSB/HSV 348° 38.89% 70.59%
CMYK 0.00% 38.89% 31.11%
29.41%

Color #B46E7C in popluar number systems.

HEX B4 6E 7C
Decimal 180 110 124
Binary 10110100 1101110 1111100
Octal 264 156 174

Shades and tints

Shades of #B46E7C

#B46E7C
(180,110,124)
#A46471
(164,100,113)
#945A66
(148,90,102)
#84505B
(132,80,91)
#744650
(116,70,80)
#643C45
(100,60,69)
#54323A
(84,50,58)
#44282F
(68,40,47)
#341E24
(52,30,36)
#241419
(36,20,25)
#140A0E
(20,10,14)
#000000
(0,0,0)

Tints of #B46E7C

#B46E7C
(180,110,124)
#BA7B87
(186,123,135)
#C08892
(192,136,146)
#C6959D
(198,149,157)
#CCA2A8
(204,162,168)
#D2AFB3
(210,175,179)
#D8BCBE
(216,188,190)
#DEC9C9
(222,201,201)
#E4D6D4
(228,214,212)
#EAE3DF
(234,227,223)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46E7C color. Also use rgb(180,110,124) instead hex code.

Text Font Color

.myTextColor { color: #B46E7C; }

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

This text font color is #B46E7C.

Background Color

.myBgColor { background-color: #B46E7C; }

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

This div background color is #B46E7C.

Border color

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

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

This div border color is #B46E7C.

Opacity

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

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

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

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

This text has shadow with #B46E7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B46E7C.

Preview

Color preview on black background

This text has color #B46E7C on black background.


Color preview on white background

This text has color #B46E7C on white background.


Black color preview on #B46E7C background

This text has black color on #B46E7C background.


White color preview on #B46E7C background

This text has white color on #B46E7C background.


Related colors

Complementary color

Complementary color for #hex is #4B9183.


I love getcolorcode.com

Triadic colors

1 #7CB46E and #6E7CB4 with #B46E7C are triadic colors.

2 #7C6EB4 and #6EB47C with #B46E7C are triadic colors.