COLOR #B35B67

HEX: #B35B67
RGB: (179,91,103)

Color info

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

RGB color model

#B35B67 color RGB value is (179,91,103).

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

RGB channels and saturation

R 179 of 255 = 70%
G 91 of 255 = 36%
B 103 of 255 = 40%

179
91
103

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

Portions of RGB colors in percentages

R + G + B =
179 + 91 + 103 = 373 (100%)
R 179 of 373 ~ 47.99%
G 91 of 373 ~ 24.4%
B 103 of 373 ~ 27.61%

%47.99
%24.4
%27.61

CMYK color model

#B35B67 color CMYK value is (0,49,42,30).

  • cyan value is 0.00%
  • magenta value is 49.16%
  • yellow value is 42.46%
  • key color value is 29.80%
CMYK:
(0,49,42,30)
C0M49Y42K30 
(0%,49%,42%,30%)
(0.00/0.49/0.42/0.30)	

CMYK percentages

%0
%49.16
%42.46
%29.8

Codes

Color #B35B67 in popluar color models

B35B67
RGB17991103
HSL352°36.67%52.94%
HSB/HSV352°49.16%70.20%
CMYK0.00%49.16%42.46%
29.80%

Color #B35B67 in popluar number systems.

HEXB35B67
Decimal17991103
Binary1011001110110111100111
Octal263133147

Shades and tints

Shades of #B35B67

#B35B67
(179,91,103)
#A3535E
(163,83,94)
#934B55
(147,75,85)
#83434C
(131,67,76)
#733B43
(115,59,67)
#63333A
(99,51,58)
#532B31
(83,43,49)
#432328
(67,35,40)
#331B1F
(51,27,31)
#231316
(35,19,22)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #B35B67

#B35B67
(179,91,103)
#B96974
(185,105,116)
#BF7781
(191,119,129)
#C5858E
(197,133,142)
#CB939B
(203,147,155)
#D1A1A8
(209,161,168)
#D7AFB5
(215,175,181)
#DDBDC2
(221,189,194)
#E3CBCF
(227,203,207)
#E9D9DC
(233,217,220)
#EFE7E9
(239,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B35B67; }

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

This text font color is #B35B67.


Background Color

.myBgColor { background-color: #B35B67; }

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

This div background color is #B35B67.


Border color

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

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

This div border color is #B35B67.


Opacity

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

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

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

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

This text has shadow with #B35B67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B35B67 on black background.


Color preview on white background

This text has color #B35B67 on white background.



Black color preview on #B35B67 background

This text has black color on #B35B67 background.


White color preview on #B35B67 background

This text has white color on #B35B67 background.