COLOR #B3747A

HEX: #B3747A RGB: (179,116,122)

Color info

#B3747A contains mainly red and blue colors. Web safe color of #B3747A is #996666 (or #966).

RGB color model

#B3747A color RGB value is (179,116,122).

RGB: (179,116,122) (70%, 45%, 48%)

RGB channels and saturation

R 179 of 255 = 70%
G 116 of 255 = 45%
B 122 of 255 = 48%

179
116
122

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

Portions of RGB colors in percentages

R + G + B = 179 + 116 + 122 = 417 (100%)
R 179 of 417 ~ 42.93%
G 116 of 417 ~ 27.82%
B 122 of 417 ~ 29.26'%

%42.93
%27.82
%29.26

CMYK color model

#B3747A color CMYK value is (0,35,32,30).

  • cyan value is 0.00%
  • magenta value is 35.20%
  • yellow value is 31.84%
  • key color value is 29.80%

CMYK: (0,35,32,30)
C0M35Y32K30 (0%, 35%, 32%, 30%)
(0.00 / 0.35 / 0.32 / 0.30)

CMYK percentages

%0
%35.2
%31.84
%29.8

Codes

Color #B3747A in popluar color models

B3 74 7A
RGB 179 116 122
HSL 354° 29.30% 57.84%
HSB/HSV 354° 35.20% 70.20%
CMYK 0.00% 35.20% 31.84%
29.80%

Color #B3747A in popluar number systems.

HEX B3 74 7A
Decimal 179 116 122
Binary 10110011 1110100 1111010
Octal 263 164 172

Shades and tints

Shades of #B3747A

#B3747A
(179,116,122)
#A36A6F
(163,106,111)
#936064
(147,96,100)
#835659
(131,86,89)
#734C4E
(115,76,78)
#634243
(99,66,67)
#533838
(83,56,56)
#432E2D
(67,46,45)
#332422
(51,36,34)
#231A17
(35,26,23)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #B3747A

#B3747A
(179,116,122)
#B98086
(185,128,134)
#BF8C92
(191,140,146)
#C5989E
(197,152,158)
#CBA4AA
(203,164,170)
#D1B0B6
(209,176,182)
#D7BCC2
(215,188,194)
#DDC8CE
(221,200,206)
#E3D4DA
(227,212,218)
#E9E0E6
(233,224,230)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3747A color. Also use rgb(179,116,122) instead hex code.

Text Font Color

.myTextColor { color: #B3747A; }

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

This text font color is #B3747A.

Background Color

.myBgColor { background-color: #B3747A; }

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

This div background color is #B3747A.

Border color

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

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

This div border color is #B3747A.

Opacity

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

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

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

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

This text has shadow with #B3747A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3747A.

Preview

Color preview on black background

This text has color #B3747A on black background.


Color preview on white background

This text has color #B3747A on white background.


Black color preview on #B3747A background

This text has black color on #B3747A background.


White color preview on #B3747A background

This text has white color on #B3747A background.


Related colors

Complementary color

Complementary color for #hex is #4C8B85.


I love getcolorcode.com

Triadic colors

1 #7AB374 and #747AB3 with #B3747A are triadic colors.

2 #7A74B3 and #74B37A with #B3747A are triadic colors.