COLOR #B35B71

HEX: #B35B71
RGB: (179,91,113)

Color info

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

RGB color model

#B35B71 color RGB value is (179,91,113).

  • red value is 179;
  • green value is 91;
  • blue value is 113.
RGB:
(179,91,113)
(70%,36%,44%)

RGB channels and saturation

R 179 of 255 = 70%
G 91 of 255 = 36%
B 113 of 255 = 44%

179
91
113

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

Portions of RGB colors in percentages

R + G + B =
179 + 91 + 113 = 383 (100%)
R 179 of 383 ~ 46.74%
G 91 of 383 ~ 23.76%
B 113 of 383 ~ 29.5%

%46.74
%23.76
%29.5

CMYK color model

#B35B71 color CMYK value is (0,49,37,30).

  • cyan value is 0.00%
  • magenta value is 49.16%
  • yellow value is 36.87%
  • key color value is 29.80%
CMYK:
(0,49,37,30)
C0M49Y37K30 
(0%,49%,37%,30%)
(0.00/0.49/0.37/0.30)	

CMYK percentages

%0
%49.16
%36.87
%29.8

Codes

Color #B35B71 in popluar color models

B35B71
RGB17991113
HSL345°36.67%52.94%
HSB/HSV345°49.16%70.20%
CMYK0.00%49.16%36.87%
29.80%

Color #B35B71 in popluar number systems.

HEXB35B71
Decimal17991113
Binary1011001110110111110001
Octal263133161

Shades and tints

Shades of #B35B71

#B35B71
(179,91,113)
#A35367
(163,83,103)
#934B5D
(147,75,93)
#834353
(131,67,83)
#733B49
(115,59,73)
#63333F
(99,51,63)
#532B35
(83,43,53)
#43232B
(67,35,43)
#331B21
(51,27,33)
#231317
(35,19,23)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #B35B71

#B35B71
(179,91,113)
#B9697D
(185,105,125)
#BF7789
(191,119,137)
#C58595
(197,133,149)
#CB93A1
(203,147,161)
#D1A1AD
(209,161,173)
#D7AFB9
(215,175,185)
#DDBDC5
(221,189,197)
#E3CBD1
(227,203,209)
#E9D9DD
(233,217,221)
#EFE7E9
(239,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B35B71 color. Also use rgb(179,91,113) instead hex code.

Text Font Color

.myTextColor { color: #B35B71; }

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

This text font color is #B35B71.


Background Color

.myBgColor { background-color: #B35B71; }

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

This div background color is #B35B71.


Border color

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

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

This div border color is #B35B71.


Opacity

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

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

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

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

This text has shadow with #B35B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B35B71 on black background.


Color preview on white background

This text has color #B35B71 on white background.



Black color preview on #B35B71 background

This text has black color on #B35B71 background.


White color preview on #B35B71 background

This text has white color on #B35B71 background.