COLOR #B46A68

HEX: #B46A68 RGB: (180,106,104)

Color info

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

RGB color model

#B46A68 color RGB value is (180,106,104).

RGB: (180,106,104) (71%, 42%, 41%)

RGB channels and saturation

R 180 of 255 = 71%
G 106 of 255 = 42%
B 104 of 255 = 41%

180
106
104

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

Portions of RGB colors in percentages

R + G + B = 180 + 106 + 104 = 390 (100%)
R 180 of 390 ~ 46.15%
G 106 of 390 ~ 27.18%
B 104 of 390 ~ 26.67'%

%46.15
%27.18
%26.67

CMYK color model

#B46A68 color CMYK value is (0,41,42,29).

  • cyan value is 0.00%
  • magenta value is 41.11%
  • yellow value is 42.22%
  • key color value is 29.41%
CMYK: (0,41,42,29) C0M41Y42K29 (0%,41%,42%,29%) (0.00/0.41/0.42/0.29) 

CMYK percentages

%0
%41.11
%42.22
%29.41

Codes

Color #B46A68 in popluar color models

B4 6A 68
RGB 180 106 104
HSL 33.63% 55.69%
HSB/HSV 42.22% 70.59%
CMYK 0.00% 41.11% 42.22%
29.41%

Color #B46A68 in popluar number systems.

HEX B4 6A 68
Decimal 180 106 104
Binary 10110100 1101010 1101000
Octal 264 152 150

Shades and tints

Shades of #B46A68

#B46A68
(180,106,104)
#A4615F
(164,97,95)
#945856
(148,88,86)
#844F4D
(132,79,77)
#744644
(116,70,68)
#643D3B
(100,61,59)
#543432
(84,52,50)
#442B29
(68,43,41)
#342220
(52,34,32)
#241917
(36,25,23)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #B46A68

#B46A68
(180,106,104)
#BA7775
(186,119,117)
#C08482
(192,132,130)
#C6918F
(198,145,143)
#CC9E9C
(204,158,156)
#D2ABA9
(210,171,169)
#D8B8B6
(216,184,182)
#DEC5C3
(222,197,195)
#E4D2D0
(228,210,208)
#EADFDD
(234,223,221)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B46A68; }

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

This text font color is #B46A68.

Background Color

.myBgColor { background-color: #B46A68; }

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

This div background color is #B46A68.

Border color

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

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

This div border color is #B46A68.

Opacity

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

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

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

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

This text has shadow with #B46A68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B46A68.

Preview

Color preview on black background

This text has color #B46A68 on black background.


Color preview on white background

This text has color #B46A68 on white background.


Black color preview on #B46A68 background

This text has black color on #B46A68 background.


White color preview on #B46A68 background

This text has white color on #B46A68 background.


Related colors

Complementary color

Complementary color for #hex is #4B9597.


I love getcolorcode.com

Triadic colors

1 #68B46A and #6A68B4 with #B46A68 are triadic colors.

2 #686AB4 and #6AB468 with #B46A68 are triadic colors.