COLOR #B36063

HEX: #B36063
RGB: (179,96,99)

Color info

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

RGB color model

#B36063 color RGB value is (179,96,99).

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

RGB channels and saturation

R 179 of 255 = 70%
G 96 of 255 = 38%
B 99 of 255 = 39%

179
96
99

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

Portions of RGB colors in percentages

R + G + B =
179 + 96 + 99 = 374 (100%)
R 179 of 374 ~ 47.86%
G 96 of 374 ~ 25.67%
B 99 of 374 ~ 26.47%

%47.86
%25.67
%26.47

CMYK color model

#B36063 color CMYK value is (0,46,45,30).

  • cyan value is 0.00%
  • magenta value is 46.37%
  • yellow value is 44.69%
  • key color value is 29.80%
CMYK:
(0,46,45,30)
C0M46Y45K30 
(0%,46%,45%,30%)
(0.00/0.46/0.45/0.30)	

CMYK percentages

%0
%46.37
%44.69
%29.8

Codes

Color #B36063 in popluar color models

B36063
RGB1799699
HSL358°35.32%53.92%
HSB/HSV358°46.37%70.20%
CMYK0.00%46.37%44.69%
29.80%

Color #B36063 in popluar number systems.

HEXB36063
Decimal1799699
Binary1011001111000001100011
Octal263140143

Shades and tints

Shades of #B36063

#B36063
(179,96,99)
#A3585A
(163,88,90)
#935051
(147,80,81)
#834848
(131,72,72)
#73403F
(115,64,63)
#633836
(99,56,54)
#53302D
(83,48,45)
#432824
(67,40,36)
#33201B
(51,32,27)
#231812
(35,24,18)
#131009
(19,16,9)
#000000
(0,0,0)

Tints of #B36063

#B36063
(179,96,99)
#B96E71
(185,110,113)
#BF7C7F
(191,124,127)
#C58A8D
(197,138,141)
#CB989B
(203,152,155)
#D1A6A9
(209,166,169)
#D7B4B7
(215,180,183)
#DDC2C5
(221,194,197)
#E3D0D3
(227,208,211)
#E9DEE1
(233,222,225)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B36063; }

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

This text font color is #B36063.


Background Color

.myBgColor { background-color: #B36063; }

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

This div background color is #B36063.


Border color

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

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

This div border color is #B36063.


Opacity

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

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

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

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

This text has shadow with #B36063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B36063 on black background.


Color preview on white background

This text has color #B36063 on white background.



Black color preview on #B36063 background

This text has black color on #B36063 background.


White color preview on #B36063 background

This text has white color on #B36063 background.