COLOR #B46B67

HEX: #B46B67
RGB: (180,107,103)

Color info

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

RGB color model

#B46B67 color RGB value is (180,107,103).

  • red value is 180;
  • green value is 107;
  • blue value is 103.
RGB:
(180,107,103)
(71%,42%,40%)

RGB channels and saturation

R 180 of 255 = 71%
G 107 of 255 = 42%
B 103 of 255 = 40%

180
107
103

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

Portions of RGB colors in percentages

R + G + B =
180 + 107 + 103 = 390 (100%)
R 180 of 390 ~ 46.15%
G 107 of 390 ~ 27.44%
B 103 of 390 ~ 26.41%

%46.15
%27.44
%26.41

CMYK color model

#B46B67 color CMYK value is (0,41,43,29).

  • cyan value is 0.00%
  • magenta value is 40.56%
  • yellow value is 42.78%
  • key color value is 29.41%
CMYK:
(0,41,43,29)
C0M41Y43K29 
(0%,41%,43%,29%)
(0.00/0.41/0.43/0.29)	

CMYK percentages

%0
%40.56
%42.78
%29.41

Codes

Color #B46B67 in popluar color models

B46B67
RGB180107103
HSL33.92%55.49%
HSB/HSV42.78%70.59%
CMYK0.00%40.56%42.78%
29.41%

Color #B46B67 in popluar number systems.

HEXB46B67
Decimal180107103
Binary1011010011010111100111
Octal264153147

Shades and tints

Shades of #B46B67

#B46B67
(180,107,103)
#A4625E
(164,98,94)
#945955
(148,89,85)
#84504C
(132,80,76)
#744743
(116,71,67)
#643E3A
(100,62,58)
#543531
(84,53,49)
#442C28
(68,44,40)
#34231F
(52,35,31)
#241A16
(36,26,22)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #B46B67

#B46B67
(180,107,103)
#BA7874
(186,120,116)
#C08581
(192,133,129)
#C6928E
(198,146,142)
#CC9F9B
(204,159,155)
#D2ACA8
(210,172,168)
#D8B9B5
(216,185,181)
#DEC6C2
(222,198,194)
#E4D3CF
(228,211,207)
#EAE0DC
(234,224,220)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46B67 color. Also use rgb(180,107,103) instead hex code.

Text Font Color

.myTextColor { color: #B46B67; }

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

This text font color is #B46B67.


Background Color

.myBgColor { background-color: #B46B67; }

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

This div background color is #B46B67.


Border color

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

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

This div border color is #B46B67.


Opacity

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

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

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

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

This text has shadow with #B46B67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46B67 on black background.


Color preview on white background

This text has color #B46B67 on white background.



Black color preview on #B46B67 background

This text has black color on #B46B67 background.


White color preview on #B46B67 background

This text has white color on #B46B67 background.