COLOR #B36064

HEX: #B36064 RGB: (179,96,100)

Color info

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

RGB color model

#B36064 color RGB value is (179,96,100).

RGB: (179,96,100) (70%, 38%, 39%)

RGB channels and saturation

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

179
96
100

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

Portions of RGB colors in percentages

R + G + B = 179 + 96 + 100 = 375 (100%)
R 179 of 375 ~ 47.73%
G 96 of 375 ~ 25.6%
B 100 of 375 ~ 26.67'%

%47.73
%25.6
%26.67

CMYK color model

#B36064 color CMYK value is (0,46,44,30).

  • cyan value is 0.00%
  • magenta value is 46.37%
  • yellow value is 44.13%
  • key color value is 29.80%

CMYK: (0,46,44,30)
C0M46Y44K30 (0%, 46%, 44%, 30%)
(0.00 / 0.46 / 0.44 / 0.30)

CMYK percentages

%0
%46.37
%44.13
%29.8

Codes

Color #B36064 in popluar color models

B3 60 64
RGB 179 96 100
HSL 357° 35.32% 53.92%
HSB/HSV 357° 46.37% 70.20%
CMYK 0.00% 46.37% 44.13%
29.80%

Color #B36064 in popluar number systems.

HEX B3 60 64
Decimal 179 96 100
Binary 10110011 1100000 1100100
Octal 263 140 144

Shades and tints

Shades of #B36064

#B36064
(179,96,100)
#A3585B
(163,88,91)
#935052
(147,80,82)
#834849
(131,72,73)
#734040
(115,64,64)
#633837
(99,56,55)
#53302E
(83,48,46)
#432825
(67,40,37)
#33201C
(51,32,28)
#231813
(35,24,19)
#13100A
(19,16,10)
#000000
(0,0,0)

Tints of #B36064

#B36064
(179,96,100)
#B96E72
(185,110,114)
#BF7C80
(191,124,128)
#C58A8E
(197,138,142)
#CB989C
(203,152,156)
#D1A6AA
(209,166,170)
#D7B4B8
(215,180,184)
#DDC2C6
(221,194,198)
#E3D0D4
(227,208,212)
#E9DEE2
(233,222,226)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B36064; }

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

This text font color is #B36064.

Background Color

.myBgColor { background-color: #B36064; }

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

This div background color is #B36064.

Border color

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

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

This div border color is #B36064.

Opacity

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

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

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

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

This text has shadow with #B36064 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B36064.

Preview

Color preview on black background

This text has color #B36064 on black background.


Color preview on white background

This text has color #B36064 on white background.


Black color preview on #B36064 background

This text has black color on #B36064 background.


White color preview on #B36064 background

This text has white color on #B36064 background.


Related colors

Complementary color

Complementary color for #hex is #4C9F9B.


I love getcolorcode.com

Triadic colors

1 #64B360 and #6064B3 with #B36064 are triadic colors.

2 #6460B3 and #60B364 with #B36064 are triadic colors.