COLOR #B3555E

HEX: #B3555E RGB: (179,85,94)

Color info

#B3555E contains mainly red color. Web safe color of #B3555E is #996666 (or #966).

RGB color model

#B3555E color RGB value is (179,85,94).

RGB: (179,85,94) (70%, 33%, 37%)

RGB channels and saturation

R 179 of 255 = 70%
G 85 of 255 = 33%
B 94 of 255 = 37%

179
85
94

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

Portions of RGB colors in percentages

R + G + B = 179 + 85 + 94 = 358 (100%)
R 179 of 358 ~ 50%
G 85 of 358 ~ 23.74%
B 94 of 358 ~ 26.26'%

%50
%23.74
%26.26

CMYK color model

#B3555E color CMYK value is (0,53,47,30).

  • cyan value is 0.00%
  • magenta value is 52.51%
  • yellow value is 47.49%
  • key color value is 29.80%

CMYK: (0,53,47,30)
C0M53Y47K30 (0%, 53%, 47%, 30%)
(0.00 / 0.53 / 0.47 / 0.30)

CMYK percentages

%0
%52.51
%47.49
%29.8

Codes

Color #B3555E in popluar color models

B3 55 5E
RGB 179 85 94
HSL 354° 38.21% 51.76%
HSB/HSV 354° 52.51% 70.20%
CMYK 0.00% 52.51% 47.49%
29.80%

Color #B3555E in popluar number systems.

HEX B3 55 5E
Decimal 179 85 94
Binary 10110011 1010101 1011110
Octal 263 125 136

Shades and tints

Shades of #B3555E

#B3555E
(179,85,94)
#A34E56
(163,78,86)
#93474E
(147,71,78)
#834046
(131,64,70)
#73393E
(115,57,62)
#633236
(99,50,54)
#532B2E
(83,43,46)
#432426
(67,36,38)
#331D1E
(51,29,30)
#231616
(35,22,22)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #B3555E

#B3555E
(179,85,94)
#B9646C
(185,100,108)
#BF737A
(191,115,122)
#C58288
(197,130,136)
#CB9196
(203,145,150)
#D1A0A4
(209,160,164)
#D7AFB2
(215,175,178)
#DDBEC0
(221,190,192)
#E3CDCE
(227,205,206)
#E9DCDC
(233,220,220)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3555E color. Also use rgb(179,85,94) instead hex code.

Text Font Color

.myTextColor { color: #B3555E; }

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

This text font color is #B3555E.

Background Color

.myBgColor { background-color: #B3555E; }

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

This div background color is #B3555E.

Border color

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

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

This div border color is #B3555E.

Opacity

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

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

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

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

This text has shadow with #B3555E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3555E.

Preview

Color preview on black background

This text has color #B3555E on black background.


Color preview on white background

This text has color #B3555E on white background.


Black color preview on #B3555E background

This text has black color on #B3555E background.


White color preview on #B3555E background

This text has white color on #B3555E background.


Related colors

Complementary color

Complementary color for #hex is #4CAAA1.


I love getcolorcode.com

Triadic colors

1 #5EB355 and #555EB3 with #B3555E are triadic colors.

2 #5E55B3 and #55B35E with #B3555E are triadic colors.