COLOR #B35D55

HEX: #B35D55 RGB: (179,93,85)

Color info

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

RGB color model

#B35D55 color RGB value is (179,93,85).

RGB: (179,93,85) (70%, 36%, 33%)

RGB channels and saturation

R 179 of 255 = 70%
G 93 of 255 = 36%
B 85 of 255 = 33%

179
93
85

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

Portions of RGB colors in percentages

R + G + B = 179 + 93 + 85 = 357 (100%)
R 179 of 357 ~ 50.14%
G 93 of 357 ~ 26.05%
B 85 of 357 ~ 23.81'%

%50.14
%26.05
%23.81

CMYK color model

#B35D55 color CMYK value is (0,48,53,30).

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

CMYK: (0,48,53,30)
C0M48Y53K30 (0%, 48%, 53%, 30%)
(0.00 / 0.48 / 0.53 / 0.30)

CMYK percentages

%0
%48.04
%52.51
%29.8

Codes

Color #B35D55 in popluar color models

B3 5D 55
RGB 179 93 85
HSL 38.21% 51.76%
HSB/HSV 52.51% 70.20%
CMYK 0.00% 48.04% 52.51%
29.80%

Color #B35D55 in popluar number systems.

HEX B3 5D 55
Decimal 179 93 85
Binary 10110011 1011101 1010101
Octal 263 135 125

Shades and tints

Shades of #B35D55

#B35D55
(179,93,85)
#A3554E
(163,85,78)
#934D47
(147,77,71)
#834540
(131,69,64)
#733D39
(115,61,57)
#633532
(99,53,50)
#532D2B
(83,45,43)
#432524
(67,37,36)
#331D1D
(51,29,29)
#231516
(35,21,22)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #B35D55

#B35D55
(179,93,85)
#B96B64
(185,107,100)
#BF7973
(191,121,115)
#C58782
(197,135,130)
#CB9591
(203,149,145)
#D1A3A0
(209,163,160)
#D7B1AF
(215,177,175)
#DDBFBE
(221,191,190)
#E3CDCD
(227,205,205)
#E9DBDC
(233,219,220)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B35D55; }

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

This text font color is #B35D55.

Background Color

.myBgColor { background-color: #B35D55; }

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

This div background color is #B35D55.

Border color

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

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

This div border color is #B35D55.

Opacity

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

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

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

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

This text has shadow with #B35D55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B35D55.

Preview

Color preview on black background

This text has color #B35D55 on black background.


Color preview on white background

This text has color #B35D55 on white background.


Black color preview on #B35D55 background

This text has black color on #B35D55 background.


White color preview on #B35D55 background

This text has white color on #B35D55 background.


Related colors

Complementary color

Complementary color for #B35D55 is #4CA2AA.


I love getcolorcode.com

Triadic colors

1 #55B35D and #5D55B3 with #B35D55 are triadic colors.

2 #555DB3 and #5DB355 with #B35D55 are triadic colors.