COLOR #B36463

HEX: #B36463
RGB: (179,100,99)

Color info

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

RGB color model

#B36463 color RGB value is (179,100,99).

  • red value is 179;
  • green value is 100;
  • blue value is 99.
RGB:
(179,100,99)
(70%,39%,39%)

RGB channels and saturation

R 179 of 255 = 70%
G 100 of 255 = 39%
B 99 of 255 = 39%

179
100
99

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

Portions of RGB colors in percentages

R + G + B =
179 + 100 + 99 = 378 (100%)
R 179 of 378 ~ 47.35%
G 100 of 378 ~ 26.46%
B 99 of 378 ~ 26.19%

%47.35
%26.46
%26.19

CMYK color model

#B36463 color CMYK value is (0,44,45,30).

  • cyan value is 0.00%
  • magenta value is 44.13%
  • yellow value is 44.69%
  • key color value is 29.80%
CMYK:
(0,44,45,30)
C0M44Y45K30 
(0%,44%,45%,30%)
(0.00/0.44/0.45/0.30)	

CMYK percentages

%0
%44.13
%44.69
%29.8

Codes

Color #B36463 in popluar color models

B36463
RGB17910099
HSL34.48%54.51%
HSB/HSV44.69%70.20%
CMYK0.00%44.13%44.69%
29.80%

Color #B36463 in popluar number systems.

HEXB36463
Decimal17910099
Binary1011001111001001100011
Octal263144143

Shades and tints

Shades of #B36463

#B36463
(179,100,99)
#A35B5A
(163,91,90)
#935251
(147,82,81)
#834948
(131,73,72)
#73403F
(115,64,63)
#633736
(99,55,54)
#532E2D
(83,46,45)
#432524
(67,37,36)
#331C1B
(51,28,27)
#231312
(35,19,18)
#130A09
(19,10,9)
#000000
(0,0,0)

Tints of #B36463

#B36463
(179,100,99)
#B97271
(185,114,113)
#BF807F
(191,128,127)
#C58E8D
(197,142,141)
#CB9C9B
(203,156,155)
#D1AAA9
(209,170,169)
#D7B8B7
(215,184,183)
#DDC6C5
(221,198,197)
#E3D4D3
(227,212,211)
#E9E2E1
(233,226,225)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B36463 color. Also use rgb(179,100,99) instead hex code.

Text Font Color

.myTextColor { color: #B36463; }

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

This text font color is #B36463.


Background Color

.myBgColor { background-color: #B36463; }

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

This div background color is #B36463.


Border color

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

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

This div border color is #B36463.


Opacity

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

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

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

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

This text has shadow with #B36463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B36463 on black background.


Color preview on white background

This text has color #B36463 on white background.



Black color preview on #B36463 background

This text has black color on #B36463 background.


White color preview on #B36463 background

This text has white color on #B36463 background.