COLOR #B36183

HEX: #B36183
RGB: (179,97,131)

Color info

#B36183 contains mainly red and blue colors. Web safe color of #B36183 is #996699 (or #969).

RGB color model

#B36183 color RGB value is (179,97,131).

  • red value is 179;
  • green value is 97;
  • blue value is 131.
RGB:
(179,97,131)
(70%,38%,51%)

RGB channels and saturation

R 179 of 255 = 70%
G 97 of 255 = 38%
B 131 of 255 = 51%

179
97
131

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

Portions of RGB colors in percentages

R + G + B =
179 + 97 + 131 = 407 (100%)
R 179 of 407 ~ 43.98%
G 97 of 407 ~ 23.83%
B 131 of 407 ~ 32.19%

%43.98
%23.83
%32.19

CMYK color model

#B36183 color CMYK value is (0,46,27,30).

  • cyan value is 0.00%
  • magenta value is 45.81%
  • yellow value is 26.82%
  • key color value is 29.80%
CMYK:
(0,46,27,30)
C0M46Y27K30 
(0%,46%,27%,30%)
(0.00/0.46/0.27/0.30)	

CMYK percentages

%0
%45.81
%26.82
%29.8

Codes

Color #B36183 in popluar color models

B36183
RGB17997131
HSL335°35.04%54.12%
HSB/HSV335°45.81%70.20%
CMYK0.00%45.81%26.82%
29.80%

Color #B36183 in popluar number systems.

HEXB36183
Decimal17997131
Binary10110011110000110000011
Octal263141203

Shades and tints

Shades of #B36183

#B36183
(179,97,131)
#A35978
(163,89,120)
#93516D
(147,81,109)
#834962
(131,73,98)
#734157
(115,65,87)
#63394C
(99,57,76)
#533141
(83,49,65)
#432936
(67,41,54)
#33212B
(51,33,43)
#231920
(35,25,32)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #B36183

#B36183
(179,97,131)
#B96F8E
(185,111,142)
#BF7D99
(191,125,153)
#C58BA4
(197,139,164)
#CB99AF
(203,153,175)
#D1A7BA
(209,167,186)
#D7B5C5
(215,181,197)
#DDC3D0
(221,195,208)
#E3D1DB
(227,209,219)
#E9DFE6
(233,223,230)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B36183 color. Also use rgb(179,97,131) instead hex code.

Text Font Color

.myTextColor { color: #B36183; }

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

This text font color is #B36183.


Background Color

.myBgColor { background-color: #B36183; }

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

This div background color is #B36183.


Border color

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

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

This div border color is #B36183.


Opacity

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

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

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

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

This text has shadow with #B36183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B36183 on black background.


Color preview on white background

This text has color #B36183 on white background.



Black color preview on #B36183 background

This text has black color on #B36183 background.


White color preview on #B36183 background

This text has white color on #B36183 background.