COLOR #B35C6A

HEX: #B35C6A
RGB: (179,92,106)

Color info

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

RGB color model

#B35C6A color RGB value is (179,92,106).

  • red value is 179;
  • green value is 92;
  • blue value is 106.
RGB:
(179,92,106)
(70%,36%,42%)

RGB channels and saturation

R 179 of 255 = 70%
G 92 of 255 = 36%
B 106 of 255 = 42%

179
92
106

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

Portions of RGB colors in percentages

R + G + B =
179 + 92 + 106 = 377 (100%)
R 179 of 377 ~ 47.48%
G 92 of 377 ~ 24.4%
B 106 of 377 ~ 28.12%

%47.48
%24.4
%28.12

CMYK color model

#B35C6A color CMYK value is (0,49,41,30).

  • cyan value is 0.00%
  • magenta value is 48.60%
  • yellow value is 40.78%
  • key color value is 29.80%
CMYK:
(0,49,41,30)
C0M49Y41K30 
(0%,49%,41%,30%)
(0.00/0.49/0.41/0.30)	

CMYK percentages

%0
%48.6
%40.78
%29.8

Codes

Color #B35C6A in popluar color models

B35C6A
RGB17992106
HSL350°36.40%53.14%
HSB/HSV350°48.60%70.20%
CMYK0.00%48.60%40.78%
29.80%

Color #B35C6A in popluar number systems.

HEXB35C6A
Decimal17992106
Binary1011001110111001101010
Octal263134152

Shades and tints

Shades of #B35C6A

#B35C6A
(179,92,106)
#A35461
(163,84,97)
#934C58
(147,76,88)
#83444F
(131,68,79)
#733C46
(115,60,70)
#63343D
(99,52,61)
#532C34
(83,44,52)
#43242B
(67,36,43)
#331C22
(51,28,34)
#231419
(35,20,25)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #B35C6A

#B35C6A
(179,92,106)
#B96A77
(185,106,119)
#BF7884
(191,120,132)
#C58691
(197,134,145)
#CB949E
(203,148,158)
#D1A2AB
(209,162,171)
#D7B0B8
(215,176,184)
#DDBEC5
(221,190,197)
#E3CCD2
(227,204,210)
#E9DADF
(233,218,223)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B35C6A color. Also use rgb(179,92,106) instead hex code.

Text Font Color

.myTextColor { color: #B35C6A; }

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

This text font color is #B35C6A.


Background Color

.myBgColor { background-color: #B35C6A; }

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

This div background color is #B35C6A.


Border color

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

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

This div border color is #B35C6A.


Opacity

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

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

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

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

This text has shadow with #B35C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B35C6A on black background.


Color preview on white background

This text has color #B35C6A on white background.



Black color preview on #B35C6A background

This text has black color on #B35C6A background.


White color preview on #B35C6A background

This text has white color on #B35C6A background.