COLOR #B3748A

HEX: #B3748A RGB: (179,116,138)

Color info

#B3748A contains mainly red and blue colors. Web safe color of #B3748A is #996699 (or #969).

RGB color model

#B3748A color RGB value is (179,116,138).

RGB: (179,116,138) (70%, 45%, 54%)

RGB channels and saturation

R 179 of 255 = 70%
G 116 of 255 = 45%
B 138 of 255 = 54%

179
116
138

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

Portions of RGB colors in percentages

R + G + B = 179 + 116 + 138 = 433 (100%)
R 179 of 433 ~ 41.34%
G 116 of 433 ~ 26.79%
B 138 of 433 ~ 31.87'%

%41.34
%26.79
%31.87

CMYK color model

#B3748A color CMYK value is (0,35,23,30).

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

CMYK: (0,35,23,30)
C0M35Y23K30 (0%, 35%, 23%, 30%)
(0.00 / 0.35 / 0.23 / 0.30)

CMYK percentages

%0
%35.2
%22.91
%29.8

Codes

Color #B3748A in popluar color models

B3 74 8A
RGB 179 116 138
HSL 339° 29.30% 57.84%
HSB/HSV 339° 35.20% 70.20%
CMYK 0.00% 35.20% 22.91%
29.80%

Color #B3748A in popluar number systems.

HEX B3 74 8A
Decimal 179 116 138
Binary 10110011 1110100 10001010
Octal 263 164 212

Shades and tints

Shades of #B3748A

#B3748A
(179,116,138)
#A36A7E
(163,106,126)
#936072
(147,96,114)
#835666
(131,86,102)
#734C5A
(115,76,90)
#63424E
(99,66,78)
#533842
(83,56,66)
#432E36
(67,46,54)
#33242A
(51,36,42)
#231A1E
(35,26,30)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #B3748A

#B3748A
(179,116,138)
#B98094
(185,128,148)
#BF8C9E
(191,140,158)
#C598A8
(197,152,168)
#CBA4B2
(203,164,178)
#D1B0BC
(209,176,188)
#D7BCC6
(215,188,198)
#DDC8D0
(221,200,208)
#E3D4DA
(227,212,218)
#E9E0E4
(233,224,228)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3748A; }

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

This text font color is #B3748A.

Background Color

.myBgColor { background-color: #B3748A; }

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

This div background color is #B3748A.

Border color

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

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

This div border color is #B3748A.

Opacity

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

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

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

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

This text has shadow with #B3748A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3748A.

Preview

Color preview on black background

This text has color #B3748A on black background.


Color preview on white background

This text has color #B3748A on white background.


Black color preview on #B3748A background

This text has black color on #B3748A background.


White color preview on #B3748A background

This text has white color on #B3748A background.


Related colors

Complementary color

Complementary color for #hex is #4C8B75.


I love getcolorcode.com

Triadic colors

1 #8AB374 and #748AB3 with #B3748A are triadic colors.

2 #8A74B3 and #74B38A with #B3748A are triadic colors.