COLOR #B36580

HEX: #B36580
RGB: (179,101,128)

Color info

#B36580 contains mainly red and blue colors. Web safe color of #B36580 is #996666 (or #966).

RGB color model

#B36580 color RGB value is (179,101,128).

  • red value is 179;
  • green value is 101;
  • blue value is 128.
RGB:
(179,101,128)
(70%,40%,50%)

RGB channels and saturation

R 179 of 255 = 70%
G 101 of 255 = 40%
B 128 of 255 = 50%

179
101
128

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

Portions of RGB colors in percentages

R + G + B =
179 + 101 + 128 = 408 (100%)
R 179 of 408 ~ 43.87%
G 101 of 408 ~ 24.75%
B 128 of 408 ~ 31.37%

%43.87
%24.75
%31.37

CMYK color model

#B36580 color CMYK value is (0,44,28,30).

  • cyan value is 0.00%
  • magenta value is 43.58%
  • yellow value is 28.49%
  • key color value is 29.80%
CMYK:
(0,44,28,30)
C0M44Y28K30 
(0%,44%,28%,30%)
(0.00/0.44/0.28/0.30)	

CMYK percentages

%0
%43.58
%28.49
%29.8

Codes

Color #B36580 in popluar color models

B36580
RGB179101128
HSL339°33.91%54.90%
HSB/HSV339°43.58%70.20%
CMYK0.00%43.58%28.49%
29.80%

Color #B36580 in popluar number systems.

HEXB36580
Decimal179101128
Binary10110011110010110000000
Octal263145200

Shades and tints

Shades of #B36580

#B36580
(179,101,128)
#A35C75
(163,92,117)
#93536A
(147,83,106)
#834A5F
(131,74,95)
#734154
(115,65,84)
#633849
(99,56,73)
#532F3E
(83,47,62)
#432633
(67,38,51)
#331D28
(51,29,40)
#23141D
(35,20,29)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #B36580

#B36580
(179,101,128)
#B9738B
(185,115,139)
#BF8196
(191,129,150)
#C58FA1
(197,143,161)
#CB9DAC
(203,157,172)
#D1ABB7
(209,171,183)
#D7B9C2
(215,185,194)
#DDC7CD
(221,199,205)
#E3D5D8
(227,213,216)
#E9E3E3
(233,227,227)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B36580 color. Also use rgb(179,101,128) instead hex code.

Text Font Color

.myTextColor { color: #B36580; }

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

This text font color is #B36580.


Background Color

.myBgColor { background-color: #B36580; }

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

This div background color is #B36580.


Border color

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

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

This div border color is #B36580.


Opacity

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

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

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

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

This text has shadow with #B36580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B36580 on black background.


Color preview on white background

This text has color #B36580 on white background.



Black color preview on #B36580 background

This text has black color on #B36580 background.


White color preview on #B36580 background

This text has white color on #B36580 background.