COLOR #B35E55

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

179
94
85

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

Portions of RGB colors in percentages

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

%50
%26.26
%23.74

CMYK color model

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

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

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

CMYK percentages

%0
%47.49
%52.51
%29.8

Codes

Color #B35E55 in popluar color models

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

Color #B35E55 in popluar number systems.

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

Shades and tints

Shades of #B35E55

#B35E55
(179,94,85)
#A3564E
(163,86,78)
#934E47
(147,78,71)
#834640
(131,70,64)
#733E39
(115,62,57)
#633632
(99,54,50)
#532E2B
(83,46,43)
#432624
(67,38,36)
#331E1D
(51,30,29)
#231616
(35,22,22)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #B35E55

#B35E55
(179,94,85)
#B96C64
(185,108,100)
#BF7A73
(191,122,115)
#C58882
(197,136,130)
#CB9691
(203,150,145)
#D1A4A0
(209,164,160)
#D7B2AF
(215,178,175)
#DDC0BE
(221,192,190)
#E3CECD
(227,206,205)
#E9DCDC
(233,220,220)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B35E55; }

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

This text font color is #B35E55.

Background Color

.myBgColor { background-color: #B35E55; }

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

This div background color is #B35E55.

Border color

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

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

This div border color is #B35E55.

Opacity

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

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

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

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

This text has shadow with #B35E55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B35E55.

Preview

Color preview on black background

This text has color #B35E55 on black background.


Color preview on white background

This text has color #B35E55 on white background.


Black color preview on #B35E55 background

This text has black color on #B35E55 background.


White color preview on #B35E55 background

This text has white color on #B35E55 background.


Related colors

Complementary color

Complementary color for #hex is #4CA1AA.


I love getcolorcode.com

Triadic colors

1 #55B35E and #5E55B3 with #B35E55 are triadic colors.

2 #555EB3 and #5EB355 with #B35E55 are triadic colors.