COLOR #B46A7E

HEX: #B46A7E
RGB: (180,106,126)

Color info

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

RGB color model

#B46A7E color RGB value is (180,106,126).

  • red value is 180;
  • green value is 106;
  • blue value is 126.
RGB:
(180,106,126)
(71%,42%,49%)

RGB channels and saturation

R 180 of 255 = 71%
G 106 of 255 = 42%
B 126 of 255 = 49%

180
106
126

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

Portions of RGB colors in percentages

R + G + B =
180 + 106 + 126 = 412 (100%)
R 180 of 412 ~ 43.69%
G 106 of 412 ~ 25.73%
B 126 of 412 ~ 30.58%

%43.69
%25.73
%30.58

CMYK color model

#B46A7E color CMYK value is (0,41,30,29).

  • cyan value is 0.00%
  • magenta value is 41.11%
  • yellow value is 30.00%
  • key color value is 29.41%
CMYK:
(0,41,30,29)
C0M41Y30K29 
(0%,41%,30%,29%)
(0.00/0.41/0.30/0.29)	

CMYK percentages

%0
%41.11
%30
%29.41

Codes

Color #B46A7E in popluar color models

B46A7E
RGB180106126
HSL344°33.04%56.08%
HSB/HSV344°41.11%70.59%
CMYK0.00%41.11%30.00%
29.41%

Color #B46A7E in popluar number systems.

HEXB46A7E
Decimal180106126
Binary1011010011010101111110
Octal264152176

Shades and tints

Shades of #B46A7E

#B46A7E
(180,106,126)
#A46173
(164,97,115)
#945868
(148,88,104)
#844F5D
(132,79,93)
#744652
(116,70,82)
#643D47
(100,61,71)
#54343C
(84,52,60)
#442B31
(68,43,49)
#342226
(52,34,38)
#24191B
(36,25,27)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #B46A7E

#B46A7E
(180,106,126)
#BA7789
(186,119,137)
#C08494
(192,132,148)
#C6919F
(198,145,159)
#CC9EAA
(204,158,170)
#D2ABB5
(210,171,181)
#D8B8C0
(216,184,192)
#DEC5CB
(222,197,203)
#E4D2D6
(228,210,214)
#EADFE1
(234,223,225)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46A7E color. Also use rgb(180,106,126) instead hex code.

Text Font Color

.myTextColor { color: #B46A7E; }

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

This text font color is #B46A7E.


Background Color

.myBgColor { background-color: #B46A7E; }

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

This div background color is #B46A7E.


Border color

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

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

This div border color is #B46A7E.


Opacity

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

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

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

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

This text has shadow with #B46A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46A7E on black background.


Color preview on white background

This text has color #B46A7E on white background.



Black color preview on #B46A7E background

This text has black color on #B46A7E background.


White color preview on #B46A7E background

This text has white color on #B46A7E background.