COLOR #B35B73

HEX: #B35B73
RGB: (179,91,115)

Color info

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

RGB color model

#B35B73 color RGB value is (179,91,115).

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

RGB channels and saturation

R 179 of 255 = 70%
G 91 of 255 = 36%
B 115 of 255 = 45%

179
91
115

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

Portions of RGB colors in percentages

R + G + B =
179 + 91 + 115 = 385 (100%)
R 179 of 385 ~ 46.49%
G 91 of 385 ~ 23.64%
B 115 of 385 ~ 29.87%

%46.49
%23.64
%29.87

CMYK color model

#B35B73 color CMYK value is (0,49,36,30).

  • cyan value is 0.00%
  • magenta value is 49.16%
  • yellow value is 35.75%
  • key color value is 29.80%
CMYK:
(0,49,36,30)
C0M49Y36K30 
(0%,49%,36%,30%)
(0.00/0.49/0.36/0.30)	

CMYK percentages

%0
%49.16
%35.75
%29.8

Codes

Color #B35B73 in popluar color models

B35B73
RGB17991115
HSL344°36.67%52.94%
HSB/HSV344°49.16%70.20%
CMYK0.00%49.16%35.75%
29.80%

Color #B35B73 in popluar number systems.

HEXB35B73
Decimal17991115
Binary1011001110110111110011
Octal263133163

Shades and tints

Shades of #B35B73

#B35B73
(179,91,115)
#A35369
(163,83,105)
#934B5F
(147,75,95)
#834355
(131,67,85)
#733B4B
(115,59,75)
#633341
(99,51,65)
#532B37
(83,43,55)
#43232D
(67,35,45)
#331B23
(51,27,35)
#231319
(35,19,25)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #B35B73

#B35B73
(179,91,115)
#B9697F
(185,105,127)
#BF778B
(191,119,139)
#C58597
(197,133,151)
#CB93A3
(203,147,163)
#D1A1AF
(209,161,175)
#D7AFBB
(215,175,187)
#DDBDC7
(221,189,199)
#E3CBD3
(227,203,211)
#E9D9DF
(233,217,223)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B35B73; }

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

This text font color is #B35B73.


Background Color

.myBgColor { background-color: #B35B73; }

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

This div background color is #B35B73.


Border color

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

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

This div border color is #B35B73.


Opacity

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

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

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

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

This text has shadow with #B35B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B35B73 on black background.


Color preview on white background

This text has color #B35B73 on white background.



Black color preview on #B35B73 background

This text has black color on #B35B73 background.


White color preview on #B35B73 background

This text has white color on #B35B73 background.